| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update to embedded-io 0.7 | Dario Nieuwenhuis | 2025-12-19 | 1 | -2/+2 |
| | | |||||
| * | chore: prepare nrf hals for release | Ulf Lilleengen | 2025-12-15 | 1 | -1/+1 |
| | | |||||
| * | feat: support nrf54 GRTC as time-driver | Ulf Lilleengen | 2025-11-26 | 1 | -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 peripheral | Ulf Lilleengen | 2025-11-04 | 1 | -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-pac | Ulf Lilleengen | 2025-10-28 | 1 | -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 nRF54L | Haobo Gu | 2025-10-14 | 1 | -0/+2 |
| | | | | | Signed-off-by: Haobo Gu <[email protected]> | ||||
| * | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | |||||
| * | chore: prepare crate releases | Ulf Lilleengen | 2025-09-30 | 1 | -1/+1 |
| | | |||||
| * | chore: prepare embassy crate releases | Ulf Lilleengen | 2025-08-26 | 1 | -3/+3 |
| | | |||||
| * | Load all crates in the graph, honor the "publish" flag to prevent publishing ↵ | Dario Nieuwenhuis | 2025-08-25 | 1 | -0/+6 |
| | | | | | examples/tests. | ||||
| * | Adds RRAMC support for the nrf54l15 | nerwalt | 2025-08-08 | 1 | -0/+2 |
| | | | | | Adds an Nvmc driver alias for compatibility | ||||
| * | chore: bump nrf and rp hal versions | Ulf Lilleengen | 2025-08-04 | 1 | -1/+1 |
| | | |||||
| * | chore: prepare embassy-executor 0.8 release | Ulf Lilleengen | 2025-07-31 | 1 | -1/+1 |
| | | |||||
| * | chore: release embassy-nrf 0.5.0 and embassy-rp 0.6.0 | Ulf Lilleengen | 2025-07-16 | 1 | -1/+1 |
| | | |||||
| * | chore: update to `embassy-nrf` v0.4.0 | Ulf Lilleengen | 2025-07-14 | 1 | -1/+1 |
| | | |||||
| * | Revert "chore: update to `embassy-nrf` v0.4.0" | Ulf Lilleengen | 2025-07-14 | 1 | -1/+1 |
| | | | | | This reverts commit 1df59ffec4eed74ade4086da496a32d376e4190a. | ||||
| * | chore: update to `embassy-nrf` v0.4.0 | Ulf Lilleengen | 2025-07-14 | 1 | -1/+1 |
| | | |||||
| * | Update defmt dependencies | Yuri Astrakhan | 2025-05-18 | 1 | -3/+3 |
| | | |||||
| * | Statically allocate task pools on stable Rust. | Dario Nieuwenhuis | 2025-03-28 | 1 | -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.1 | Ulf Lilleengen | 2025-01-09 | 1 | -1/+1 |
| | | |||||
| * | Update cyw43, nrf, rp hals and embassy-boot | Ulf Lilleengen | 2025-01-06 | 1 | -1/+1 |
| | | |||||
| * | Prepare new embassy-time-*driver, embassy-executor, embassy-time | Dániel Buga | 2024-12-22 | 1 | -2/+2 |
| | | |||||
| * | Make `integrated-timers` the default, remove Cargo feature. | Dario Nieuwenhuis | 2024-12-15 | 1 | -1/+1 |
| | | |||||
| * | nrf: add nrf54l base: gpio and time driver. | Dario Nieuwenhuis | 2024-11-17 | 1 | -0/+20 |
