aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | nrf/qspi: remove cfg_if hackDario Nieuwenhuis2023-03-051-30/+31
* | | nrf/buffered_uarte: add HIL tests.Dario Nieuwenhuis2023-03-041-1/+1
* | | nrf/buffered_uarte: make available on stable.Dario Nieuwenhuis2023-03-042-44/+116
* | | nrf/buffered_uarte: remove PeripheralMutex, make it work without rts/cts.Dario Nieuwenhuis2023-03-042-299/+378
* | | 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
|/ /
* / Add `#[must_use]` to all futuresGrant Miller2023-02-241-0/+1
|/
* nrf: rename UARTETWISPIn -> SERIALnDario Nieuwenhuis2023-02-213-61/+61
* nrf: warn if uicr configuration could not be written.Dario Nieuwenhuis2023-02-201-13/+65
* nrf: add support for UICR configuration.Dario Nieuwenhuis2023-02-2011-17/+230
* nrf/qspi: do not panic when canceling futures.Dario Nieuwenhuis2023-02-101-16/+16
* nrf/twis: FIx doc typoDario Nieuwenhuis2023-02-011-1/+1