| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | nrf: add initial nrf5340 support | Dario Nieuwenhuis | 2021-10-28 | 12 | -86/+1038 |
| * | nrf91: support running in both S and NS mode. | Dario Nieuwenhuis | 2021-10-26 | 8 | -73/+175 |
| * | Merge #427 | bors[bot] | 2021-10-26 | 18 | -537/+691 |
| |\ | |||||
| | * | ppi: simplify driver creation. | Dario Nieuwenhuis | 2021-10-26 | 3 | -219/+125 |
| | * | Fewer channel traits, more cfg to make the system work | Dion Dokter | 2021-10-26 | 12 | -312/+335 |
| | * | Fixed examples | Dion Dokter | 2021-10-26 | 2 | -4/+2 |
| | * | typo | Dion Dokter | 2021-10-26 | 1 | -1/+1 |
| | * | - Interconnect is now PPI again | Dion Dokter | 2021-10-26 | 10 | -173/+206 |
| | * | fmt | Dion Dokter | 2021-10-26 | 1 | -2/+2 |
| | * | Another redo using the feedback. | Dion Dokter | 2021-10-26 | 20 | -880/+729 |
| | * | Fixed examples and added defmt format to the new error types | Dion Dokter | 2021-10-26 | 5 | -4/+7 |
| | * | Some extra docs and better naming | Dion Dokter | 2021-10-26 | 1 | -10/+26 |
| | * | - Added _ppi and _dppi to distinguish between the new and the old peripheral. | Dion Dokter | 2021-10-26 | 14 | -361/+687 |
| |/ | |||||
| * | Merge #456 | bors[bot] | 2021-10-26 | 2 | -13/+171 |
| |\ | |||||
| | * | Fix clock setup for MSI and PLL to allow RNG opereation | Ulf Lilleengen | 2021-10-26 | 2 | -13/+171 |
| * | | Merge #441 | bors[bot] | 2021-10-26 | 2 | -20/+184 |
| |\ \ | |/ |/| | |||||
| | * | Add implementation of async trait for STM32 I2C v2 | Ulf Lilleengen | 2021-10-21 | 2 | -20/+184 |
| * | | Merge #450 | bors[bot] | 2021-10-25 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | nrf/nvmc: make PAGE_SIZE, FLASH_SIZE public. | Dario Nieuwenhuis | 2021-10-24 | 1 | -2/+2 |
| * | | | Merge #448 | bors[bot] | 2021-10-25 | 1 | -0/+23 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | nrf: saadc dummy pin for vdd sampling | Jacob Rosenthal | 2021-10-24 | 1 | -0/+23 |
| |/ / | |||||
| * | | Merge #444 | bors[bot] | 2021-10-23 | 12 | -0/+210 |
| |\ \ | |||||
| | * | | nrf: add NVMC driver. | Dario Nieuwenhuis | 2021-10-22 | 12 | -0/+210 |
| | |/ | |||||
| * | | Merge #446 | bors[bot] | 2021-10-22 | 3 | -6/+6 |
| |\ \ | |||||
| | * | | Use upstream version of rust-lorawan | Ulf Lilleengen | 2021-10-22 | 3 | -6/+6 |
| |/ / | |||||
| * | | Merge #445 | bors[bot] | 2021-10-22 | 1 | -8/+16 |
| |\ \ | |/ |/| | |||||
| | * | Workaround duplicity of DMA channel declaration when the target chip specifie... | Matous Hybl | 2021-10-22 | 1 | -8/+16 |
| * | | 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 |
