mirror of
https://github.com/apache/nuttx.git
synced 2026-09-02 15:12:59 +00:00
Add nxboot bootloader board integration for nucleo-h743zi. nxboot uses a three-slot layout (primary, secondary, tertiary) with no scratch partition. - add STM32_APP_FORMAT_NXBOOT board support and nxboot-specific OTA slot defaults - gate scratch partition configuration on MCUboot, where it applies - select nxboot linker scripts in the board build logic - add tertiary OTA partition support in stm32_progmem.c - add nxboot-loader and nxboot-app defconfigs and linker scripts - validate the fixed nxboot flash layout used by this board so mismatched config values fail at build time instead of producing a silently broken image Signed-off-by: Neil Berkman <neil@xuku.com> |
||
|---|---|---|
| .. | ||
| arm | ||
| arm64 | ||
| avr | ||
| dummy | ||
| hc/m9s12 | ||
| mips | ||
| misoc/lm32/misoc | ||
| or1k/mor1kx/or1k | ||
| renesas | ||
| risc-v | ||
| sim/sim/sim | ||
| sparc | ||
| tricore | ||
| x86/qemu/qemu-i486 | ||
| x86_64/qemu/qemu-intel64 | ||
| xtensa | ||
| z16/z16f/z16f2800100zcog | ||
| z80 | ||
| .gitignore | ||
| Board.mk | ||
| boardctl.c | ||
| CMakeLists.txt | ||
| dummy.c | ||
| Kconfig | ||
| Makefile | ||