nuttx/boards/avr
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
..
at32uc3 boards: Replace CONFIG_NSH_LINELEN with CONFIG_LINE_MAX 2025-01-15 00:07:58 +08:00
at90usb boards/avr: fix alignment of .text section if .progmem is used 2025-05-08 15:58:18 +08:00
atmega boards/avr: fix alignment of .text section if .progmem is used 2025-05-08 15:58:18 +08:00