aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf
Commit message (Expand)AuthorAgeFilesLines
...
* 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-138-11/+377
|\
| * - 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-1115-86/+457
* | | 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
* | nrf/saadc: nrf52820 doesn't have it.Dario Nieuwenhuis2021-10-111-3/+0
* | Conflates the negative and positive types as they are the same, and renames p...huntc2021-10-111-66/+26
* | Removed the NotConnected as it isn't used.huntc2021-10-111-14/+0
* | No use case understood for NotConnected, so hiding it for nowhuntc2021-10-111-2/+1
* | No need for unwraphuntc2021-10-111-2/+1
* | Need to borrow the pins for the lifetime of the config, and subsequently the ...huntc2021-10-111-5/+9
* | Extend SAADC one shot supporthuntc2021-10-091-39/+136
|/
* nrf/saadc: remove Sample trait.Dario Nieuwenhuis2021-10-071-20/+2
* Update version of critical-sectionUlf Lilleengen2021-09-131-1/+1
* Add WASM support for executorUlf Lilleengen2021-09-131-1/+1
* embassy: Refactor module structure to remove kitchen-sink `util`.Dario Nieuwenhuis2021-09-1110-14/+25
* Update lots of depsDario Nieuwenhuis2021-09-111-13/+13
* Remove trait_alias, allow(incomplete_features).Dario Nieuwenhuis2021-09-031-1/+0
* Merge pull request #382 from fnafnio/typestate_nrf_timerDario Nieuwenhuis2021-09-023-49/+74
|\
| * removed type aliasesf_punk2021-09-023-16/+15
| * moved CC::wait to awaitable typestatef_punk2021-09-011-34/+34
| * added typestate to nrf-Timerf_punk2021-09-013-15/+41
* | nrf/saadc: don't use wake_on_interrupt.Dario Nieuwenhuis2021-09-011-13/+23
|/
* time: allow storing state inside the driver struct.Dario Nieuwenhuis2021-08-251-37/+18
* Expose EASY_DMA_SIZE.Richard Dodd2021-08-228-0/+9
* nrf: make gpiote and time-driver optional via cargo features.Dario Nieuwenhuis2021-08-202-1/+15
* nrf/wdt: add handle stealDario Nieuwenhuis2021-08-201-0/+8
* nrf: update to cortex-m-rt 0.7Dario Nieuwenhuis2021-08-191-7/+7
* Update cortex-m-rt to v0.7 for stm32, rp.Dario Nieuwenhuis2021-08-191-1/+1
* nrf/time: allow configuring the rtc irq prioDario Nieuwenhuis2021-08-182-5/+9
* nrf: add WDT driverDario Nieuwenhuis2021-08-079-0/+175
* nrf: update PACs to 0.10Dario Nieuwenhuis2021-08-071-7/+7
* time_driver: use regular fn ptr -> raw ptr castsDario Nieuwenhuis2021-08-051-4/+1