aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nrf: add initial nrf5340 supportDario Nieuwenhuis2021-10-2812-86/+1038
* nrf91: support running in both S and NS mode.Dario Nieuwenhuis2021-10-268-73/+175
* Merge #427bors[bot]2021-10-2618-537/+691
|\
| * ppi: simplify driver creation.Dario Nieuwenhuis2021-10-263-219/+125
| * Fewer channel traits, more cfg to make the system workDion Dokter2021-10-2612-312/+335
| * Fixed examplesDion Dokter2021-10-262-4/+2
| * typoDion Dokter2021-10-261-1/+1
| * - Interconnect is now PPI againDion Dokter2021-10-2610-173/+206
| * fmtDion Dokter2021-10-261-2/+2
| * Another redo using the feedback.Dion Dokter2021-10-2620-880/+729
| * Fixed examples and added defmt format to the new error typesDion Dokter2021-10-265-4/+7
| * Some extra docs and better namingDion Dokter2021-10-261-10/+26
| * - Added _ppi and _dppi to distinguish between the new and the old peripheral.Dion Dokter2021-10-2614-361/+687
|/
* Merge #456bors[bot]2021-10-262-13/+171
|\
| * Fix clock setup for MSI and PLL to allow RNG opereationUlf Lilleengen2021-10-262-13/+171
* | Merge #441bors[bot]2021-10-262-20/+184
|\ \ | |/ |/|
| * Add implementation of async trait for STM32 I2C v2Ulf Lilleengen2021-10-212-20/+184
* | Merge #450bors[bot]2021-10-251-2/+2
|\ \
| * | nrf/nvmc: make PAGE_SIZE, FLASH_SIZE public.Dario Nieuwenhuis2021-10-241-2/+2
* | | Merge #448bors[bot]2021-10-251-0/+23
|\ \ \ | |/ / |/| |
| * | nrf: saadc dummy pin for vdd samplingJacob Rosenthal2021-10-241-0/+23
|/ /
* | Merge #444bors[bot]2021-10-2312-0/+210
|\ \
| * | nrf: add NVMC driver.Dario Nieuwenhuis2021-10-2212-0/+210
| |/
* | Merge #446bors[bot]2021-10-223-6/+6
|\ \
| * | Use upstream version of rust-lorawanUlf Lilleengen2021-10-223-6/+6
|/ /
* | Merge #445bors[bot]2021-10-221-8/+16
|\ \ | |/ |/|
| * Workaround duplicity of DMA channel declaration when the target chip specifie...Matous Hybl2021-10-221-8/+16
* | Merge #442bors[bot]2021-10-211-2/+2
|\ \
| * | Configure the correct pin instancesUlf Lilleengen2021-10-211-2/+2
|/ /
* | Merge #439bors[bot]2021-10-201-2/+5
|\ \
| * | Fix time calculationUlf Lilleengen2021-10-201-1/+1
| * | Remove unused importUlf Lilleengen2021-10-201-1/+0
| * | Prevent overflow in std timer driverUlf Lilleengen2021-10-201-2/+6
|/ /
* | Merge #440bors[bot]2021-10-201-0/+28
|\ \
| * | Add i2c example for L4Ulf Lilleengen2021-10-201-0/+28
* | | Merge #436bors[bot]2021-10-1911-0/+136
|\ \ \ | |/ / |/| |
| * | Use async fn instead of impl FutureUlf Lilleengen2021-10-191-17/+14
| * | Specify unit in log outputUlf Lilleengen2021-10-191-1/+1
| * | Use AtomicWaker instead of SignalUlf Lilleengen2021-10-191-14/+19
| * | Cargo fmtUlf Lilleengen2021-10-191-2/+2
| * | Add support for temperature sensor peripheralUlf Lilleengen2021-10-1911-0/+134
|/ /
* | Merge #428bors[bot]2021-10-182-34/+24
|\ \ | |/ |/|
| * executor: Inline enqueue fnsDario Nieuwenhuis2021-10-162-0/+2
| * executor: Use critical sections instead of atomic CAS loopsDario Nieuwenhuis2021-10-162-34/+22
* | Merge #435bors[bot]2021-10-181-3/+1
|\ \
| * | Formattinghuntc2021-10-181-3/+1
| * | Optimises the buffer passing for nRF SAADChuntc2021-10-181-1/+1
|/ /
* | Merge #425bors[bot]2021-10-183-7/+225
|\ \
| * | Comments correctedhuntc2021-10-181-5/+4
| * | Renamed sample rate to what it actually ishuntc2021-10-181-4/+4