1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/atmega_common/include
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
..
atmega_gpio.h cpu/atmega_common: Fix atmega_port_addr() 2022-06-27 22:15:52 +02:00
atmega_regs_common.h treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
cpu_clock.h cpu/atmega_common: Extract clock definitions 2021-01-07 16:17:05 -03:00
cpu_conf.h sys/flash_utils: add helpers for placing variables in flash 2023-02-27 12:31:03 +01:00
gpio_ll_arch.h cpu/atmega_common: implement periph/gpio_ll{,_irq} 2022-05-02 14:44:55 +02:00
periph_cpu_common.h cpu/atmega_common: implement periph/gpio_ll{,_irq} 2022-05-02 14:44:55 +02:00