1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 16:01:18 +01:00
Marian Buschsieweke 4e3c0777fc
sys/flash_utils: add helpers for placing variables in flash
This adds a layer of convenience abstraction over classical Harvard
architectures (like most AVRs) that do not map the flash memory into
the data address space and modern Harvard architectures or von-Neumann
architectures that do so. The motivation is to safe a lot of RAM for
AVR by storing constant strings into flash.
2023-02-27 12:31:03 +01:00
..
2023-01-08 22:26:12 +01:00
2023-01-08 22:26:12 +01:00
2023-01-08 22:26:12 +01:00
2023-02-25 13:38:56 +01:00
2023-02-17 17:00:56 +00:00
2023-01-08 22:26:12 +01:00
2023-02-21 16:53:06 +00:00
2023-01-08 22:26:12 +01:00
2023-01-08 22:26:12 +01:00
2023-01-08 22:26:12 +01:00
2023-01-08 22:26:12 +01:00
2023-01-08 22:26:12 +01:00
2021-12-02 16:33:19 +01:00
2023-01-18 23:59:58 +00:00
2023-01-08 22:26:12 +01:00
2023-01-15 23:31:00 +00:00
2023-01-08 22:26:12 +01:00
2023-01-08 22:26:12 +01:00
2023-01-08 22:26:12 +01:00
2023-02-23 23:58:02 +00:00
2023-01-08 22:26:12 +01:00
2021-07-09 10:47:42 +02:00