aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/chips/nrf5340_net.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
* nrf: Enable TEMP driver for nrf5340-netMatthew Tran2025-05-221-0/+3
* nrf: Add IPC peripheral for nRF5340Alessandro Gasbarroni2025-05-101-0/+5
* nrf53: add WDT supportMatthew Tran2025-04-201-0/+2
* Update nrf-pac.Dario Nieuwenhuis2024-11-151-47/+1
* nrf: port to chiptool-based `nrf-pac`.Dario Nieuwenhuis2024-11-041-25/+15
* add HAL and example for using nRF EGU peripheralUlf Lilleengen2024-06-181-0/+5
* Support nearly all nRF5 RADIOsErik Bånvik2024-03-051-0/+5
* nrf/pac: reeport s and ns peripherals always independently of the current mode.Dario Nieuwenhuis2023-10-161-1/+4
* 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-26/+22
* nrf/rng: make available on all chips, use Instance trait, switch to new inter...Dario Nieuwenhuis2023-03-061-0/+5
* nrf: rename UARTETWISPIn -> SERIALnDario Nieuwenhuis2023-02-211-9/+9
* nrf: docs.Dario Nieuwenhuis2023-02-011-0/+1
* Merge branch 'master' into nrf91/53-nvmcDion Dokter2022-12-091-0/+2
|\
| * Merge #1056bors[bot]2022-11-221-0/+1
| |\
| | * embassy-nrf: Add TWIS modulekalkyl2022-11-131-0/+1
| * | embassy-nrf: Add SPIS moduleHenrik Alsér2022-11-051-0/+1
| |/
* / Adapted nvmc so it can be used for all nrf targetsDion Dokter2022-11-101-0/+5
|/
* 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
* docs: prevent inline doc spam for reexports.Dario Nieuwenhuis2022-03-041-0/+1
* nrf: add initial nrf5340 supportDario Nieuwenhuis2021-10-281-0/+353