summaryrefslogtreecommitdiff
path: root/embassy-nrf/src/chips/nrf52811.rs
AgeCommit message (Expand)Author
2022-08-17Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis
2022-06-12Run rustfmt.Dario Nieuwenhuis
2022-06-12Add embassy-cortex-m crate.Dario Nieuwenhuis
2022-05-07Add qdec moduleHenrik Alsér
2021-10-26Fewer channel traits, more cfg to make the system workDion Dokter
2021-10-26Another redo using the feedback.Dion Dokter
2021-10-26- Added _ppi and _dppi to distinguish between the new and the old peripheral.Dion Dokter
2021-10-22nrf: add NVMC driver.Dario Nieuwenhuis
2021-10-19Add support for temperature sensor peripheralUlf Lilleengen
2021-10-11nrf/saadc: move chip-specific mappings to chips/Dario Nieuwenhuis
2021-10-11nrf/ppi: nrf52805 only has 10 configurable channels.Dario Nieuwenhuis
2021-08-22Expose EASY_DMA_SIZE.Richard Dodd
2021-08-07nrf: add WDT driverDario Nieuwenhuis
2021-07-29Rename embassy-extras to embassy-hal-commonDario Nieuwenhuis
2021-06-29Add an nRF RNG driverLiam Murphy
2021-05-17stm32: fix build, add ciDario Nieuwenhuis
2021-05-17nrf: add PWMDario Nieuwenhuis
2021-05-17nrf/gpiote: initialize automaticallyDario Nieuwenhuis
2021-05-17nrf: add blocking TWIMDario Nieuwenhuis
2021-05-17nrf: add support for nrf52805, nrf52811, nrf52820Dario Nieuwenhuis