aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
| * nrf/uart: do not error on zero length transfers.Dario Nieuwenhuis2022-12-151-10/+10
| * Merge branch 'master' into nrf91/53-nvmcDion Dokter2022-12-0920-351/+2795
| |\
| | * 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-101-1/+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-093-0/+410
| | * | Switch to async-fn-in-traitDario Nieuwenhuis2022-11-257-343/+257
| | * | Merge #1069bors[bot]2022-11-231-5/+8
| | |\ \
| | | * | Review comments. Corrected unused fields.Ardelean Calin2022-11-231-19/+19
| | | * | Corrected order of use statements.Ardelean Calin2022-11-221-1/+1
| | | * | Changed pin to private as it is for OutputChannelArdelean Calin2022-11-221-6/+6
| | | * | Switched to PeripheralRef for channel.Ardelean Calin2022-11-221-23/+20
| | | * | Update gpiote.rsArdelean Călin Petru2022-11-221-0/+6
| | * | | Merge #1056bors[bot]2022-11-2212-0/+789
| | |\ \ \ | | | |/ / | | |/| |