aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf54l15/src
Commit message (Collapse)AuthorAgeFilesLines
* feat: add support for buffered write mode for rramUlf Lilleengen2025-12-112-0/+59
|
* feat: support nrf54 GRTC as time-driverUlf Lilleengen2025-11-262-56/+30
| | | | | | | * 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
* Merge pull request #4810 from ↵Ulf Lilleengen2025-11-141-4/+4
|\ | | | | | | | | | | de-vri-es/nrf-gpiote-enable-interrupts-before-being-polled embassy-nrf: add `gpiote::InputChannel::wait_for_high/low()`
| * embassy-nrf: add gpiote::InputChannel::wait_for_high/low()Maarten de Vries2025-10-301-4/+4
| | | | | | | | | | Also catch GPIOTE events directly when wait() is called, even before polling the future.
* | chore: warningsUlf Lilleengen2025-11-041-1/+0
| |
* | feat: initial support for nrf54 CRACEN peripheralUlf Lilleengen2025-11-041-0/+29
|/ | | | | | | The CRACEN peripheral supports random number generation, digest and key generation, and key exchange. The initial support implements random number generation.
* chore: simplify spim example to be testable on devkitUlf Lilleengen2025-10-281-56/+14
|
* chore: make it clear which gpiotec for a channelUlf Lilleengen2025-10-281-4/+4
|
* feat: improve nrf54 support using new nrf-pacUlf Lilleengen2025-10-289-0/+438
| | | | | | | | | | | | | * 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]>
* feat(nrf): add rtc support for nRF54LHaobo Gu2025-10-141-0/+56
| | | | Signed-off-by: Haobo Gu <[email protected]>
* Enable temp support on the nrf54l15nerwalt2025-08-121-0/+25
| | | | Alphabetize ther peripherals in the pac
* Merge branch 'main' into nrf54l15-wdtDario Nieuwenhuis2025-08-081-0/+44
|\
| * Adds RRAMC support for the nrf54l15nerwalt2025-08-081-0/+44
| | | | | | | | Adds an Nvmc driver alias for compatibility
* | Fixes broken NS buildnerwalt2025-08-081-2/+3
| |
* | Adds WDT support for the nrf54l15nerwalt2025-08-081-0/+41
|/
* nrf: add nrf54l base: gpio and time driver.Dario Nieuwenhuis2024-11-171-0/+23