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 16f859dafd
drivers/saul: use const qualifier for data to write
This makes life easier when calling e.g. `saul_reg_write()` with data
stored in flash.

As now the signatures for reading and writing differ (in that `const`
qualifier only), `saul_notsup()` is split into `saul_write_notsup()`
and `saul_read_notsup()`. However, one is implemented as a symbol alias
of the other, so that ROM consumption remains unchanged.
2022-05-23 08:35:27 +02: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: implement periph/gpio_ll{,_irq} 2022-04-23 19:47:00 +02:00
gpio_ll.c cpu/nrf5x_common: implement periph/gpio_ll{,_irq} 2022-04-23 19:47:00 +02:00
gpio.c cpu/nrf9160: add initial support 2021-07-28 20:11:26 +02:00
hwrng.c cpu/nrf52: remove specific handling of softdevice 2020-10-29 09:02:12 +01:00
i2c_nrf52_nrf9160.c cpu/periph/i2c: update implementations to new I2C API 2021-11-29 06:35:25 +01:00
Kconfig.nrf5x cpu/nrf52: initial kconfig modeling 2021-09-29 10:17:47 +02:00
Makefile cpu/nrf9160: add TWI and SPI support 2021-09-06 20:15:18 +02:00
pm.c cpu/nrf9160: add initial support 2021-07-28 20:11:26 +02:00
qdec.c nrf5x_common: Add qdec peripheral implementation 2021-11-16 15:21:51 +01:00
rtt.c cpu/nrf5x_common: drop bogus rtt_set_counter() 2021-03-08 17:34:30 +01:00
spi_nrf52_nrf9160.c cpu/nrf52-9160: add periph_spi_init_gpio 2022-02-08 09:17:48 +01: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: timer: implement TIM_FLAG_SET_STOPPED 2022-04-28 13:27:59 +02:00
uart.c cpu/nrf52: add periph_uart_non_blocking to nrf52840 2021-03-03 08:12:12 +01:00
wdt.c cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00