| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| * | Merge #442 | bors[bot] | 2021-10-21 | 1 | -2/+2 | |
| |\ | ||||||
| | * | Configure the correct pin instances | Ulf Lilleengen | 2021-10-21 | 1 | -2/+2 | |
| |/ | ||||||
| * | Merge #439 | bors[bot] | 2021-10-20 | 1 | -2/+5 | |
| |\ | ||||||
| | * | Fix time calculation | Ulf Lilleengen | 2021-10-20 | 1 | -1/+1 | |
| | * | Remove unused import | Ulf Lilleengen | 2021-10-20 | 1 | -1/+0 | |
| | * | Prevent overflow in std timer driver | Ulf Lilleengen | 2021-10-20 | 1 | -2/+6 | |
| |/ | ||||||
| * | Merge #440 | bors[bot] | 2021-10-20 | 1 | -0/+28 | |
| |\ | ||||||
| | * | Add i2c example for L4 | Ulf Lilleengen | 2021-10-20 | 1 | -0/+28 | |
| * | | Merge #436 | bors[bot] | 2021-10-19 | 11 | -0/+136 | |
| |\ \ | |/ |/| | ||||||
| | * | Use async fn instead of impl Future | Ulf Lilleengen | 2021-10-19 | 1 | -17/+14 | |
| | * | Specify unit in log output | Ulf Lilleengen | 2021-10-19 | 1 | -1/+1 | |
| | * | Use AtomicWaker instead of Signal | Ulf Lilleengen | 2021-10-19 | 1 | -14/+19 | |
| | * | Cargo fmt | Ulf Lilleengen | 2021-10-19 | 1 | -2/+2 | |
| | * | Add support for temperature sensor peripheral | Ulf Lilleengen | 2021-10-19 | 11 | -0/+134 | |
| |/ | ||||||
| * | Merge #428 | bors[bot] | 2021-10-18 | 2 | -34/+24 | |
| |\ | ||||||
| | * | executor: Inline enqueue fns | Dario Nieuwenhuis | 2021-10-16 | 2 | -0/+2 | |
| | * | executor: Use critical sections instead of atomic CAS loops | Dario Nieuwenhuis | 2021-10-16 | 2 | -34/+22 | |
| * | | Merge #435 | bors[bot] | 2021-10-18 | 1 | -3/+1 | |
| |\ \ | ||||||
| | * | | Formatting | huntc | 2021-10-18 | 1 | -3/+1 | |
| | * | | Optimises the buffer passing for nRF SAADC | huntc | 2021-10-18 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Merge #425 | bors[bot] | 2021-10-18 | 3 | -7/+225 | |
| |\ \ | ||||||
| | * | | Comments corrected | huntc | 2021-10-18 | 1 | -5/+4 | |
| | * | | Renamed sample rate to what it actually is | huntc | 2021-10-18 | 1 | -4/+4 | |
| | * | | Remove unneeded stop | huntc | 2021-10-18 | 1 | -1/+0 | |
| | * | | Ensure the compiler doesn't reorder things before calling the sampler | huntc | 2021-10-18 | 1 | -0/+2 | |
| | * | | Use types to strengthen the buffer dimensioning | huntc | 2021-10-18 | 2 | -19/+13 | |
| | * | | As suggested, use the const param to declare the internal sample for one chan... | huntc | 2021-10-18 | 1 | -30/+24 | |
| | * | | Removed the Mode enum and factored out into two functions so that we can asse... | huntc | 2021-10-18 | 2 | -22/+55 | |
| | * | | Combine intenset calls | huntc | 2021-10-18 | 1 | -2/+5 | |
| | * | | Compact expression | huntc | 2021-10-18 | 1 | -10/+6 | |
| | * | | Hangover - should have set this to internal for a previous PR | huntc | 2021-10-18 | 1 | -1/+1 | |
| | * | | We have to reduce the buffer size to cater for the number of channels to scan | huntc | 2021-10-18 | 1 | -2/+2 | |
| | * | | We must allow the run handler to mutate state | huntc | 2021-10-18 | 2 | -4/+19 | |
| | * | | We can kick start the internal timer outside of the main loop | huntc | 2021-10-18 | 1 | -11/+10 | |
| | * | | Removed debugging logs | huntc | 2021-10-18 | 1 | -2/+0 | |
| | * | | Implements continuous sampling for the nRF SAADC | huntc | 2021-10-18 | 3 | -6/+192 | |
| * | | | Merge #433 | bors[bot] | 2021-10-17 | 2 | -3/+2 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | examples/std: fix warning | Dario Nieuwenhuis | 2021-10-18 | 1 | -2/+1 | |
| | * | | Update nightly | Dario Nieuwenhuis | 2021-10-18 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Merge #434 | bors[bot] | 2021-10-17 | 22 | -33/+38 | |
| |\ \ | ||||||
| | * | | Update clap | Dario Nieuwenhuis | 2021-10-18 | 2 | -4/+3 | |
| | * | | Clippy fixes | Dario Nieuwenhuis | 2021-10-18 | 20 | -29/+35 | |
| |/ / | ||||||
| | | | ||||||
| | \ | ||||||
| *-. \ | Merge #429 #431 | bors[bot] | 2021-10-16 | 2 | -19/+5 | |
| |\ \ \ | |_|/ |/| | | ||||||
| | | * | interrupt: transmute instead of steal. | Dario Nieuwenhuis | 2021-10-16 | 1 | -5/+4 | |
| | |/ |/| | ||||||
| | * | nrf/uarte: do not use WFE on drop. | Dario Nieuwenhuis | 2021-10-16 | 1 | -14/+1 | |
| |/ | ||||||
| * | Merge #423 | bors[bot] | 2021-10-13 | 10 | -12/+381 | |
| |\ | ||||||
| | * | - Removed the enable assert from UARTE. | Dion Dokter | 2021-10-13 | 2 | -2/+3 | |
| | * | Added anomaly workaround from the HAL to improve the UARTE | Dion Dokter | 2021-10-12 | 1 | -0/+56 | |
| | * | Undoing unnecessary changes | Dion Dokter | 2021-10-12 | 14 | -151/+90 | |
| | * | ran fmt | Dion Dokter | 2021-10-11 | 6 | -9/+12 | |
