1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/nrf52dk
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/nrf5x: clean up periph_uart 2023-11-26 21:33:23 +01:00
doc.txt boards/nrf52dk: fix doc 2022-09-26 14:10:57 +02:00
Kconfig boards: model nrf52 boards 2021-12-08 13:25:29 +01:00
Makefile boards/nrf52dk: use common code 2017-11-30 15:50:57 +01:00
Makefile.dep boards/common/nrf52xxxdk: align module name with dirname 2021-12-08 13:25:29 +01:00
Makefile.features boards/nrf52832: manage features in common directory 2019-10-02 12:54:30 +02:00
Makefile.include boards/nrf52dk: provide TTY_BOARD_FILTER 2022-06-07 09:16:06 +02:00