nuttx/boards/risc-v
Alin Jerpelea d81c942077 boards/risc-v/hpm6360evk: build fix
switch to flash.script to avoid running out of storage

before:
Register: hello
Register: nsh
Register: sh
LD: nuttx
riscv32-unknown-elf-ld: /nuttx/nuttx section .text will not fit in region ilm
riscv32-unknown-elf-ld: region ilm overflowed by 904 bytes
Memory region         Used Size  Region Size  %age Used
             ilm:      131976 B       128 KB    100.69%
             dlm:       11360 B       128 KB      8.67%
        axi_sram:          0 GB       256 KB      0.00%
axi_sram_noncacheable:          0 GB       256 KB      0.00%
        ahb_sram:          0 GB        32 KB      0.00%
make[1]: *** [Makefile:195: nuttx] Error 1
make: *** [tools/Unix.mk:569: nuttx] Error 2

after:
Register: hello
Register: sh
Register: nsh
LD: nuttx
Memory region         Used Size  Region Size  %age Used
           flash:      145132 B        16 MB      0.87%
             ilm:          0 GB       128 KB      0.00%
             dlm:       11360 B       128 KB      8.67%
        axi_sram:          0 GB       256 KB      0.00%
axi_sram_noncacheable:          0 GB       256 KB      0.00%
        ahb_sram:          0 GB        32 KB      0.00%
CP: nuttx.hex

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2026-08-14 15:30:07 +08:00
..
bl602/bl602evb boards/risc-v/bl602: remove timers example 2026-07-04 17:21:39 -03:00
bl808/ox64 boards/risc-v: Replace board_app_initialize 2026-05-02 18:36:46 +08:00
c906/smartl-c906 !sched/clock: remove CONFIG_SYSTEM_TIME64 and always use 64-bit time 2026-05-19 16:21:28 +08:00
eic7700x/starpro64 boards/risc-v: Replace board_app_initialize 2026-05-02 18:36:46 +08:00
esp32c3 boards/esp32c3-devkit: Remove Dropbear SSH server support 2026-08-05 15:26:28 +02:00
esp32c3-legacy Documentation: PBKDF2 login docs, board Kconfig, and CI password 2026-08-05 15:26:28 +02:00
esp32c6 boards/risc-v/espressif: Add BLE board support for esp32[-c6|-h2] 2026-07-04 02:00:32 +08:00
esp32h2 boards/risc-v/espressif: Add BLE board support for esp32[-c6|-h2] 2026-07-04 02:00:32 +08:00
esp32p4 boards/risc-v/espressif: Fix crypto hash tests for esp32[-c3|-c6|-h2|-p4] 2026-06-10 08:52:22 -03:00
fe310/hifive1-revb boards/risc-v: Replace board_app_initialize 2026-05-02 18:36:46 +08:00
hpm6000/hpm6360evk boards/risc-v/hpm6360evk: build fix 2026-08-14 15:30:07 +08:00
hpm6750/hpm6750evk2 boards/risc-v: Replace board_app_initialize 2026-05-02 18:36:46 +08:00
jh7110/star64 boards/risc-v: Replace board_app_initialize 2026-05-02 18:36:46 +08:00
k210/maix-bit boards/risc-v: Replace board_app_initialize 2026-05-02 18:36:46 +08:00
k230/canmv230 boards/risc-v: Replace board_app_initialize 2026-05-02 18:36:46 +08:00
litex/arty_a7 !sched/clock: remove CONFIG_SYSTEM_TIME64 and always use 64-bit time 2026-05-19 16:21:28 +08:00
mpfs !sched/clock: remove CONFIG_SYSTEM_TIME64 and always use 64-bit time 2026-05-19 16:21:28 +08:00
qemu-rv/rv-virt !sched/clock: remove CONFIG_SYSTEM_TIME64 and always use 64-bit time 2026-05-19 16:21:28 +08:00
rp23xx-rv !libc/stream: remove CONFIG_LIBC_LONG_LONG and always support long long 2026-05-19 16:21:28 +08:00
rv32m1/rv32m1-vega boards/risc-v: Replace board_app_initialize 2026-05-02 18:36:46 +08:00
sg2000/milkv_duos boards/risc-v: Replace board_app_initialize 2026-05-02 18:36:46 +08:00