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
..
2022-09-16 14:00:35 +02:00
2023-02-13 21:09:07 +00:00
2022-11-10 23:44:50 +01:00
2022-03-11 09:24:12 +01:00
2023-01-07 09:47:44 +01:00
2022-01-13 17:50:59 +01:00
2022-09-23 16:42:52 +02:00
2023-02-17 20:09:53 +00:00
2022-09-29 22:01:37 +02:00
2022-09-26 19:06:46 +02:00
2023-02-24 17:46:10 +00:00
2022-03-11 09:20:24 +01:00
2023-02-23 16:44:24 +01:00
2022-12-05 16:13:21 +01:00
2023-02-23 16:44:24 +01:00
2023-02-25 18:59:07 +00:00
2023-02-13 21:09:07 +00:00