aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/chips/nrf51.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat: improve nrf54 support using new nrf-pacUlf Lilleengen2025-10-281-0/+5
| | | | | | | | | | | | | * Update nrf-pac to version that modifies nrf52 register layout to match nrf54 to reduce the amount of cfg needed for nrf54 support. * Make the following peripherals available on nrf54: twim, twis, spim, spis, uart, buffered uarte, dppi, gpiote, pwm, saadc * Add examples tested on the nrf54 dk Some code is based on or copied from other pull requests, modified to match the new nrf-pac layout. Co-authored-by: Dmitry Tarnyagin <[email protected]>
* 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-4/+4
|
* nrf: port to chiptool-based `nrf-pac`.Dario Nieuwenhuis2024-11-041-1/+1
|
* Support nearly all nRF5 RADIOsErik BÄnvik2024-03-051-0/+5
|
* fix warningsUlf Lilleengen2024-01-251-1/+0
|
* cleanupUlf Lilleengen2024-01-241-3/+5
|
* feat: add basic support for nRF51 chips to embassy-nrfUlf Lilleengen2024-01-241-0/+168