1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/kconfigs
Koen Zandberg 41bbaa7442
flashpage: Make pagewise API optional
flashpage currently requires pagewise implementation with an optional
extension for per block writes (flashpage_raw). Most implementations
with flashpage_raw implement the pagewise access via the flashpage_raw
functions. This commit makes the flashpage raw the main access method
and adds an extension feature for the pagewise access.

The functions and defines are renamed to reflect this. The API is also
extended with a dedicated function for erasing a sector.
2020-11-11 22:26:33 +01:00
..
Kconfig.consts Kconfig: rename folder to kconfigs 2020-05-28 10:39:43 +02:00
Kconfig.errors kconfig: add ERROR symbol for conflicting modules 2020-10-09 18:04:17 +02:00
Kconfig.features flashpage: Make pagewise API optional 2020-11-11 22:26:33 +01:00