aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/chips/nrf54l15_app.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix: patch back clock power irqUlf Lilleengen2025-11-271-0/+1
|
* feat: support nrf54 GRTC as time-driverUlf Lilleengen2025-11-261-15/+13
| | | | | | | * 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
* fix: use correct nrf54l15 flash sizeUlf Lilleengen2025-11-141-1/+1
| | | | Both SVD and documentation agrees on 1524kB
* fix: more cracen secure mode onlyUlf Lilleengen2025-11-041-0/+2
|
* feat: initial support for nrf54 CRACEN peripheralUlf Lilleengen2025-11-041-0/+2
| | | | | | | The CRACEN peripheral supports random number generation, digest and key generation, and key exchange. The initial support implements random number generation.
* feat: enable missing PPI channels and groupsUlf Lilleengen2025-11-041-0/+28
|
* fix: ppi bridge channel definitionsUlf Lilleengen2025-10-291-12/+87
|
* fix: allow compiling without gpiote for nrf54Ulf Lilleengen2025-10-291-25/+30
|
* fix: add missing ppi and grtc peripheralUlf Lilleengen2025-10-291-2/+9
|
* fix: convert to expected valueUlf Lilleengen2025-10-281-2/+10
|
* fix: use current freq at spim instance creation time for serial0Ulf Lilleengen2025-10-281-1/+14
|
* chore: make it clear which gpiotec for a channelUlf Lilleengen2025-10-281-12/+12
|
* feat: improve nrf54 support using new nrf-pacUlf Lilleengen2025-10-281-7/+201
| | | | | | | | | | | | | * 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/+42
| | | | Signed-off-by: Haobo Gu <[email protected]>
* nrf: apply FICR.TRIMCNF valuesMatthew Tran2025-10-051-0/+1
|
* Enable temp support on the nrf54l15nerwalt2025-08-121-12/+15
| | | | Alphabetize ther peripherals in the pac
* Merge branch 'main' into nrf54l15-wdtDario Nieuwenhuis2025-08-081-1/+7
|\
| * Adds RRAMC support for the nrf54l15nerwalt2025-08-081-1/+7
| | | | | | | | Adds an Nvmc driver alias for compatibility
* | Fixes broken NS buildnerwalt2025-08-081-0/+6
| |
* | Adds WDT support for the nrf54l15nerwalt2025-08-081-0/+9
|/
* nrf: add nrf54l base: gpio and time driver.Dario Nieuwenhuis2024-11-171-0/+346