aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf54l15/Cargo.toml
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: support nrf54 GRTC as time-driverUlf Lilleengen2025-11-261-1/+1
| | | | | | | * 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
* 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: improve nrf54 support using new nrf-pacUlf Lilleengen2025-10-281-0/+5
| | | | | | | | | | | | | * 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/+2
| | | | 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.
* Adds RRAMC support for the nrf54l15nerwalt2025-08-081-0/+2
| | | | Adds an Nvmc driver alias for compatibility
* 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
|
* 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-171-0/+20