| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: avoid hang if calling now() before syscounter is enabled | Ulf Lilleengen | 2025-12-18 | 1 | -0/+2 |
| | | | | | | | If the time driver now() is called before the syscounter is enabled on nrf54, it would hang. The fix checks if syscounter is enabled, and returns 0 if not. | ||||
| * | chore: prepare nrf hals for release | Ulf Lilleengen | 2025-12-15 | 1 | -0/+2 |
| | | |||||
| * | feat: add support for buffered write mode for rram | Ulf Lilleengen | 2025-12-11 | 1 | -0/+1 |
| | | |||||
| * | feat: add nRF54LM20A support | Haobo Gu | 2025-12-08 | 1 | -0/+1 |
| | | | | | Signed-off-by: Haobo Gu <[email protected]> | ||||
| * | chore: add changelog entry for uicr write | Ulf Lilleengen | 2025-12-04 | 1 | -0/+1 |
| | | |||||
| * | chore: update changelog | Ulf Lilleengen | 2025-12-02 | 1 | -0/+1 |
| | | |||||
| * | chore: update changelog | Ulf Lilleengen | 2025-11-26 | 1 | -1/+1 |
| | | |||||
| * | feat: add ppi events for SPIS peripheral | Ulf Lilleengen | 2025-11-25 | 1 | -0/+1 |
| | | |||||
| * | embassy-nrf: add workaround for anomaly 66 on nrf52 | Matthew Tran | 2025-11-23 | 1 | -0/+1 |
| | | |||||
| * | docs: add changelog | Ulf Lilleengen | 2025-11-14 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #4810 from ↵ | Ulf Lilleengen | 2025-11-14 | 1 | -0/+3 |
| |\ | | | | | | | | | | | 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 Vries | 2025-10-30 | 1 | -0/+3 |
| | | | | | | | | | | | Also catch GPIOTE events directly when wait() is called, even before polling the future. | ||||
| * | | docs: update changelog | Ulf Lilleengen | 2025-11-04 | 1 | -1/+2 |
| |/ | |||||
| * | Merge branch 'main' into sleep-in-anomaly-fix | Ulf Lilleengen | 2025-10-29 | 1 | -0/+1 |
| |\ | |||||
| | * | Make empty definition consistent | Dion Dokter | 2025-10-29 | 1 | -0/+1 |
| | | | |||||
| * | | [nRF] Add delay in uart anomaly fix | Dion Dokter | 2025-10-29 | 1 | -0/+1 |
| |/ | |||||
| * | nrf5340: Do not write to UICR from non-secure world | Dmitry Tarnyagin | 2025-10-28 | 1 | -0/+1 |
| | | | | | | Ref nRF5340 PS v1.6: > UICR is only accessible by secure code. Any write from non-secure code will be faulted. | ||||
| * | feat: improve nrf54 support using new nrf-pac | Ulf Lilleengen | 2025-10-28 | 1 | -0/+2 |
| | | | | | | | | | | | | | | * 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]> | ||||
| * | Merge branch 'main' into nrf-simplepwm-config | Maarten de Vries | 2025-10-28 | 1 | -0/+2 |
| |\ | |||||
| | * | nrf: use DETECTMODE_SEC in GPIOTE in secure mode | Matthew Tran | 2025-10-24 | 1 | -0/+1 |
| | | | | | | | | | DETECTMODE only applies to pins assigned to non-secure. | ||||
| | * | embassy-nrf: allow direct access to the `gpiote::InputChannel` input pin | Maarten de Vries | 2025-10-23 | 1 | -0/+1 |
| | | | |||||
| * | | embassy_nrf: update CHANGELOG | Maarten de Vries | 2025-10-15 | 1 | -0/+4 |
| |/ | |||||
| * | Merge pull request #4759 from HaoboGu/feat/nrf54l15_rtc | Ulf Lilleengen | 2025-10-14 | 1 | -0/+2 |
| |\ | | | | | | | Add rtc support for nRF54L | ||||
| | * | doc: update changelog | Haobo Gu | 2025-10-14 | 1 | -0/+2 |
| | | | | | | | | | Signed-off-by: Haobo Gu <[email protected]> | ||||
| * | | remove panic on uarte overrun | Kezi | 2025-10-09 | 1 | -0/+1 |
| |/ | |||||
| * | nrf: apply FICR.TRIMCNF values | Matthew Tran | 2025-10-05 | 1 | -0/+1 |
| | | |||||
| * | chore: prepare crate releases | Ulf Lilleengen | 2025-09-30 | 1 | -0/+2 |
| | | |||||
| * | Merge pull request #4718 from mike-kfed/saadc-reset | Dario Nieuwenhuis | 2025-09-29 | 1 | -0/+1 |
| |\ | | | | | | | Reset SAADC for nrf52, workaround for anomaly 241. | ||||
| | * | Reset SAADC in Drop impl for nrf52, workaround for anomaly 241. | Michael Kefeder | 2025-09-29 | 1 | -0/+1 |
| | | | |||||
| * | | nrf/usb: erase instance generics | Dario Nieuwenhuis | 2025-09-28 | 1 | -1/+1 |
| |/ | |||||
| * | feat(nrf/spim): erase Instance type from Spim | Abraham Hamidi | 2025-09-24 | 1 | -0/+1 |
| | | |||||
| * | add missing timer API | Robin Mueller | 2025-09-23 | 1 | -0/+2 |
| | | |||||
| * | Merge branch 'main' into add-nrf-rtc-driver | Ulf Lilleengen | 2025-09-22 | 1 | -0/+2 |
| |\ | |||||
| | * | nrf: Update changelog | Matthew Tran | 2025-09-21 | 1 | -1/+2 |
| | | | |||||
| * | | add basic RTC driver for nRF | Robin Mueller | 2025-09-22 | 1 | -0/+1 |
| |/ | |||||
| * | nrf: add persist() method for gpio and ppi | Matthew Tran | 2025-09-20 | 1 | -0/+1 |
| | | |||||
| * | nrf: 802.15.4 embassy-net-driver | Remmirad | 2025-09-06 | 1 | -0/+1 |
| | | |||||
| * | nrf54l: Disable glitch detection and enable DC/DC in init. | Ole Bauck | 2025-09-01 | 1 | -0/+2 |
| | | |||||
| * | chore: prepare embassy crate releases | Ulf Lilleengen | 2025-08-26 | 1 | -0/+2 |
| | | |||||
| * | Fix SAADC pins for nrf5340 in CHANGELOG | Ike | 2025-08-25 | 1 | -0/+2 |
| | | |||||
| * | fix: add missing entries in changelog | Ulf Lilleengen | 2025-08-04 | 1 | -0/+2 |
| | | |||||
| * | chore: Release embassy-nrf version 0.6.0 | Ulf Lilleengen | 2025-08-04 | 1 | -0/+2 |
| | | |||||
| * | chore: Release embassy-nrf version 0.5.0 | Ulf Lilleengen | 2025-07-16 | 1 | -0/+2 |
| | | |||||
| * | chore: release embassy-nrf 0.5.0 and embassy-rp 0.6.0 | Ulf Lilleengen | 2025-07-16 | 1 | -0/+2 |
| | | |||||
| * | chore: Release embassy-nrf version 0.4.1 | Ulf Lilleengen | 2025-07-14 | 1 | -0/+2 |
| | | |||||
| * | docs: update nrf changelog | Ulf Lilleengen | 2025-07-14 | 1 | -0/+13 |
| | | |||||
| * | chore: add missing metadata for changelog generation | Ulf Lilleengen | 2025-07-14 | 1 | -1/+2 |
| | | |||||
| * | BufferedUart initialization | Michael Gomez | 2025-04-04 | 1 | -0/+2 |
| | | | | | | | | This change modifies UART initialization throughout Embassy to take pins before interrupts. Related to #1304. | ||||
| * | Create embassy-nrf 0.3.1 | Ulf Lilleengen | 2025-01-09 | 1 | -0/+5 |
| | | |||||
| * | nrf: Refactor changelog a bit | Priit Laes | 2025-01-07 | 1 | -13/+36 |
| | | | | | A bit late with my changes, but here they come. | ||||
