1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/nrf51/include
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
..
vendor cpu/nrf51: use nrfxx_peripherals.h vendor header 2022-06-02 14:59:50 +02:00
cpu_conf.h cpu/nrf51: use nrfxx_peripherals.h vendor header 2022-06-02 14:59:50 +02:00
periph_cpu.h cpu/nrf5x: clean up periph_uart 2023-11-26 21:33:23 +01:00