aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf
Commit message (Expand)AuthorAgeFilesLines
* 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
* nrf: docs.Dario Nieuwenhuis2023-02-0128-220/+660
* 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
* nrf/uart: do not error on zero length transfers.Dario Nieuwenhuis2022-12-151-10/+10
* Merge branch 'master' into nrf91/53-nvmcDion Dokter2022-12-0921-353/+2797
|\
| * Merge #1049bors[bot]2022-12-095-3/+1161
| |\
| | * Move the responsibility to manage buffers to the I2S streamChristian Perez Llamas2022-12-081-45/+112
| | * Optimization to be able to work with only 2 buffersChristian Perez Llamas2022-11-291-14/+34
| | * Use &mut self for start methodsChristian Perez Llamas2022-11-261-3/+6
| | * Buffer management in line with other peripherals. Constructor and config rede...Christian Perez Llamas2022-11-191-384/+331
| | * Fix fmtChristian Perez Llamas2022-11-191-1/+1
| | * Fix buildChristian Perez Llamas2022-11-194-8/+15
| | * Add missing parts and CleanupChristian Perez Llamas2022-11-191-83/+466
| | * Fix buffer overrunsChristian Perez Llamas2022-11-171-182/+237
| | * Minor changesChristian Perez Llamas2022-11-131-4/+5
| | * Investigating discontinuities in the signalChristian Perez Llamas2022-11-131-20/+48
| | * Interrupts, async, sine oscillatorChristian Perez Llamas2022-11-122-80/+218
| | * Cargo fmtRoman Valls Guimera2022-11-111-5/+1
| | * Restrict to pacs supporting i2sChristian Perez Llamas2022-11-102-2/+5
| | * Add input rxChristian Perez Llamas2022-11-101-8/+51
| | * Buffer trait. Simpler config.Christian Perez Llamas2022-11-101-58/+64
| | * Apply configChristian Perez Llamas2022-11-091-21/+64
| | * Make bors grin ;)Roman Valls Guimera2022-11-091-20/+27
| | * Draft: Initial support for I2S with a working example.Christian Perez Llamas2022-11-094-0/+411
| * | Switch to async-fn-in-traitDario Nieuwenhuis2022-11-258-345/+259