aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/chips/nrf52811.rs
Commit message (Expand)AuthorAgeFilesLines
* feat: improve nrf54 support using new nrf-pacUlf Lilleengen2025-10-281-32/+39
* code review changesRobin Mueller2025-09-221-0/+2
* add basic RTC driver for nRFRobin Mueller2025-09-221-0/+3
* nrf53: add WDT supportMatthew Tran2025-04-201-0/+2
* Update nrf-pac.Dario Nieuwenhuis2024-11-151-18/+18
* nrf: port to chiptool-based `nrf-pac`.Dario Nieuwenhuis2024-11-041-1/+1
* add HAL and example for using nRF EGU peripheralUlf Lilleengen2024-06-181-0/+7
* Support nearly all nRF5 RADIOsErik Bånvik2024-03-051-0/+5
* minimum build code for new APPROTECT is chip type-specificPeter Hansen2023-12-031-0/+1
* Rename embassy-hal-common to embassy-hal-internal, document it's for internal...Dario Nieuwenhuis2023-07-281-2/+2
* Remove embassy-cortex-m crate, move stuff to embassy-hal-common.Dario Nieuwenhuis2023-06-091-1/+1
* Make interrupt module more standard.Dario Nieuwenhuis2023-06-081-33/+29
* nrf/rng: make available on all chips, use Instance trait, switch to new inter...Dario Nieuwenhuis2023-03-061-0/+2
* nrf/qdec: make available on all chips, use Instance trait, switch to new inte...Dario Nieuwenhuis2023-03-061-0/+2
* nrf/pdm: make available on all chips, use Instance trait, switch to new inter...Dario Nieuwenhuis2023-03-061-0/+2
* nrf: add support for UICR configuration.Dario Nieuwenhuis2023-02-201-0/+4
* Merge #1056bors[bot]2022-11-221-0/+2
|\
| * embassy-nrf: Add TWIS modulekalkyl2022-11-131-0/+2
* | embassy-nrf: Add SPIS moduleHenrik Alsér2022-11-051-0/+3
|/
* Update nrf pacsDion Dokter2022-10-261-8/+8
* add support for pdm microphones in nrf driverpbert2022-10-131-0/+3
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-171-1/+1
* Run rustfmt.Dario Nieuwenhuis2022-06-121-1/+2
* Add embassy-cortex-m crate.Dario Nieuwenhuis2022-06-121-1/+1
* Add qdec moduleHenrik Alsér2022-05-071-0/+3
* Fewer channel traits, more cfg to make the system workDion Dokter2021-10-261-32/+32
* Another redo using the feedback.Dion Dokter2021-10-261-32/+32
* - Added _ppi and _dppi to distinguish between the new and the old peripheral.Dion Dokter2021-10-261-32/+32
* nrf: add NVMC driver.Dario Nieuwenhuis2021-10-221-0/+5
* Add support for temperature sensor peripheralUlf Lilleengen2021-10-191-0/+3
* nrf/saadc: move chip-specific mappings to chips/Dario Nieuwenhuis2021-10-111-0/+9
* nrf/ppi: nrf52805 only has 10 configurable channels.Dario Nieuwenhuis2021-10-111-0/+33
* Expose EASY_DMA_SIZE.Richard Dodd2021-08-221-0/+1
* nrf: add WDT driverDario Nieuwenhuis2021-08-071-0/+3
* Rename embassy-extras to embassy-hal-commonDario Nieuwenhuis2021-07-291-1/+1
* Add an nRF RNG driverLiam Murphy2021-06-291-0/+3
* stm32: fix build, add ciDario Nieuwenhuis2021-05-171-0/+2
* nrf: add PWMDario Nieuwenhuis2021-05-171-0/+5
* nrf/gpiote: initialize automaticallyDario Nieuwenhuis2021-05-171-1/+0
* nrf: add blocking TWIMDario Nieuwenhuis2021-05-171-0/+2
* nrf: add support for nrf52805, nrf52811, nrf52820Dario Nieuwenhuis2021-05-171-0/+184