| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: add nRF54LM20A support | Haobo Gu | 2025-12-08 | 1 | -0/+841 |
| | | | | | Signed-off-by: Haobo Gu <[email protected]> | ||||
| * | feat: support nrf54l10 and nrf54l05 in HAL | Ulf Lilleengen | 2025-12-02 | 2 | -0/+1492 |
| | | |||||
| * | fix: patch back clock power irq | Ulf Lilleengen | 2025-11-27 | 1 | -0/+1 |
| | | |||||
| * | feat: support nrf54 GRTC as time-driver | Ulf Lilleengen | 2025-11-26 | 1 | -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 size | Ulf Lilleengen | 2025-11-14 | 1 | -1/+1 |
| | | | | | Both SVD and documentation agrees on 1524kB | ||||
| * | fix: more cracen secure mode only | Ulf Lilleengen | 2025-11-04 | 1 | -0/+2 |
| | | |||||
| * | 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: enable missing PPI channels and groups | Ulf Lilleengen | 2025-11-04 | 1 | -0/+28 |
| | | |||||
| * | fix: ppi bridge channel definitions | Ulf Lilleengen | 2025-10-29 | 1 | -12/+87 |
| | | |||||
| * | fix: allow compiling without gpiote for nrf54 | Ulf Lilleengen | 2025-10-29 | 1 | -25/+30 |
| | | |||||
| * | fix: add missing ppi and grtc peripheral | Ulf Lilleengen | 2025-10-29 | 1 | -2/+9 |
| | | |||||
| * | fix: convert to expected value | Ulf Lilleengen | 2025-10-28 | 1 | -2/+10 |
| | | |||||
| * | fix: use current freq at spim instance creation time for serial0 | Ulf Lilleengen | 2025-10-28 | 1 | -1/+14 |
| | | |||||
| * | chore: make it clear which gpiotec for a channel | Ulf Lilleengen | 2025-10-28 | 1 | -12/+12 |
| | | |||||
| * | feat: improve nrf54 support using new nrf-pac | Ulf Lilleengen | 2025-10-28 | 13 | -317/+593 |
| | | | | | | | | | | | | | | * 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/+42 |
| | | | | | Signed-off-by: Haobo Gu <[email protected]> | ||||
| * | nrf: apply FICR.TRIMCNF values | Matthew Tran | 2025-10-05 | 1 | -0/+1 |
| | | |||||
| * | code review changes | Robin Mueller | 2025-09-22 | 12 | -1/+25 |
| | | |||||
| * | add basic RTC driver for nRF | Robin Mueller | 2025-09-22 | 12 | -0/+39 |
| | | |||||
| * | Replace SAADC input pins with correct mappings | Ike | 2025-08-25 | 1 | -8/+8 |
| | | |||||
| * | Enable temp support on the nrf54l15 | nerwalt | 2025-08-12 | 1 | -12/+15 |
| | | | | | Alphabetize ther peripherals in the pac | ||||
| * | Merge branch 'main' into nrf54l15-wdt | Dario Nieuwenhuis | 2025-08-08 | 1 | -1/+7 |
| |\ | |||||
| | * | Adds RRAMC support for the nrf54l15 | nerwalt | 2025-08-08 | 1 | -1/+7 |
| | | | | | | | | | Adds an Nvmc driver alias for compatibility | ||||
| * | | Fixes broken NS build | nerwalt | 2025-08-08 | 1 | -0/+6 |
| | | | |||||
| * | | Adds WDT support for the nrf54l15 | nerwalt | 2025-08-08 | 1 | -0/+9 |
| |/ | |||||
| * | nrf: Enable TEMP driver for nrf5340-net | Matthew Tran | 2025-05-22 | 1 | -0/+3 |
| | | |||||
| * | nrf: Add IPC peripheral for nRF5340 | Alessandro Gasbarroni | 2025-05-10 | 2 | -0/+10 |
| | | |||||
| * | nrf53: add WDT support | Matthew Tran | 2025-04-20 | 12 | -1/+27 |
| | | |||||
| * | remove redundant cfg | Matthew Tran | 2025-02-22 | 1 | -4/+4 |
| | | |||||
| * | nrf5340: configure LFCLK | Matthew Tran | 2025-02-22 | 1 | -0/+4 |
| | | |||||
| * | nrf: Add NFCT driver. | Dario Nieuwenhuis | 2024-11-20 | 4 | -0/+12 |
| | | | | | | Co-Authored-By: turbocool3r <[email protected]> Co-Authored-By: ferris <[email protected]> | ||||
| * | nrf: add nrf54l base: gpio and time driver. | Dario Nieuwenhuis | 2024-11-17 | 1 | -0/+346 |
| | | |||||
| * | Update nrf-pac. | Dario Nieuwenhuis | 2024-11-15 | 12 | -814/+587 |
| | | |||||
| * | fix(nrf5340-app): added SPIM4 peripheral | Giona Imperatori | 2024-11-09 | 1 | -0/+2 |
| | | |||||
| * | nrf: port to chiptool-based `nrf-pac`. | Dario Nieuwenhuis | 2024-11-04 | 12 | -87/+82 |
| | | |||||
| * | Adding support for 9120 | nerwalt | 2024-06-28 | 1 | -0/+430 |
| | | |||||
| * | add HAL and example for using nRF EGU peripheral | Ulf Lilleengen | 2024-06-18 | 10 | -0/+116 |
| | | |||||
| * | Support nearly all nRF5 RADIOs | Erik Bånvik | 2024-03-05 | 7 | -0/+35 |
| | | |||||
| * | Added IEEE 802.15.4 radio | Erik Bånvik | 2024-02-28 | 1 | -0/+5 |
| | | |||||
| * | remove radio implementation on chips not tested | Guilherme S. Salustiano | 2024-02-07 | 7 | -35/+0 |
| | | |||||
| * | remove radio feature | Guilherme S. Salustiano | 2024-02-07 | 8 | -8/+0 |
| | | |||||
| * | feat/implement ble radio on nrf | Guilherme S. Salustiano | 2024-02-07 | 8 | -0/+48 |
| | | |||||
| * | fix warnings | Ulf Lilleengen | 2024-01-25 | 1 | -1/+0 |
| | | |||||
| * | cleanup | Ulf Lilleengen | 2024-01-24 | 1 | -3/+5 |
| | | |||||
| * | feat: add basic support for nRF51 chips to embassy-nrf | Ulf Lilleengen | 2024-01-24 | 1 | -0/+168 |
| | | |||||
| * | minimum build code for new APPROTECT is chip type-specific | Peter Hansen | 2023-12-03 | 7 | -0/+7 |
| | | |||||
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 4 | -4/+0 |
| | | |||||
| * | nrf/pac: reeport s and ns peripherals always independently of the current mode. | Dario Nieuwenhuis | 2023-10-16 | 3 | -269/+298 |
| | | | | | | You sometimes need this, for example for using nrf91 modem from S mode you need to acces IPC_NS. | ||||
| * | Rename embassy-hal-common to embassy-hal-internal, document it's for ↵ | Dario Nieuwenhuis | 2023-07-28 | 10 | -20/+20 |
| | | | | | internal use only. (#1700) | ||||
| * | Remove embassy-cortex-m crate, move stuff to embassy-hal-common. | Dario Nieuwenhuis | 2023-06-09 | 10 | -10/+10 |
| | | |||||
