1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/efm32
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
..
drivers drivers/saul: use const qualifier for data to write 2022-05-23 08:35:27 +02:00
families cpu/efm32: model Kconfig 2021-11-18 09:03:06 +01:00
include cpu/efm32: Document what is and is not implemented 2022-05-03 19:32:08 +02:00
periph cpu/efm32: Support pull-up/-down resistors 2022-05-03 19:32:08 +02:00
cpu.c
doc.txt cpu/efm32: add support for efm32hg family 2021-01-06 23:44:53 +01:00
efm32-features.mk
efm32-info.mk
efm32.config cpu/efm32: model Kconfig 2021-11-18 09:03:06 +01:00
Kconfig cpu/efm32: Minimal support for gpio_ll 2022-05-03 19:32:08 +02:00
Makefile cpu/efm32: add support for efm32hg family 2021-01-06 23:44:53 +01:00
Makefile.default cpu: make pm_layered a DEFAULT_MODULE 2021-01-27 13:21:20 +01:00
Makefile.dep cpu/efm32: select series-specific drivers in periph Makefile 2022-02-17 11:09:24 +01:00
Makefile.features cpu/efm32: Minimal support for gpio_ll 2022-05-03 19:32:08 +02:00
Makefile.include cpu/efm32: add coretemp driver 2020-11-18 12:28:45 +01:00