aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/chips
Commit message (Expand)AuthorAgeFilesLines
* feat: add nRF54LM20A supportHaobo Gu2025-12-081-0/+841
* feat: support nrf54l10 and nrf54l05 in HALUlf Lilleengen2025-12-022-0/+1492
* fix: patch back clock power irqUlf Lilleengen2025-11-271-0/+1
* feat: support nrf54 GRTC as time-driverUlf Lilleengen2025-11-261-15/+13
* fix: use correct nrf54l15 flash sizeUlf Lilleengen2025-11-141-1/+1
* fix: more cracen secure mode onlyUlf Lilleengen2025-11-041-0/+2
* feat: initial support for nrf54 CRACEN peripheralUlf Lilleengen2025-11-041-0/+2
* feat: enable missing PPI channels and groupsUlf Lilleengen2025-11-041-0/+28
* fix: ppi bridge channel definitionsUlf Lilleengen2025-10-291-12/+87
* fix: allow compiling without gpiote for nrf54Ulf Lilleengen2025-10-291-25/+30
* fix: add missing ppi and grtc peripheralUlf Lilleengen2025-10-291-2/+9
* fix: convert to expected valueUlf Lilleengen2025-10-281-2/+10
* fix: use current freq at spim instance creation time for serial0Ulf Lilleengen2025-10-281-1/+14
* chore: make it clear which gpiotec for a channelUlf Lilleengen2025-10-281-12/+12
* feat: improve nrf54 support using new nrf-pacUlf Lilleengen2025-10-2813-317/+593
* feat(nrf): add rtc support for nRF54LHaobo Gu2025-10-141-0/+42
* nrf: apply FICR.TRIMCNF valuesMatthew Tran2025-10-051-0/+1
* code review changesRobin Mueller2025-09-2212-1/+25
* add basic RTC driver for nRFRobin Mueller2025-09-2212-0/+39
* Replace SAADC input pins with correct mappingsIke2025-08-251-8/+8
* Enable temp support on the nrf54l15nerwalt2025-08-121-12/+15
* Merge branch 'main' into nrf54l15-wdtDario Nieuwenhuis2025-08-081-1/+7
|\
| * Adds RRAMC support for the nrf54l15nerwalt2025-08-081-1/+7
* | Fixes broken NS buildnerwalt2025-08-081-0/+6
* | Adds WDT support for the nrf54l15nerwalt2025-08-081-0/+9
|/
* nrf: Enable TEMP driver for nrf5340-netMatthew Tran2025-05-221-0/+3
* nrf: Add IPC peripheral for nRF5340Alessandro Gasbarroni2025-05-102-0/+10
* nrf53: add WDT supportMatthew Tran2025-04-2012-1/+27
* remove redundant cfgMatthew Tran2025-02-221-4/+4
* nrf5340: configure LFCLKMatthew Tran2025-02-221-0/+4
* nrf: Add NFCT driver.Dario Nieuwenhuis2024-11-204-0/+12
* nrf: add nrf54l base: gpio and time driver.Dario Nieuwenhuis2024-11-171-0/+346
* Update nrf-pac.Dario Nieuwenhuis2024-11-1512-814/+587
* fix(nrf5340-app): added SPIM4 peripheralGiona Imperatori2024-11-091-0/+2
* nrf: port to chiptool-based `nrf-pac`.Dario Nieuwenhuis2024-11-0412-87/+82
* Adding support for 9120nerwalt2024-06-281-0/+430
* add HAL and example for using nRF EGU peripheralUlf Lilleengen2024-06-1810-0/+116
* Support nearly all nRF5 RADIOsErik Bånvik2024-03-057-0/+35
* Added IEEE 802.15.4 radioErik Bånvik2024-02-281-0/+5
* remove radio implementation on chips not testedGuilherme S. Salustiano2024-02-077-35/+0
* remove radio featureGuilherme S. Salustiano2024-02-078-8/+0
* feat/implement ble radio on nrfGuilherme S. Salustiano2024-02-078-0/+48
* fix warningsUlf Lilleengen2024-01-251-1/+0
* cleanupUlf Lilleengen2024-01-241-3/+5
* feat: add basic support for nRF51 chips to embassy-nrfUlf Lilleengen2024-01-241-0/+168
* minimum build code for new APPROTECT is chip type-specificPeter Hansen2023-12-037-0/+7
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-294-4/+0
* nrf/pac: reeport s and ns peripherals always independently of the current mode.Dario Nieuwenhuis2023-10-163-269/+298
* Rename embassy-hal-common to embassy-hal-internal, document it's for internal...Dario Nieuwenhuis2023-07-2810-20/+20
* Remove embassy-cortex-m crate, move stuff to embassy-hal-common.Dario Nieuwenhuis2023-06-0910-10/+10