aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nrf/timer: remove awaitable.Dario Nieuwenhuis2023-03-062-150/+10
* nrf/uart: switch to new interrupt binding.Dario Nieuwenhuis2023-03-069-176/+206
* nrf: add new interrupt binding traits and macro.Dario Nieuwenhuis2023-03-062-4/+59
* cortex-m: rename Handler to DynHandler.Dario Nieuwenhuis2023-03-063-6/+6
* Merge #1260bors[bot]2023-03-051-4/+13
|\
| * time/ticker: make sure the future for .next() is Unpin.Dario Nieuwenhuis2023-03-051-4/+13
|/
* readme: add embassy-rpDario Nieuwenhuis2023-03-051-0/+1
* Merge pull request #1232 from embassy-rs/nrf-qspi-fixesDario Nieuwenhuis2023-03-055-101/+168
|\
| * nrf/qspi: add _raw variants of methods that don't do bounds checks.Dario Nieuwenhuis2023-03-053-20/+76
| * nrf/qspi: remove FLASH_SIZE const generic param.Dario Nieuwenhuis2023-03-053-18/+22
| * nrf/qspi: always use u32 for addresses.Dario Nieuwenhuis2023-03-052-36/+36
| * nrf/qspi: add nrf53 support.Dario Nieuwenhuis2023-03-053-20/+26
| * nrf/qspi: remove cfg_if hackDario Nieuwenhuis2023-03-051-30/+31
* | Merge pull request #1208 from embassy-rs/nrf-uarte-lockfreeDario Nieuwenhuis2023-03-0516-365/+1096
|\ \ | |/ |/|
| * nrf/buffered_uarte: add HIL tests.Dario Nieuwenhuis2023-03-049-1/+466
| * nrf/buffered_uarte: make available on stable.Dario Nieuwenhuis2023-03-043-45/+117
| * nrf/buffered_uarte: remove PeripheralMutex, make it work without rts/cts.Dario Nieuwenhuis2023-03-043-308/+381
| * nrf/timer: add support for counter mode.Dario Nieuwenhuis2023-03-041-5/+38
| * nrf: add PPI channel group driver.Dario Nieuwenhuis2023-03-043-10/+98
* | Merge pull request #1259 from dalegaard/masterDario Nieuwenhuis2023-03-041-0/+100
|\ \ | |/ |/|
| * embassy_usb: Add split() for cdc_acmLasse Dalegaard2023-03-041-0/+100
|/
* Merge pull request #1258 from CBJamo/rp-gpio-loglevelDario Nieuwenhuis2023-03-021-9/+9
|\
| * Swap debug! for trace! in rp gpioCaleb Jamison2023-03-021-9/+9
|/
* Merge pull request #1257 from MabezDev/docs/add-esp-halDario Nieuwenhuis2023-03-021-0/+3
|\
| * Add embassy-esp READMEScott Mabin2023-03-021-0/+3
|/
* Merge pull request #1256 from pattop/hal_common_atomic_ring_buffer_push_slicesDario Nieuwenhuis2023-03-021-0/+147
|\
| * hal-common/atomic_ring_buffer: add push_bufs() push_slices()Patrick Oppenlander2023-03-021-0/+147
|/
* Merge #1255bors[bot]2023-03-021-29/+69
|\
| * common: allow atomic ringbuf to fill up to N instead of just N-1.Dario Nieuwenhuis2023-03-021-29/+69
|/
* Merge pull request #1244 from embassy-rs/interruptexecutorDario Nieuwenhuis2023-03-016-85/+152
|\
| * cortex-m/executor: don't use the owned interrupts system.Dario Nieuwenhuis2023-02-286-85/+152
* | Merge pull request #1254 from davidedellagiustina/fixDario Nieuwenhuis2023-03-011-1/+1
|\ \
| * | Apply fixDavide Della Giustina2023-03-011-1/+1
|/ /
* | Merge pull request #1252 from pattop/stm32_spi_fifo_fixDario Nieuwenhuis2023-03-011-2/+4
|\ \
| * | stm32/spi: fix occasional data corruptionPatrick Oppenlander2023-03-011-2/+4
* | | Merge pull request #1251 from embassy-rs/fix-examplesDario Nieuwenhuis2023-03-016-56/+11
|\ \ \ | |_|/ |/| |
| * | Example fixes.Dario Nieuwenhuis2023-03-016-56/+11
|/ /
* | Merge #1245bors[bot]2023-02-281-1/+10
|\ \
| * | fix: rp - disable Pull-down/up resistors for ADC readLachezar Lechev2023-02-281-1/+10
* | | Merge #1247bors[bot]2023-02-281-0/+8
|\ \ \
| * | | PacketQueue::init() does not need to be unsafeDavide Della Giustina2023-02-281-2/+4
| * | | Implemented suggestions from @DirbaioDavide Della Giustina2023-02-282-40/+11
| * | | PacketQueue::new() uses ::init() when in nightlyDavide Della Giustina2023-02-281-7/+18
| * | | Added PacketQueue::init()Davide Della Giustina2023-02-282-1/+25
| |/ /
* | | Merge #1248bors[bot]2023-02-281-1/+6
|\ \ \ | |/ / |/| |
| * | embassy-time: add async tick() method to Tickerkbleeke2023-02-281-1/+6
|/ /
* | Merge #1243bors[bot]2023-02-271-18/+31
|\ \
| * | RP-PICO UART adding set_baudrate: missing to run rust-fmtAndres Hurtado Lopez2023-02-261-14/+10
| * | RP-PICO UART adding set_baudrate: Changing static call from specific type to ...Andres Hurtado Lopez2023-02-261-2/+2
| * | RP-PICO UART adding set_baudrate: refactoring of methodsAndres Hurtado Lopez2023-02-261-28/+23