| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | seperate sequence from duty cycle pwm struct | Jacob Rosenthal | 2021-11-01 | 1 | -79/+169 | |
| | * | comments | Jacob Rosenthal | 2021-11-01 | 1 | -2/+3 | |
| | * | align pwm.set_duty with embedded hal to not be one shot | Jacob Rosenthal | 2021-11-01 | 1 | -1/+8 | |
| | * | generalize new and change pwm example to a servo | Jacob Rosenthal | 2021-11-01 | 1 | -10/+12 | |
| | * | better not as a constructor? | Jacob Rosenthal | 2021-11-01 | 1 | -48/+12 | |
| | * | reduce complexity of loopmode | Jacob Rosenthal | 2021-11-01 | 1 | -16/+22 | |
| | * | fix max sequence length | Jacob Rosenthal | 2021-11-01 | 1 | -9/+12 | |
| | * | documentation | Jacob Rosenthal | 2021-11-01 | 1 | -7/+12 | |
| | * | clarify infinite | Jacob Rosenthal | 2021-11-01 | 1 | -2/+3 | |
| | * | fix additional to remove stuck light at end | Jacob Rosenthal | 2021-11-01 | 1 | -10/+8 | |
| | * | using write dont need to clear | Jacob Rosenthal | 2021-10-31 | 1 | -1/+0 | |
| | * | stop->sequence_stop | Jacob Rosenthal | 2021-10-31 | 1 | -2/+2 | |
| | * | lost comment | Jacob Rosenthal | 2021-10-30 | 1 | -0/+2 | |
| | * | add ability to configure loop count from 1 to infinite | Jacob Rosenthal | 2021-10-30 | 1 | -19/+52 | |
| | * | at least stop on drop | Jacob Rosenthal | 2021-10-30 | 1 | -0/+1 | |
| | * | move psel back out of if | Jacob Rosenthal | 2021-10-30 | 1 | -4/+9 | |
| | * | simplify api, more interesting example | Jacob Rosenthal | 2021-10-29 | 1 | -19/+3 | |
| | * | simple_playback api from nrf sdk | Jacob Rosenthal | 2021-10-29 | 2 | -5/+166 | |
| * | | Merge #461 | bors[bot] | 2021-11-07 | 10 | -86/+1028 | |
| |\ \ | ||||||
| | * | | nrf: add initial nrf5340 support | Dario Nieuwenhuis | 2021-10-28 | 10 | -86/+1028 | |
| | |/ | ||||||
| * / | Update versions of critical-section and atomic-polyfill | Ulf Lilleengen | 2021-11-02 | 1 | -1/+1 | |
| |/ | ||||||
| * | nrf91: support running in both S and NS mode. | Dario Nieuwenhuis | 2021-10-26 | 7 | -72/+171 | |
| * | 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 | |
| * | 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 | 17 | -862/+715 | |
| * | Fixed examples and added defmt format to the new error types | Dion Dokter | 2021-10-26 | 3 | -0/+3 | |
| * | 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 | 13 | -352/+678 | |
| * | 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 | |
| * | | nrf: saadc dummy pin for vdd sampling | Jacob Rosenthal | 2021-10-24 | 1 | -0/+23 | |
| |/ | ||||||
| * | nrf: add NVMC driver. | Dario Nieuwenhuis | 2021-10-22 | 10 | -0/+165 | |
| * | Use async fn instead of impl Future | Ulf Lilleengen | 2021-10-19 | 1 | -17/+14 | |
| * | 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 | 10 | -0/+108 | |
| * | Formatting | huntc | 2021-10-18 | 1 | -3/+1 | |
| * | Optimises the buffer passing for nRF SAADC | huntc | 2021-10-18 | 1 | -1/+1 | |
| * | 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 | 1 | -13/+9 | |
| * | 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 | 1 | -20/+53 | |
| * | Combine intenset calls | huntc | 2021-10-18 | 1 | -2/+5 | |
| * | Compact expression | huntc | 2021-10-18 | 1 | -10/+6 | |
