aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf
Commit message (Expand)AuthorAgeFilesLines
...
| * Fixed Pointer UpdatesCameron2023-06-291-6/+6
| * feature(1355): Add trigger to task, triggered + clear to EventCameron2023-06-291-0/+15
| * Update probe-rs-cli -> probe-rsDario Nieuwenhuis2023-06-291-3/+3
| * embassy-nrf: Idle detection for RX only uarteTimo Kröger2023-06-131-44/+51
| * Remove embassy-cortex-m crate, move stuff to embassy-hal-common.Dario Nieuwenhuis2023-06-0912-13/+12
| * Remove executor dep+reexports from HALs.Dario Nieuwenhuis2023-06-092-3/+1
| * Add `rt` feature to HALs, cfg out interrupt handling when not set.Dario Nieuwenhuis2023-06-083-1/+6
| * Reexport NVIC_PRIO_BITS at HAL root.Dario Nieuwenhuis2023-06-084-2/+9
| * Make interrupt module more standard.Dario Nieuwenhuis2023-06-0830-511/+460
| * cortex-m: remove owned interrupts.Dario Nieuwenhuis2023-06-0118-88/+79
| * ci: fix nrf, rp tests.Dario Nieuwenhuis2023-05-294-14/+47
| * Fix tests.Dario Nieuwenhuis2023-05-291-1/+1
| * nrf/timer: use low power counter mode.Dario Nieuwenhuis2023-05-261-1/+1
| * Disable ppi group first to avoid BufferedUarte not getting dropped properlyLinus Harberg2023-05-261-0/+2
| * nrf/uarte: fix deref warning, fix errata not being applied on nrf53.Dario Nieuwenhuis2023-05-191-6/+4
| * Update Rust nightly.Dario Nieuwenhuis2023-05-191-1/+0
| * Remove unused `feature(type_alias_impl_trait)`.Dario Nieuwenhuis2023-05-141-4/+1
| * Fix some typosDirk Stolle2023-05-083-9/+9
| * Bump versions preparing for -macros and -executor releaseUlf Lilleengen2023-04-271-1/+1
| * Add support for setting up the nRFs internal DCDCsEmil Fresk2023-04-261-0/+80
| * Remove the _todo_embedded_hal_serial impls. EH will probably not have these s...Dario Nieuwenhuis2023-04-151-77/+0
| * Release embassy-sync v0.2.0Dario Nieuwenhuis2023-04-131-1/+1
| * nrf/timer: make `cc()` borrows less strict.Dario Nieuwenhuis2023-04-111-2/+2
| * common/peripheral: do not require mut in PeripheralRef clone_unchecked.Dario Nieuwenhuis2023-04-115-5/+5
| * Update embedded-hal crates.Dario Nieuwenhuis2023-04-062-39/+12
| * Merge #1262bors[bot]2023-03-082-17/+10
| |\
| | * Merge upstreamMehmet Ali Anil2023-03-0731-1163/+1683
| | |\
| | * | Bump embedded-storage-async to 0.4Mehmet Ali Anil2023-03-062-16/+10
| * | | nrf/uicr: only check lowest bit.Dario Nieuwenhuis2023-03-071-13/+9
| | |/ | |/|
| * | nrf/interrupt: do not reexport `take!` macro.Dario Nieuwenhuis2023-03-061-1/+1
| * | nrf/usb: switch to new interrupt binding, fix vbus detect on nrf53.Dario Nieuwenhuis2023-03-062-187/+224
| * | nrf/twis: switch to new interrupt binding.Dario Nieuwenhuis2023-03-061-24/+31
| * | nrf/temp: switch to new interrupt binding.Dario Nieuwenhuis2023-03-061-11/+24
| * | nrf/twim: switch to new interrupt binding.Dario Nieuwenhuis2023-03-061-20/+27
| * | nrf/spis: switch to new interrupt binding.Dario Nieuwenhuis2023-03-061-48/+37
| * | nrf/spim: switch to new interrupt binding.Dario Nieuwenhuis2023-03-061-27/+32
| * | nrf/saadc: switch to new interrupt binding.Dario Nieuwenhuis2023-03-061-28/+34
| * | nrf/rng: make available on all chips, use Instance trait, switch to new inter...Dario Nieuwenhuis2023-03-0610-72/+142
| * | nrf/qspi: switch to new interrupt binding.Dario Nieuwenhuis2023-03-061-30/+35
| * | nrf/qdec: make available on all chips, use Instance trait, switch to new inte...Dario Nieuwenhuis2023-03-0610-35/+102
| * | nrf/pdm: make available on all chips, use Instance trait, switch to new inter...Dario Nieuwenhuis2023-03-069-46/+109
| * | nrf/i2s: switch to new interrupt binding.Dario Nieuwenhuis2023-03-061-37/+40
| * | nrf/timer: remove awaitable.Dario Nieuwenhuis2023-03-061-124/+10
| * | nrf/uart: switch to new interrupt binding.Dario Nieuwenhuis2023-03-062-153/+157
| * | nrf: add new interrupt binding traits and macro.Dario Nieuwenhuis2023-03-061-4/+29
| * | Merge pull request #1232 from embassy-rs/nrf-qspi-fixesDario Nieuwenhuis2023-03-053-94/+155
| |\ \
| | * | nrf/qspi: add _raw variants of methods that don't do bounds checks.Dario Nieuwenhuis2023-03-051-20/+70
| | * | nrf/qspi: remove FLASH_SIZE const generic param.Dario Nieuwenhuis2023-03-051-16/+20
| | * | nrf/qspi: always use u32 for addresses.Dario Nieuwenhuis2023-03-051-31/+31
| | * | nrf/qspi: add nrf53 support.Dario Nieuwenhuis2023-03-053-20/+26