1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/nrf6310
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
board.c boards: drop empty custom board_init & empty board.c 2022-02-22 18:27:37 +01:00
doc.txt doc: add wiki documentation to Doxygen files 2018-08-01 15:24:54 +02:00
Kconfig boards/nrf6310: Add Kconfig symbols 2020-07-16 10:23:56 +02:00
Makefile boards: changed module name to 'board' 2015-12-07 17:53:22 +01:00
Makefile.dep boards/nrf6310: factorize common code 2018-10-27 09:47:42 +02:00
Makefile.features boards/nrf6310: move CPU/CPU_MODEL definition to Makefile.features 2019-09-24 17:29:37 +02:00
Makefile.include boards: remove openocd/pyocd config conditionals 2021-02-23 21:22:52 +01:00