1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/nrf52
Marian Buschsieweke 63faa5f162
cpu/nrf5x: clean up periph_uart
- nRF51: Use `uart_conf_t` for consistency with nRF52
- nRF52832: Use UARTE (UART with EasyDMA) over UART (without DMA), as
  done for all other nRF52 family members
- use `UARTE_PRESENT` to detect whether an UARTE can be used, rather
  than family names
2023-11-26 21:33:23 +01:00
..
include cpu/nrfxx: move I2C/SPI/UART structs to nrf5x_common 2023-07-11 20:07:26 +02:00
periph sys/psa_crypto: add support for Ed25519 (EdDSA) 2023-10-09 10:21:44 +02:00
radio/nrf802154 tree-wide: fix typos in doc and comments 2023-10-16 12:17:48 +02:00
vectors cpu/nrf52: initial kconfig modeling 2021-09-29 10:17:47 +02:00
cpu.c cpu/nrfxx: simplify LFCLK source selection 2023-07-06 15:47:22 +02:00
Kconfig cpu/nrf5x: clean up periph_uart 2023-11-26 21:33:23 +01:00
Makefile cpu/nrf52: split up vector definition 2020-08-09 21:46:06 +02:00
Makefile.dep pkg: Add cryptocell driver and nrf52 HW features 2023-08-31 14:38:49 +02:00
Makefile.features cpu/nrf5x: clean up periph_uart 2023-11-26 21:33:23 +01:00
Makefile.include cpu/nrf52: handling RIOTBOOT_LEN for tinyusb_dfu 2023-01-15 18:09:55 +01:00
Makefile.nimble.dep cpu/nrf52/Makefile.dep: move radio dependencies from boards/common 2021-09-29 10:16:31 +02:00
Makefile.nrf802154.dep cpu/nrf52/Makefile.dep: move radio dependencies from boards/common 2021-09-29 10:16:31 +02:00
Makefile.nrfmin.dep cpu/nrf52/Makefile.dep: move radio dependencies from boards/common 2021-09-29 10:16:31 +02:00
spi_twi_irq.c cpu/nrfxx: introduce shared serial IRQ 2023-07-11 22:39:23 +02:00