aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/chips
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reexport NVIC_PRIO_BITS at HAL root.Dario Nieuwenhuis2023-06-083-0/+6
* Make interrupt module more standard.Dario Nieuwenhuis2023-06-0810-377/+337
* nrf/rng: make available on all chips, use Instance trait, switch to new inter...Dario Nieuwenhuis2023-03-068-0/+19
* nrf/qdec: make available on all chips, use Instance trait, switch to new inte...Dario Nieuwenhuis2023-03-068-1/+22
* nrf/pdm: make available on all chips, use Instance trait, switch to new inter...Dario Nieuwenhuis2023-03-067-1/+21
* nrf/qspi: add nrf53 support.Dario Nieuwenhuis2023-03-051-0/+5
* nrf: rename UARTETWISPIn -> SERIALnDario Nieuwenhuis2023-02-213-61/+61
* nrf: add support for UICR configuration.Dario Nieuwenhuis2023-02-208-0/+44
* nrf: docs.Dario Nieuwenhuis2023-02-013-0/+3
* Merge branch 'master' into nrf91/53-nvmcDion Dokter2022-12-0910-3/+80
|\
| * Merge #1049bors[bot]2022-12-093-3/+18
| |\
| | * Fix buildChristian Perez Llamas2022-11-193-3/+13
| | * Draft: Initial support for I2S with a working example.Christian Perez Llamas2022-11-091-0/+5
| * | Merge #1056bors[bot]2022-11-2210-0/+29
| |\ \
| | * | embassy-nrf: Add TWIS modulekalkyl2022-11-1310-0/+29
| | |/
| * / embassy-nrf: Add SPIS moduleHenrik Alsér2022-11-0510-0/+33
| |/
* / Adapted nvmc so it can be used for all nrf targetsDion Dokter2022-11-103-0/+15
|/
* Update nrf pacsDion Dokter2022-10-268-58/+58
* add support for pdm microphones in nrf driverpbert2022-10-135-0/+15