aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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-2612-344/+668
* 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-229-0/+164
* 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-199-0/+107
* 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
* Hangover - should have set this to internal for a previous PRhuntc2021-10-181-1/+1
* We must allow the run handler to mutate statehuntc2021-10-181-2/+2
* 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-181-4/+141
* Clippy fixesDario Nieuwenhuis2021-10-182-1/+2
* nrf/uarte: do not use WFE on drop.Dario Nieuwenhuis2021-10-161-14/+1
* Merge #423bors[bot]2021-10-137-11/+375
|\
| * - Removed the enable assert from UARTE.Dion Dokter2021-10-131-2/+0
| * 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
| * Made all PPI channels not configurable (even though they are) so they can't u...Dion Dokter2021-10-112-17/+17
| * Merge remote-tracking branch 'upstream/master'Dion Dokter2021-10-1112-161/+410
| |\
| * | Initial support for nrf9160Dion Dokter2021-10-1114-86/+455
* | | nrf/saadc: make InputChannel private.Dario Nieuwenhuis2021-10-131-4/+4
* | | nrf/saadc: make Input trait sealed.Dario Nieuwenhuis2021-10-131-4/+11
* | | nrf/saadc: require unborrow for Input.Dario Nieuwenhuis2021-10-131-1/+1
| |/ |/|
* | nrf/saadc: move chip-specific mappings to chips/Dario Nieuwenhuis2021-10-117-39/+56
* | nrf/ppi: nrf52805 only has 10 configurable channels.Dario Nieuwenhuis2021-10-118-44/+230
* | nrf: rename Cargo feature references from "51" to "nrf51".Dario Nieuwenhuis2021-10-113-14/+14
* | nrf/saadc: nrf52805 only has 2 channelsDario Nieuwenhuis2021-10-111-2/+7