| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | nrf/timer: remove awaitable. | Dario Nieuwenhuis | 2023-03-06 | 2 | -150/+10 |
| * | nrf/uart: switch to new interrupt binding. | Dario Nieuwenhuis | 2023-03-06 | 9 | -176/+206 |
| * | nrf: add new interrupt binding traits and macro. | Dario Nieuwenhuis | 2023-03-06 | 2 | -4/+59 |
| * | cortex-m: rename Handler to DynHandler. | Dario Nieuwenhuis | 2023-03-06 | 3 | -6/+6 |
| * | Merge #1260 | bors[bot] | 2023-03-05 | 1 | -4/+13 |
| |\ | |||||
| | * | time/ticker: make sure the future for .next() is Unpin. | Dario Nieuwenhuis | 2023-03-05 | 1 | -4/+13 |
| |/ | |||||
| * | readme: add embassy-rp | Dario Nieuwenhuis | 2023-03-05 | 1 | -0/+1 |
| * | Merge pull request #1232 from embassy-rs/nrf-qspi-fixes | Dario Nieuwenhuis | 2023-03-05 | 5 | -101/+168 |
| |\ | |||||
| | * | nrf/qspi: add _raw variants of methods that don't do bounds checks. | Dario Nieuwenhuis | 2023-03-05 | 3 | -20/+76 |
| | * | nrf/qspi: remove FLASH_SIZE const generic param. | Dario Nieuwenhuis | 2023-03-05 | 3 | -18/+22 |
| | * | nrf/qspi: always use u32 for addresses. | Dario Nieuwenhuis | 2023-03-05 | 2 | -36/+36 |
| | * | nrf/qspi: add nrf53 support. | Dario Nieuwenhuis | 2023-03-05 | 3 | -20/+26 |
| | * | nrf/qspi: remove cfg_if hack | Dario Nieuwenhuis | 2023-03-05 | 1 | -30/+31 |
| * | | Merge pull request #1208 from embassy-rs/nrf-uarte-lockfree | Dario Nieuwenhuis | 2023-03-05 | 16 | -365/+1096 |
| |\ \ | |/ |/| | |||||
| | * | nrf/buffered_uarte: add HIL tests. | Dario Nieuwenhuis | 2023-03-04 | 9 | -1/+466 |
| | * | nrf/buffered_uarte: make available on stable. | Dario Nieuwenhuis | 2023-03-04 | 3 | -45/+117 |
| | * | nrf/buffered_uarte: remove PeripheralMutex, make it work without rts/cts. | Dario Nieuwenhuis | 2023-03-04 | 3 | -308/+381 |
| | * | nrf/timer: add support for counter mode. | Dario Nieuwenhuis | 2023-03-04 | 1 | -5/+38 |
| | * | nrf: add PPI channel group driver. | Dario Nieuwenhuis | 2023-03-04 | 3 | -10/+98 |
| * | | Merge pull request #1259 from dalegaard/master | Dario Nieuwenhuis | 2023-03-04 | 1 | -0/+100 |
| |\ \ | |/ |/| | |||||
| | * | embassy_usb: Add split() for cdc_acm | Lasse Dalegaard | 2023-03-04 | 1 | -0/+100 |
| |/ | |||||
| * | Merge pull request #1258 from CBJamo/rp-gpio-loglevel | Dario Nieuwenhuis | 2023-03-02 | 1 | -9/+9 |
| |\ | |||||
| | * | Swap debug! for trace! in rp gpio | Caleb Jamison | 2023-03-02 | 1 | -9/+9 |
| |/ | |||||
| * | Merge pull request #1257 from MabezDev/docs/add-esp-hal | Dario Nieuwenhuis | 2023-03-02 | 1 | -0/+3 |
| |\ | |||||
| | * | Add embassy-esp README | Scott Mabin | 2023-03-02 | 1 | -0/+3 |
| |/ | |||||
| * | Merge pull request #1256 from pattop/hal_common_atomic_ring_buffer_push_slices | Dario Nieuwenhuis | 2023-03-02 | 1 | -0/+147 |
| |\ | |||||
| | * | hal-common/atomic_ring_buffer: add push_bufs() push_slices() | Patrick Oppenlander | 2023-03-02 | 1 | -0/+147 |
| |/ | |||||
| * | Merge #1255 | bors[bot] | 2023-03-02 | 1 | -29/+69 |
| |\ | |||||
| | * | common: allow atomic ringbuf to fill up to N instead of just N-1. | Dario Nieuwenhuis | 2023-03-02 | 1 | -29/+69 |
| |/ | |||||
| * | Merge pull request #1244 from embassy-rs/interruptexecutor | Dario Nieuwenhuis | 2023-03-01 | 6 | -85/+152 |
| |\ | |||||
| | * | cortex-m/executor: don't use the owned interrupts system. | Dario Nieuwenhuis | 2023-02-28 | 6 | -85/+152 |
| * | | Merge pull request #1254 from davidedellagiustina/fix | Dario Nieuwenhuis | 2023-03-01 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Apply fix | Davide Della Giustina | 2023-03-01 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #1252 from pattop/stm32_spi_fifo_fix | Dario Nieuwenhuis | 2023-03-01 | 1 | -2/+4 |
| |\ \ | |||||
| | * | | stm32/spi: fix occasional data corruption | Patrick Oppenlander | 2023-03-01 | 1 | -2/+4 |
| * | | | Merge pull request #1251 from embassy-rs/fix-examples | Dario Nieuwenhuis | 2023-03-01 | 6 | -56/+11 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Example fixes. | Dario Nieuwenhuis | 2023-03-01 | 6 | -56/+11 |
| |/ / | |||||
| * | | Merge #1245 | bors[bot] | 2023-02-28 | 1 | -1/+10 |
| |\ \ | |||||
| | * | | fix: rp - disable Pull-down/up resistors for ADC read | Lachezar Lechev | 2023-02-28 | 1 | -1/+10 |
| * | | | Merge #1247 | bors[bot] | 2023-02-28 | 1 | -0/+8 |
| |\ \ \ | |||||
| | * | | | PacketQueue::init() does not need to be unsafe | Davide Della Giustina | 2023-02-28 | 1 | -2/+4 |
| | * | | | Implemented suggestions from @Dirbaio | Davide Della Giustina | 2023-02-28 | 2 | -40/+11 |
| | * | | | PacketQueue::new() uses ::init() when in nightly | Davide Della Giustina | 2023-02-28 | 1 | -7/+18 |
| | * | | | Added PacketQueue::init() | Davide Della Giustina | 2023-02-28 | 2 | -1/+25 |
| | |/ / | |||||
| * | | | Merge #1248 | bors[bot] | 2023-02-28 | 1 | -1/+6 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | embassy-time: add async tick() method to Ticker | kbleeke | 2023-02-28 | 1 | -1/+6 |
| |/ / | |||||
| * | | Merge #1243 | bors[bot] | 2023-02-27 | 1 | -18/+31 |
| |\ \ | |||||
| | * | | RP-PICO UART adding set_baudrate: missing to run rust-fmt | Andres Hurtado Lopez | 2023-02-26 | 1 | -14/+10 |
| | * | | RP-PICO UART adding set_baudrate: Changing static call from specific type to ... | Andres Hurtado Lopez | 2023-02-26 | 1 | -2/+2 |
| | * | | RP-PICO UART adding set_baudrate: refactoring of methods | Andres Hurtado Lopez | 2023-02-26 | 1 | -28/+23 |
