aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf54l15
Commit message (Collapse)AuthorAgeFilesLines
* Update to embedded-io 0.7Dario Nieuwenhuis2025-12-191-2/+2
|
* chore: prepare nrf hals for releaseUlf Lilleengen2025-12-151-1/+1
|
* feat: add support for buffered write mode for rramUlf Lilleengen2025-12-112-0/+59
|
* feat: support nrf54 GRTC as time-driverUlf Lilleengen2025-11-263-57/+31
| | | | | | | * 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
* 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-042-0/+31
|/ | | | | | | 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-2810-0/+443
| | | | | | | | | | | | | * 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-142-0/+58
| | | | Signed-off-by: Haobo Gu <[email protected]>
* Edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* chore: prepare crate releasesUlf Lilleengen2025-09-301-1/+1
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-3/+3
|
* Load all crates in the graph, honor the "publish" flag to prevent publishing ↵Dario Nieuwenhuis2025-08-251-0/+6
| | | | examples/tests.
* Enable temp support on the nrf54l15nerwalt2025-08-121-0/+25
| | | | Alphabetize ther peripherals in the pac
* Merge branch 'main' into nrf54l15-wdtDario Nieuwenhuis2025-08-082-0/+46
|\
| * Adds RRAMC support for the nrf54l15nerwalt2025-08-082-0/+46
| | | | | | | | 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
|/
* chore: bump nrf and rp hal versionsUlf Lilleengen2025-08-041-1/+1
|
* chore: prepare embassy-executor 0.8 releaseUlf Lilleengen2025-07-311-1/+1
|
* chore: release embassy-nrf 0.5.0 and embassy-rp 0.6.0Ulf Lilleengen2025-07-161-1/+1
|
* chore: update to `embassy-nrf` v0.4.0Ulf Lilleengen2025-07-141-1/+1
|
* Revert "chore: update to `embassy-nrf` v0.4.0"Ulf Lilleengen2025-07-141-1/+1
| | | | This reverts commit 1df59ffec4eed74ade4086da496a32d376e4190a.
* chore: update to `embassy-nrf` v0.4.0Ulf Lilleengen2025-07-141-1/+1
|
* Update defmt dependenciesYuri Astrakhan2025-05-181-3/+3
|
* Statically allocate task pools on stable Rust.Dario Nieuwenhuis2025-03-281-1/+1
| | | | | | Thanks @0e4ef622 for the awesome idea of how to do it and the first implementation. Co-Authored-By: Matthew Tran <[email protected]>
* Create embassy-nrf 0.3.1Ulf Lilleengen2025-01-091-1/+1
|
* Update cyw43, nrf, rp hals and embassy-bootUlf Lilleengen2025-01-061-1/+1
|
* nrf54l: Allow debug access from firmware sid3Dominik Boehi2024-12-261-1/+1
| | | | This adds support for the
* Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-221-2/+2
|
* Make `integrated-timers` the default, remove Cargo feature.Dario Nieuwenhuis2024-12-151-1/+1
|
* nrf: add nrf54l base: gpio and time driver.Dario Nieuwenhuis2024-11-175-0/+92