nuttx/boards/avr/atmega
Kerogit 492ea844ef boards/avr: fix alignment of .text section if .progmem is used
The .progmem section in the .text section contains data marked
to not be copied into RAM and instead used directly from program
memory. Unlike other sections that naturally align to 2 byte words,
this section may be odd in length.

If this happens, following sections will end up misaligned
and the compilation will fail. This patch forces correct alignment
after the .progmem section end.
2025-05-08 15:58:18 +08:00
..
amber boards/avr/atmega: migrate to SPDX identifier 2024-11-12 22:20:59 +08:00
arduino-mega2560 boards/avr: fix alignment of .text section if .progmem is used 2025-05-08 15:58:18 +08:00
mega1284p-xplained boards/avr: fix alignment of .text section if .progmem is used 2025-05-08 15:58:18 +08:00
moteino-mega boards/avr: fix alignment of .text section if .progmem is used 2025-05-08 15:58:18 +08:00