aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/chips/nrf5340_app.rs
Commit message (Expand)AuthorAgeFilesLines
* feat: improve nrf54 support using new nrf-pacUlf Lilleengen2025-10-281-32/+39
* code review changesRobin Mueller2025-09-221-0/+2
* add basic RTC driver for nRFRobin Mueller2025-09-221-0/+3
* Replace SAADC input pins with correct mappingsIke2025-08-251-8/+8
* nrf: Add IPC peripheral for nRF5340Alessandro Gasbarroni2025-05-101-0/+5
* nrf53: add WDT supportMatthew Tran2025-04-201-1/+5
* remove redundant cfgMatthew Tran2025-02-221-4/+4
* nrf5340: configure LFCLKMatthew Tran2025-02-221-0/+4
* nrf: Add NFCT driver.Dario Nieuwenhuis2024-11-201-0/+3
* Update nrf-pac.Dario Nieuwenhuis2024-11-151-217/+146
* fix(nrf5340-app): added SPIM4 peripheralGiona Imperatori2024-11-091-0/+2
* nrf: port to chiptool-based `nrf-pac`.Dario Nieuwenhuis2024-11-041-21/+22
* add HAL and example for using nRF EGU peripheralUlf Lilleengen2024-06-181-0/+15
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-1/+0
* nrf/pac: reeport s and ns peripherals always independently of the current mode.Dario Nieuwenhuis2023-10-161-152/+166
* Rename embassy-hal-common to embassy-hal-internal, document it's for internal...Dario Nieuwenhuis2023-07-281-2/+2
* Remove embassy-cortex-m crate, move stuff to embassy-hal-common.Dario Nieuwenhuis2023-06-091-1/+1
* Reexport NVIC_PRIO_BITS at HAL root.Dario Nieuwenhuis2023-06-081-0/+2
* Make interrupt module more standard.Dario Nieuwenhuis2023-06-081-47/+43
* nrf/qdec: make available on all chips, use Instance trait, switch to new inte...Dario Nieuwenhuis2023-03-061-1/+8
* nrf/pdm: make available on all chips, use Instance trait, switch to new inter...Dario Nieuwenhuis2023-03-061-1/+6
* nrf/qspi: add nrf53 support.Dario Nieuwenhuis2023-03-051-0/+5
* nrf: rename UARTETWISPIn -> SERIALnDario Nieuwenhuis2023-02-211-28/+28
* nrf: add support for UICR configuration.Dario Nieuwenhuis2023-02-201-0/+4
* nrf: docs.Dario Nieuwenhuis2023-02-011-0/+1
* Merge branch 'master' into nrf91/53-nvmcDion Dokter2022-12-091-0/+10
|\
| * Merge #1056bors[bot]2022-11-221-0/+5
| |\
| | * embassy-nrf: Add TWIS modulekalkyl2022-11-131-0/+5
| * | embassy-nrf: Add SPIS moduleHenrik Alsér2022-11-051-0/+5
| |/
* / Adapted nvmc so it can be used for all nrf targetsDion Dokter2022-11-101-0/+5
|/
* Update nrf pacsDion Dokter2022-10-261-8/+8
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-171-1/+1
* Run rustfmt.Dario Nieuwenhuis2022-06-121-1/+2
* Add embassy-cortex-m crate.Dario Nieuwenhuis2022-06-121-1/+1
* usb: add -usb-serial crate, fix warnings and stable build.Dario Nieuwenhuis2022-04-061-0/+1
* docs: prevent inline doc spam for reexports.Dario Nieuwenhuis2022-03-041-0/+3
* enable USB peripheral for relevant chipsJacob Rosenthal2021-12-151-0/+5
* nrf: add initial nrf5340 supportDario Nieuwenhuis2021-10-281-0/+506