| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Permits the future to be cancelled | huntc | 2022-08-30 | 1 | -2/+31 | |
| | * | | Additional doco | huntc | 2022-08-30 | 1 | -0/+2 | |
| | * | | Ensure that the sampling is stopped | huntc | 2022-08-26 | 1 | -0/+43 | |
| | |/ | ||||||
| * | | util -> sync rename | Quentin Smith | 2022-08-23 | 1 | -1/+1 | |
| * | | Merge remote-tracking branch 'origin/master' into nrf-pdm | Quentin Smith | 2022-08-23 | 18 | -27/+99 | |
| |\| | ||||||
| | * | nrf/ppi: fix unsoundness due to task/event ptrs being public. | Dario Nieuwenhuis | 2022-08-24 | 1 | -7/+25 | |
| | * | nrf/ppi: feature-gate dppi stuff. | Dario Nieuwenhuis | 2022-08-24 | 1 | -1/+4 | |
| | * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 14 | -18/+18 | |
| | * | nRF documentation warning fixes | Ulf Lilleengen | 2022-08-22 | 5 | -2/+53 | |
| * | | PDM clock frequency control | Quentin Smith | 2022-08-21 | 1 | -3/+10 | |
| * | | Stop PDM sampling when future is dropped | Quentin Smith | 2022-08-21 | 1 | -13/+15 | |
| * | | Discard the first N samples due to transients | Quentin Smith | 2022-08-21 | 1 | -3/+19 | |
| * | | Add continuous PDM sampling with example | Quentin Smith | 2022-08-20 | 1 | -3/+115 | |
| * | | Set gain at runtime | Quentin Smith | 2022-08-20 | 1 | -0/+21 | |
| * | | Initial PDM driver | Quentin Smith | 2022-08-20 | 7 | -0/+208 | |
| |/ | ||||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 3 | -6/+7 | |
| * | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 12 | -12/+11 | |
| * | Update to critical-section 1.0, atomic-polyfill 1.0 | Dario Nieuwenhuis | 2022-08-17 | 1 | -2/+2 | |
| * | Merge #890 | bors[bot] | 2022-08-02 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Implement UsbSupply for a reference of SignalledSupply | Matous Hybl | 2022-08-02 | 1 | -1/+1 | |
| * | | Remove commented out logging code | Til Blechschmidt | 2022-08-01 | 1 | -7/+1 | |
| * | | Extend QSPI config with freq, delay, spi mode, and address mode | Til Blechschmidt | 2022-08-01 | 1 | -14/+34 | |
| * | | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 14 | -26/+37 | |
| * | | Merge #876 | bors[bot] | 2022-07-24 | 1 | -1/+1 | |
| |\| | ||||||
| | * | Add defmt support to embassy-embedded-hal errors | Matous Hybl | 2022-07-24 | 1 | -1/+1 | |
| * | | nrf: replace PhantomData usages with PeripheralRef. | Dario Nieuwenhuis | 2022-07-23 | 11 | -164/+150 | |
| * | | Remove PeripheralRef::into_inner() | Dario Nieuwenhuis | 2022-07-23 | 8 | -78/+136 | |
| * | | Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral | Dario Nieuwenhuis | 2022-07-23 | 19 | -298/+291 | |
| * | | Update embassy-stm32 | Dario Nieuwenhuis | 2022-07-23 | 1 | -1/+1 | |
| * | | fix nrf dppi | Dario Nieuwenhuis | 2022-07-23 | 1 | -8/+1 | |
| * | | Rename unsafe_impl_unborrow to impl_unborrow | Dario Nieuwenhuis | 2022-07-23 | 4 | -17/+12 | |
| * | | Update embassy-rp | Grant Miller | 2022-07-23 | 1 | -1/+1 | |
| * | | WIP: Make unborrow safe to use | Grant Miller | 2022-07-23 | 12 | -202/+136 | |
| | | | ||||||
| | \ | ||||||
| *-. \ | Merge #871 #872 | bors[bot] | 2022-07-22 | 2 | -3/+30 | |
| |\ \ \ | |_|/ |/| | | ||||||
| | | * | nrf/usb: prevent user code from constructing a PowerUsb directly. | Dario Nieuwenhuis | 2022-07-21 | 1 | -2/+4 | |
| | |/ |/| | ||||||
| | * | nrf/saadc: add type-erased AnyInput. | Dario Nieuwenhuis | 2022-07-21 | 1 | -1/+26 | |
| |/ | ||||||
| * | Move all gpio logic to Flex | chemicstry | 2022-07-13 | 1 | -6/+3 | |
| * | Change get_set_level to get_output_level | chemicstry | 2022-07-13 | 1 | -2/+2 | |
| * | Add convenience GPIO functions to NRF | chemicstry | 2022-07-13 | 1 | -0/+79 | |
| * | Merge #810 | bors[bot] | 2022-07-11 | 1 | -13/+170 | |
| |\ | ||||||
| | * | Trait for UsbSupply | huntc | 2022-07-09 | 1 | -75/+149 | |
| | * | New constructor to cater for the softdevice | huntc | 2022-07-08 | 1 | -2/+21 | |
| | * | Puts in the machinery to handle power detected/removed | huntc | 2022-07-07 | 1 | -3/+67 | |
| * | | Add embassy-embedded-hal nightly feature | Henrik Alsér | 2022-07-09 | 1 | -1/+1 | |
| * | | Associated type | Henrik Alsér | 2022-07-09 | 2 | -4/+6 | |
| * | | Shared buses with SetConfig | Henrik Alsér | 2022-07-08 | 3 | -0/+54 | |
| |/ | ||||||
| * | docs: Add $COMMIT to git srclinks. | Dario Nieuwenhuis | 2022-06-26 | 1 | -2/+1 | |
| * | nrf/uart: add support for tx-only and rx-only uart. | Dario Nieuwenhuis | 2022-06-25 | 1 | -27/+149 | |
| * | Add more API docs for embassy-cortex-m and embassy-nrf | Ulf Lilleengen | 2022-06-23 | 4 | -7/+33 | |
| * | Remove the authors field from Cargo.tomls | Dario Nieuwenhuis | 2022-06-18 | 1 | -1/+0 | |
