aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/chips
Commit message (Expand)AuthorAgeFilesLines
...
* Reexport NVIC_PRIO_BITS at HAL root.Dario Nieuwenhuis2023-06-083-0/+6
* Make interrupt module more standard.Dario Nieuwenhuis2023-06-0810-377/+337
* nrf/rng: make available on all chips, use Instance trait, switch to new inter...Dario Nieuwenhuis2023-03-068-0/+19
* nrf/qdec: make available on all chips, use Instance trait, switch to new inte...Dario Nieuwenhuis2023-03-068-1/+22
* nrf/pdm: make available on all chips, use Instance trait, switch to new inter...Dario Nieuwenhuis2023-03-067-1/+21
* nrf/qspi: add nrf53 support.Dario Nieuwenhuis2023-03-051-0/+5
* nrf: rename UARTETWISPIn -> SERIALnDario Nieuwenhuis2023-02-213-61/+61
* nrf: add support for UICR configuration.Dario Nieuwenhuis2023-02-208-0/+44
* nrf: docs.Dario Nieuwenhuis2023-02-013-0/+3
* Merge branch 'master' into nrf91/53-nvmcDion Dokter2022-12-0910-3/+80
|\
| * Merge #1049bors[bot]2022-12-093-3/+18
| |\
| | * Fix buildChristian Perez Llamas2022-11-193-3/+13
| | * Draft: Initial support for I2S with a working example.Christian Perez Llamas2022-11-091-0/+5
| * | Merge #1056bors[bot]2022-11-2210-0/+29
| |\ \
| | * | embassy-nrf: Add TWIS modulekalkyl2022-11-1310-0/+29
| | |/
| * / embassy-nrf: Add SPIS moduleHenrik Alsér2022-11-0510-0/+33
| |/
* / Adapted nvmc so it can be used for all nrf targetsDion Dokter2022-11-103-0/+15
|/
* Update nrf pacsDion Dokter2022-10-268-58/+58
* add support for pdm microphones in nrf driverpbert2022-10-135-0/+15
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-1710-10/+10
* Run rustfmt.Dario Nieuwenhuis2022-06-1210-10/+20
* Add embassy-cortex-m crate.Dario Nieuwenhuis2022-06-1210-10/+10
* Add qdec moduleHenrik Alsér2022-05-077-0/+21
* usb: add -usb-serial crate, fix warnings and stable build.Dario Nieuwenhuis2022-04-064-0/+4
* nrf: nrf52832 doesn't have SPI3Dario Nieuwenhuis2022-03-221-1/+0
* docs: prevent inline doc spam for reexports.Dario Nieuwenhuis2022-03-043-0/+7
* fix nrf52820Jacob Rosenthal2021-12-151-0/+2
* enable USB peripheral for relevant chipsJacob Rosenthal2021-12-154-0/+18
* cleanupJacob Rosenthal2021-12-141-1/+0
* dont expose embedded_hal_common::usbJacob Rosenthal2021-12-141-5/+0
* stub out the embassy registers for usbdJacob Rosenthal2021-12-131-0/+6
* nrf/gpiote: fix build for nrf9160Dario Nieuwenhuis2021-12-021-3/+3
* nrf: add initial nrf5340 supportDario Nieuwenhuis2021-10-283-5/+886
* nrf91: support running in both S and NS mode.Dario Nieuwenhuis2021-10-261-29/+139
* Fewer channel traits, more cfg to make the system workDion Dokter2021-10-268-230/+230
* Another redo using the feedback.Dion Dokter2021-10-268-230/+230
* - Added _ppi and _dppi to distinguish between the new and the old peripheral.Dion Dokter2021-10-267-214/+214
* nrf: add NVMC driver.Dario Nieuwenhuis2021-10-227-0/+39
* Add support for temperature sensor peripheralUlf Lilleengen2021-10-197-0/+21
* Undoing unnecessary changesDion Dokter2021-10-121-31/+44
* Made all PPI channels not configurable (even though they are) so they can't u...Dion Dokter2021-10-111-16/+16
* Merge remote-tracking branch 'upstream/master'Dion Dokter2021-10-118-3/+295
|\
| * nrf/saadc: move chip-specific mappings to chips/Dario Nieuwenhuis2021-10-116-0/+48
| * nrf/ppi: nrf52805 only has 10 configurable channels.Dario Nieuwenhuis2021-10-117-0/+221
| * nrf/saadc: nrf52820 doesn't have it.Dario Nieuwenhuis2021-10-111-3/+0
* | Initial support for nrf9160Dion Dokter2021-10-111-0/+209
|/
* Expose EASY_DMA_SIZE.Richard Dodd2021-08-227-0/+7
* nrf: add WDT driverDario Nieuwenhuis2021-08-077-0/+21
* Rename embassy-extras to embassy-hal-commonDario Nieuwenhuis2021-07-297-7/+7
* Add an nRF RNG driverLiam Murphy2021-06-297-0/+21