incubator-nuttx/boards/arm/samv7/same70-xplained
yinshengkai 8f3060ed52 boards: Enable LTO option for same70-xplained/mcuboot-loader
Avoid compilation errors due to insufficient flash in CI

Configuration/Tool: same70-xplained/mcuboot-loader,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2024-10-14 16:17:34
arm-none-eabi-ld: /github/workspace/sources/nuttx/nuttx section `.ramfunc' will not fit in region `flash'
arm-none-eabi-ld: region `flash' overflowed by 52 bytes
arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions
make[1]: *** [Makefile:212: nuttx] Error 1
make: *** [tools/Unix.mk:551: nuttx] Error 2
make: Target 'all' not remade because of errors.

Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
2024-10-15 18:13:38 +08:00
..
configs boards: Enable LTO option for same70-xplained/mcuboot-loader 2024-10-15 18:13:38 +08:00
include boards/arm/samv7/same70-xplained: added PWM support 2022-02-13 03:20:07 +08:00
kernel Remove the unnecessary cast for main_t, NULL and argv 2022-10-18 08:51:45 +02:00
scripts unify MODULE & ELF flag to Toolchain.defs 2024-10-08 19:56:33 +08:00
src kernel: replace all usleep to nxsig_usleep in kernel space 2023-10-25 15:46:03 +08:00
.gitignore boards/arm/samv7: rework linker script usage logic to allow custom linker scripts 2022-03-11 11:25:50 +08:00
Kconfig