aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf54l15/src/bin/spim.rs
Commit message (Collapse)AuthorAgeFilesLines
* chore: simplify spim example to be testable on devkitUlf Lilleengen2025-10-281-56/+14
|
* feat: improve nrf54 support using new nrf-pacUlf Lilleengen2025-10-281-0/+72
* 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]>