aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-061-37/+10
* Merge #1262bors[bot]2023-03-081-16/+9
|\
| * Merge upstreamMehmet Ali Anil2023-03-0731-1163/+1683
| |\
| * | Bump embedded-storage-async to 0.4Mehmet Ali Anil2023-03-061-15/+9
* | | 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-2010-6/+206
* nrf/qspi: do not panic when canceling futures.Dario Nieuwenhuis2023-02-101-16/+16
* nrf/twis: FIx doc typoDario Nieuwenhuis2023-02-011-1/+1
* nrf: docs.Dario Nieuwenhuis2023-02-0127-220/+602
* usb: docsDario Nieuwenhuis2023-01-311-4/+4
* Replace `Level: Into<bool>` with `From<Level>`Joakim Hulthe2023-01-231-3/+3
* Stop sampling when exiting the Saadc methodshuntc2023-01-181-3/+9
* Refactor embassy-usb address handling to allow reordering of status resoponsechemicstry2023-01-111-5/+5
* Provides a means of obtaining the current WDT confighuntc2023-01-041-0/+24
* Fix a typoKentaro Okuda2022-12-301-1/+1
* Add Clone & Copy on embassy_nrf::gpio::LevelMatthias Devlamynck2022-12-291-1/+1