1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/nrf5x_common/periph
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
..
flashpage.c cpu/nrf5x_common: update periph_flashpage for nRF9160 support 2021-11-17 14:05:51 +01:00
gpio_ll_irq.c cpu/nrf5x_common/periph_gpio_ll: fix compilation with clang 2023-07-18 12:24:07 +02:00
gpio_ll.c cpu/nrf5x_common: implement periph/gpio_ll{,_irq} 2022-04-23 19:47:00 +02:00
gpio.c cpu/nrf53: add initial support 2023-07-04 17:14:06 +02:00
hwrng.c cpu/nrf52: remove specific handling of softdevice 2020-10-29 09:02:12 +01:00
i2c_nrf52_nrf9160.c cpu/nrfxx: use shared serial IRQ 2023-07-11 22:42:10 +02:00
Kconfig.nrf5x boards/nrf5340dk-app: add SPI flash configuration and I2C pins 2023-07-12 21:51:50 +02:00
Makefile cpu/nrf53: enable I2C/SPI support 2023-07-11 23:43:35 +02:00
pm.c cpu/nrf53: add initial support 2023-07-04 17:14:06 +02:00
pwm_nrfxx.c cpu/nrf5x_common: share nRF52 PWM driver with nRF53/nRF9160 2023-07-08 16:53:41 +02:00
qdec.c nrf5x_common: Add qdec peripheral implementation 2021-11-16 15:21:51 +01:00
rtt.c cpu/nrf5x_common/periph/rtt: add IRQ conf for nRF53 and nRF9160 2023-07-07 09:18:51 +02:00
spi_nrf52_nrf9160.c cpu/nrfxx: use shared serial IRQ 2023-07-11 22:42:10 +02:00
temperature.c drivers/saul: use const qualifier for data to write 2022-05-23 08:35:27 +02:00
timer.c cpu/nrf5x_common: reset all available CC channels 2023-06-28 16:40:15 +02:00
uart.c cpu/nrf5x: clean up periph_uart 2023-11-26 21:33:23 +01:00
usbdev.c cpu/nrf5x_common: move usbdev driver to nrf5x_common 2023-07-07 10:53:55 +02:00
wdt.c cpu/nrf5x/periph/wdt: add compatibility wrapper for nRF9160/nRF53 2023-07-05 09:48:44 +02:00