1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00
RIOT/drivers
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
..
2022-05-11 23:44:24 +02:00
2022-05-11 23:44:24 +02:00
2022-03-04 14:15:35 +01:00
2022-05-11 23:44:24 +02:00
2022-05-11 23:44:24 +02:00
2022-03-04 14:15:47 +01:00
2022-05-11 23:44:24 +02:00
2022-03-04 14:15:50 +01:00
2021-11-04 10:39:36 +01:00
2022-01-18 15:32:38 +01:00
2022-03-04 14:15:57 +01:00
2022-03-04 14:15:57 +01:00
2022-03-04 14:15:58 +01:00
2022-05-18 17:06:12 +02:00
2021-11-02 21:46:19 +01:00
2022-04-14 11:31:35 +02:00
2022-05-18 17:06:12 +02:00