summaryrefslogtreecommitdiff
path: root/embassy-nrf/src/chips
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
2022-04-06usb: add -usb-serial crate, fix warnings and stable build.Dario Nieuwenhuis
2022-03-22nrf: nrf52832 doesn't have SPI3Dario Nieuwenhuis
2022-03-04docs: prevent inline doc spam for reexports.Dario Nieuwenhuis
2021-12-15fix nrf52820Jacob Rosenthal
2021-12-15enable USB peripheral for relevant chipsJacob Rosenthal
2021-12-14cleanupJacob Rosenthal
2021-12-14dont expose embedded_hal_common::usbJacob Rosenthal
2021-12-13stub out the embassy registers for usbdJacob Rosenthal
2021-12-02nrf/gpiote: fix build for nrf9160Dario Nieuwenhuis
2021-10-28nrf: add initial nrf5340 supportDario Nieuwenhuis
2021-10-26nrf91: support running in both S and NS mode.Dario Nieuwenhuis
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-12Undoing unnecessary changesDion Dokter
2021-10-11Made all PPI channels not configurable (even though they are) so they can't u...Dion Dokter
2021-10-11Merge remote-tracking branch 'upstream/master'Dion Dokter
2021-10-11Initial support for nrf9160Dion Dokter
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-10-11nrf/saadc: nrf52820 doesn't have it.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