| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove embassy-cortex-m crate, move stuff to embassy-hal-common. | Dario Nieuwenhuis | 2023-06-09 | 11 | -11/+11 |
| * | Remove executor dep+reexports from HALs. | Dario Nieuwenhuis | 2023-06-09 | 1 | -1/+0 |
| * | Add `rt` feature to HALs, cfg out interrupt handling when not set. | Dario Nieuwenhuis | 2023-06-08 | 2 | -0/+4 |
| * | Reexport NVIC_PRIO_BITS at HAL root. | Dario Nieuwenhuis | 2023-06-08 | 4 | -2/+9 |
| * | Make interrupt module more standard. | Dario Nieuwenhuis | 2023-06-08 | 30 | -511/+460 |
| * | cortex-m: remove owned interrupts. | Dario Nieuwenhuis | 2023-06-01 | 18 | -88/+79 |
| * | ci: fix nrf, rp tests. | Dario Nieuwenhuis | 2023-05-29 | 2 | -3/+23 |
| * | Fix tests. | Dario Nieuwenhuis | 2023-05-29 | 1 | -1/+1 |
| * | nrf/timer: use low power counter mode. | Dario Nieuwenhuis | 2023-05-26 | 1 | -1/+1 |
| * | Disable ppi group first to avoid BufferedUarte not getting dropped properly | Linus Harberg | 2023-05-26 | 1 | -0/+2 |
| * | nrf/uarte: fix deref warning, fix errata not being applied on nrf53. | Dario Nieuwenhuis | 2023-05-19 | 1 | -6/+4 |
| * | Update Rust nightly. | Dario Nieuwenhuis | 2023-05-19 | 1 | -1/+0 |
| * | Remove unused `feature(type_alias_impl_trait)`. | Dario Nieuwenhuis | 2023-05-14 | 1 | -4/+1 |
| * | Fix some typos | Dirk Stolle | 2023-05-08 | 3 | -9/+9 |
| * | Add support for setting up the nRFs internal DCDCs | Emil Fresk | 2023-04-26 | 1 | -0/+80 |
| * | Remove the _todo_embedded_hal_serial impls. EH will probably not have these s... | Dario Nieuwenhuis | 2023-04-15 | 1 | -77/+0 |
| * | nrf/timer: make `cc()` borrows less strict. | Dario Nieuwenhuis | 2023-04-11 | 1 | -2/+2 |
| * | common/peripheral: do not require mut in PeripheralRef clone_unchecked. | Dario Nieuwenhuis | 2023-04-11 | 5 | -5/+5 |
| * | Update embedded-hal crates. | Dario Nieuwenhuis | 2023-04-06 | 1 | -37/+10 |
| * | Merge #1262 | bors[bot] | 2023-03-08 | 1 | -16/+9 |
| |\ |
|
| | * | Merge upstream | Mehmet Ali Anil | 2023-03-07 | 31 | -1163/+1683 |
| | |\ |
|
| | * | | Bump embedded-storage-async to 0.4 | Mehmet Ali Anil | 2023-03-06 | 1 | -15/+9 |
| * | | | nrf/uicr: only check lowest bit. | Dario Nieuwenhuis | 2023-03-07 | 1 | -13/+9 |
| | |/
|/| |
|
| * | | nrf/interrupt: do not reexport `take!` macro. | Dario Nieuwenhuis | 2023-03-06 | 1 | -1/+1 |
| * | | nrf/usb: switch to new interrupt binding, fix vbus detect on nrf53. | Dario Nieuwenhuis | 2023-03-06 | 2 | -187/+224 |
| * | | nrf/twis: switch to new interrupt binding. | Dario Nieuwenhuis | 2023-03-06 | 1 | -24/+31 |
| * | | nrf/temp: switch to new interrupt binding. | Dario Nieuwenhuis | 2023-03-06 | 1 | -11/+24 |
| * | | nrf/twim: switch to new interrupt binding. | Dario Nieuwenhuis | 2023-03-06 | 1 | -20/+27 |
| * | | nrf/spis: switch to new interrupt binding. | Dario Nieuwenhuis | 2023-03-06 | 1 | -48/+37 |
| * | | nrf/spim: switch to new interrupt binding. | Dario Nieuwenhuis | 2023-03-06 | 1 | -27/+32 |
| * | | nrf/saadc: switch to new interrupt binding. | Dario Nieuwenhuis | 2023-03-06 | 1 | -28/+34 |
| * | | nrf/rng: make available on all chips, use Instance trait, switch to new inter... | Dario Nieuwenhuis | 2023-03-06 | 10 | -72/+142 |
| * | | nrf/qspi: switch to new interrupt binding. | Dario Nieuwenhuis | 2023-03-06 | 1 | -30/+35 |
| * | | nrf/qdec: make available on all chips, use Instance trait, switch to new inte... | Dario Nieuwenhuis | 2023-03-06 | 10 | -35/+102 |
| * | | nrf/pdm: make available on all chips, use Instance trait, switch to new inter... | Dario Nieuwenhuis | 2023-03-06 | 9 | -46/+109 |
| * | | nrf/i2s: switch to new interrupt binding. | Dario Nieuwenhuis | 2023-03-06 | 1 | -37/+40 |
| * | | nrf/timer: remove awaitable. | Dario Nieuwenhuis | 2023-03-06 | 1 | -124/+10 |
| * | | nrf/uart: switch to new interrupt binding. | Dario Nieuwenhuis | 2023-03-06 | 2 | -153/+157 |
| * | | nrf: add new interrupt binding traits and macro. | Dario Nieuwenhuis | 2023-03-06 | 1 | -4/+29 |
| * | | Merge pull request #1232 from embassy-rs/nrf-qspi-fixes | Dario Nieuwenhuis | 2023-03-05 | 3 | -94/+155 |
| |\ \ |
|
| | * | | nrf/qspi: add _raw variants of methods that don't do bounds checks. | Dario Nieuwenhuis | 2023-03-05 | 1 | -20/+70 |
| | * | | nrf/qspi: remove FLASH_SIZE const generic param. | Dario Nieuwenhuis | 2023-03-05 | 1 | -16/+20 |
| | * | | nrf/qspi: always use u32 for addresses. | Dario Nieuwenhuis | 2023-03-05 | 1 | -31/+31 |
| | * | | 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 |
| * | | | nrf/buffered_uarte: add HIL tests. | Dario Nieuwenhuis | 2023-03-04 | 1 | -1/+1 |
| * | | | nrf/buffered_uarte: make available on stable. | Dario Nieuwenhuis | 2023-03-04 | 2 | -44/+116 |
| * | | | nrf/buffered_uarte: remove PeripheralMutex, make it work without rts/cts. | Dario Nieuwenhuis | 2023-03-04 | 2 | -299/+378 |
| * | | | 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 |
| |/ / |
|