| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | 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 | 10 | -6/+206 | |
| | * | 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 | 27 | -220/+602 | |
| | * | 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 | 20 | -351/+2795 | |
| | |\ | ||||||
| | | * | 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 | 1 | -1/+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 | 3 | -0/+410 | |
| | | * | | Switch to async-fn-in-trait | Dario Nieuwenhuis | 2022-11-25 | 7 | -343/+257 | |
| | | * | | Merge #1069 | bors[bot] | 2022-11-23 | 1 | -5/+8 | |
| | | |\ \ | ||||||
| | | | * | | Review comments. Corrected unused fields. | Ardelean Calin | 2022-11-23 | 1 | -19/+19 | |
| | | | * | | Corrected order of use statements. | Ardelean Calin | 2022-11-22 | 1 | -1/+1 | |
| | | | * | | Changed pin to private as it is for OutputChannel | Ardelean Calin | 2022-11-22 | 1 | -6/+6 | |
| | | | * | | Switched to PeripheralRef for channel. | Ardelean Calin | 2022-11-22 | 1 | -23/+20 | |
| | | | * | | Update gpiote.rs | Ardelean Călin Petru | 2022-11-22 | 1 | -0/+6 | |
| | | * | | | Merge #1056 | bors[bot] | 2022-11-22 | 12 | -0/+789 | |
| | | |\ \ \ | | | |/ / | | |/| | | ||||||
