| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
| |
* Refactor GRTC peripheral splitting it into multiple channels
* Reserve channel 1 for time-driver if enabled
* Implement time-driver using GRTC (RTC peripheral is now removed).
* Add timer example to nrf54l15
|
| |\
| |
| |
| |
| |
| | |
de-vri-es/nrf-gpiote-enable-interrupts-before-being-polled
embassy-nrf: add `gpiote::InputChannel::wait_for_high/low()`
|
| | |
| |
| |
| |
| | |
Also catch GPIOTE events directly when wait() is called, even before
polling the future.
|
| | | |
|
| |/
|
|
|
|
|
| |
The CRACEN peripheral supports random number generation,
digest and key generation, and key exchange.
The initial support implements random number generation.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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]>
|
| |
|
|
| |
Signed-off-by: Haobo Gu <[email protected]>
|
| |
|
|
| |
Alphabetize ther peripherals in the pac
|
| |\ |
|
| | |
| |
| |
| | |
Adds an Nvmc driver alias for compatibility
|
| | | |
|
| |/ |
|
| |
|