| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | nrf/timer: remove awaitable. | Dario Nieuwenhuis | 2023-03-06 | 1 | -124/+10 |
| * | nrf/uart: switch to new interrupt binding. | Dario Nieuwenhuis | 2023-03-06 | 2 | -153/+157 |
| * | nrf: add new interrupt binding traits and macro. | Dario Nieuwenhuis | 2023-03-06 | 1 | -4/+29 |
| * | Merge pull request #1232 from embassy-rs/nrf-qspi-fixes | Dario Nieuwenhuis | 2023-03-05 | 3 | -94/+155 |
| |\ | |||||
| | * | nrf/qspi: add _raw variants of methods that don't do bounds checks. | Dario Nieuwenhuis | 2023-03-05 | 1 | -20/+70 |
| | * | nrf/qspi: remove FLASH_SIZE const generic param. | Dario Nieuwenhuis | 2023-03-05 | 1 | -16/+20 |
| | * | nrf/qspi: always use u32 for addresses. | Dario Nieuwenhuis | 2023-03-05 | 1 | -31/+31 |
| | * | nrf/qspi: add nrf53 support. | Dario Nieuwenhuis | 2023-03-05 | 3 | -20/+26 |
| | * | nrf/qspi: remove cfg_if hack | Dario Nieuwenhuis | 2023-03-05 | 1 | -30/+31 |
| * | | nrf/buffered_uarte: add HIL tests. | Dario Nieuwenhuis | 2023-03-04 | 1 | -1/+1 |
| * | | nrf/buffered_uarte: make available on stable. | Dario Nieuwenhuis | 2023-03-04 | 2 | -44/+116 |
| * | | nrf/buffered_uarte: remove PeripheralMutex, make it work without rts/cts. | Dario Nieuwenhuis | 2023-03-04 | 2 | -299/+378 |
| * | | nrf/timer: add support for counter mode. | Dario Nieuwenhuis | 2023-03-04 | 1 | -5/+38 |
| * | | nrf: add PPI channel group driver. | Dario Nieuwenhuis | 2023-03-04 | 3 | -10/+98 |
| |/ | |||||
| * | Add `#[must_use]` to all futures | Grant Miller | 2023-02-24 | 1 | -0/+1 |
| * | nrf: rename UARTETWISPIn -> SERIALn | Dario Nieuwenhuis | 2023-02-21 | 3 | -61/+61 |
| * | nrf: warn if uicr configuration could not be written. | Dario Nieuwenhuis | 2023-02-20 | 1 | -13/+65 |
| * | nrf: add support for UICR configuration. | Dario Nieuwenhuis | 2023-02-20 | 11 | -17/+230 |
| * | nrf/qspi: do not panic when canceling futures. | Dario Nieuwenhuis | 2023-02-10 | 1 | -16/+16 |
| * | nrf/twis: FIx doc typo | Dario Nieuwenhuis | 2023-02-01 | 1 | -1/+1 |
| * | nrf: docs. | Dario Nieuwenhuis | 2023-02-01 | 28 | -220/+660 |
| * | usb: docs | Dario Nieuwenhuis | 2023-01-31 | 1 | -4/+4 |
| * | Replace `Level: Into<bool>` with `From<Level>` | Joakim Hulthe | 2023-01-23 | 1 | -3/+3 |
| * | Stop sampling when exiting the Saadc methods | huntc | 2023-01-18 | 1 | -3/+9 |
| * | Refactor embassy-usb address handling to allow reordering of status resoponse | chemicstry | 2023-01-11 | 1 | -5/+5 |
| * | Provides a means of obtaining the current WDT config | huntc | 2023-01-04 | 1 | -0/+24 |
| * | Fix a typo | Kentaro Okuda | 2022-12-30 | 1 | -1/+1 |
| * | Add Clone & Copy on embassy_nrf::gpio::Level | Matthias Devlamynck | 2022-12-29 | 1 | -1/+1 |
| * | nrf/uart: do not error on zero length transfers. | Dario Nieuwenhuis | 2022-12-15 | 1 | -10/+10 |
| * | Merge branch 'master' into nrf91/53-nvmc | Dion Dokter | 2022-12-09 | 21 | -353/+2797 |
| |\ | |||||
| | * | Merge #1049 | bors[bot] | 2022-12-09 | 5 | -3/+1161 |
| | |\ | |||||
| | | * | Move the responsibility to manage buffers to the I2S stream | Christian Perez Llamas | 2022-12-08 | 1 | -45/+112 |
| | | * | Optimization to be able to work with only 2 buffers | Christian Perez Llamas | 2022-11-29 | 1 | -14/+34 |
| | | * | Use &mut self for start methods | Christian Perez Llamas | 2022-11-26 | 1 | -3/+6 |
| | | * | Buffer management in line with other peripherals. Constructor and config rede... | Christian Perez Llamas | 2022-11-19 | 1 | -384/+331 |
| | | * | Fix fmt | Christian Perez Llamas | 2022-11-19 | 1 | -1/+1 |
| | | * | Fix build | Christian Perez Llamas | 2022-11-19 | 4 | -8/+15 |
| | | * | Add missing parts and Cleanup | Christian Perez Llamas | 2022-11-19 | 1 | -83/+466 |
| | | * | Fix buffer overruns | Christian Perez Llamas | 2022-11-17 | 1 | -182/+237 |
| | | * | Minor changes | Christian Perez Llamas | 2022-11-13 | 1 | -4/+5 |
| | | * | Investigating discontinuities in the signal | Christian Perez Llamas | 2022-11-13 | 1 | -20/+48 |
| | | * | Interrupts, async, sine oscillator | Christian Perez Llamas | 2022-11-12 | 2 | -80/+218 |
| | | * | Cargo fmt | Roman Valls Guimera | 2022-11-11 | 1 | -5/+1 |
| | | * | Restrict to pacs supporting i2s | Christian Perez Llamas | 2022-11-10 | 2 | -2/+5 |
| | | * | Add input rx | Christian Perez Llamas | 2022-11-10 | 1 | -8/+51 |
| | | * | Buffer trait. Simpler config. | Christian Perez Llamas | 2022-11-10 | 1 | -58/+64 |
| | | * | Apply config | Christian Perez Llamas | 2022-11-09 | 1 | -21/+64 |
| | | * | Make bors grin ;) | Roman Valls Guimera | 2022-11-09 | 1 | -20/+27 |
| | | * | Draft: Initial support for I2S with a working example. | Christian Perez Llamas | 2022-11-09 | 4 | -0/+411 |
| | * | | Switch to async-fn-in-trait | Dario Nieuwenhuis | 2022-11-25 | 8 | -345/+259 |
