mirror of
https://github.com/apache/nuttx.git
synced 2026-08-22 22:18:25 +00:00
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. |
||
|---|---|---|
| .. | ||
| at32uc3 | ||
| at90usb | ||
| atmega | ||