aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf
Commit message (Expand)AuthorAgeFilesLines
...
| * seperate sequence from duty cycle pwm structJacob Rosenthal2021-11-011-79/+169
| * commentsJacob Rosenthal2021-11-011-2/+3
| * align pwm.set_duty with embedded hal to not be one shotJacob Rosenthal2021-11-011-1/+8
| * generalize new and change pwm example to a servoJacob Rosenthal2021-11-011-10/+12
| * better not as a constructor?Jacob Rosenthal2021-11-011-48/+12
| * reduce complexity of loopmodeJacob Rosenthal2021-11-011-16/+22
| * fix max sequence lengthJacob Rosenthal2021-11-011-9/+12
| * documentationJacob Rosenthal2021-11-011-7/+12
| * clarify infiniteJacob Rosenthal2021-11-011-2/+3
| * fix additional to remove stuck light at endJacob Rosenthal2021-11-011-10/+8
| * using write dont need to clearJacob Rosenthal2021-10-311-1/+0
| * stop->sequence_stopJacob Rosenthal2021-10-311-2/+2
| * lost commentJacob Rosenthal2021-10-301-0/+2
| * add ability to configure loop count from 1 to infiniteJacob Rosenthal2021-10-301-19/+52
| * at least stop on dropJacob Rosenthal2021-10-301-0/+1
| * move psel back out of ifJacob Rosenthal2021-10-301-4/+9
| * simplify api, more interesting exampleJacob Rosenthal2021-10-291-19/+3
| * simple_playback api from nrf sdkJacob Rosenthal2021-10-292-5/+166
* | Merge #461bors[bot]2021-11-0710-86/+1028
|\ \
| * | nrf: add initial nrf5340 supportDario Nieuwenhuis2021-10-2810-86/+1028
| |/
* / Update versions of critical-section and atomic-polyfillUlf Lilleengen2021-11-021-1/+1
|/
* nrf91: support running in both S and NS mode.Dario Nieuwenhuis2021-10-267-72/+171
* 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
* 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-2617-862/+715
* Fixed examples and added defmt format to the new error typesDion Dokter2021-10-263-0/+3
* 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-2613-352/+678
* Merge #450bors[bot]2021-10-251-2/+2
|\
| * nrf/nvmc: make PAGE_SIZE, FLASH_SIZE public.Dario Nieuwenhuis2021-10-241-2/+2
* | nrf: saadc dummy pin for vdd samplingJacob Rosenthal2021-10-241-0/+23
|/
* nrf: add NVMC driver.Dario Nieuwenhuis2021-10-2210-0/+165
* Use async fn instead of impl FutureUlf Lilleengen2021-10-191-17/+14
* 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-1910-0/+108
* Formattinghuntc2021-10-181-3/+1
* Optimises the buffer passing for nRF SAADChuntc2021-10-181-1/+1
* 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-181-13/+9
* 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-181-20/+53
* Combine intenset callshuntc2021-10-181-2/+5
* Compact expressionhuntc2021-10-181-10/+6