aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Remove unneeded stophuntc2021-10-181-1/+0
| * | Ensure the compiler doesn't reorder things before calling the samplerhuntc2021-10-181-0/+2
| * | Use types to strengthen the buffer dimensioninghuntc2021-10-182-19/+13
| * | As suggested, use the const param to declare the internal sample for one chan...huntc2021-10-181-30/+24
| * | Removed the Mode enum and factored out into two functions so that we can asse...huntc2021-10-182-22/+55
| * | Combine intenset callshuntc2021-10-181-2/+5
| * | Compact expressionhuntc2021-10-181-10/+6
| * | Hangover - should have set this to internal for a previous PRhuntc2021-10-181-1/+1
| * | We have to reduce the buffer size to cater for the number of channels to scanhuntc2021-10-181-2/+2
| * | We must allow the run handler to mutate statehuntc2021-10-182-4/+19
| * | We can kick start the internal timer outside of the main loophuntc2021-10-181-11/+10
| * | Removed debugging logshuntc2021-10-181-2/+0
| * | Implements continuous sampling for the nRF SAADChuntc2021-10-183-6/+192
* | | Merge #433bors[bot]2021-10-172-3/+2
|\ \ \ | |/ / |/| |
| * | examples/std: fix warningDario Nieuwenhuis2021-10-181-2/+1
| * | Update nightlyDario Nieuwenhuis2021-10-181-1/+1
|/ /
* | Merge #434bors[bot]2021-10-1722-33/+38
|\ \
| * | Update clapDario Nieuwenhuis2021-10-182-4/+3
| * | Clippy fixesDario Nieuwenhuis2021-10-1820-29/+35
|/ /
| |
| \
*-. \ Merge #429 #431bors[bot]2021-10-162-19/+5
|\ \ \ | |_|/ |/| |
| | * interrupt: transmute instead of steal.Dario Nieuwenhuis2021-10-161-5/+4
| |/ |/|
| * nrf/uarte: do not use WFE on drop.Dario Nieuwenhuis2021-10-161-14/+1
|/
* Merge #423bors[bot]2021-10-1310-12/+381
|\
| * - Removed the enable assert from UARTE.Dion Dokter2021-10-132-2/+3
| * Added anomaly workaround from the HAL to improve the UARTEDion Dokter2021-10-121-0/+56
| * Undoing unnecessary changesDion Dokter2021-10-1214-151/+90
| * ran fmtDion Dokter2021-10-116-9/+12