nuttx/boards/risc-v
chao an b94cc5ff92 risv-v/esp32c6: disable custom optimize level temporary
This is a workaround commit to temporarily reduce the flash usage of
esp32c6 to avoid ci failure, Since I am not familiar with esptool,
and this issue cannot be reproduced in the local environment,
so I temporarily turn off related optimizations to save flash size.

esptool error log:
-----------------------------------------
| MKIMAGE: ESP32-C6 binary
| esptool.py --chip esp32c6 elf2image --flash_mode dio --flash_size "4MB" -o nuttx.bin nuttx
| esptool.py v4.5.1
| Creating esp32c6 image...
| Merged 1 ELF section
|
| A fatal error occurred: Segment loaded at 0x42010c08 lands in same 64KB flash mapping as segment loaded at 0x42010020. Can't generate binary. Suggest changing linker script or ELF to merge sections.
| make: *** [tools/Unix.mk:527: nuttx] Error 2
| make: Target 'all' not remade because of errors.
-----------------------------------------

Signed-off-by: chao an <anchao@xiaomi.com>
2023-04-13 21:10:42 +08:00
..
bl602/bl602evb sched: Disable stdio api by default when DEFAULT_SMALL equals y 2023-03-03 00:18:03 +02:00
c906/smartl-c906 libc: Move math library from libs/libc/math to libs/libm/libm 2023-02-23 10:40:07 +02:00
esp32c3 boards: Update tickless defconfigs with ostest for testability 2023-04-06 19:29:23 +03:00
esp32c6 risv-v/esp32c6: disable custom optimize level temporary 2023-04-13 21:10:42 +08:00
espressif risc-v/espressif: Initialize HR Timer where it is required 2023-04-07 12:27:56 -03:00
fe310/hifive1-revb sched: Disable stdio api by default when DEFAULT_SMALL equals y 2023-03-03 00:18:03 +02:00
hpm6750/hpm6750evk2 boards:riscv:hpm6750evk2: revised README.txt to config toolchain 2023-03-09 07:56:00 +02:00
k210/maix-bit drivers/note: Change DRIVER_NOTExxx to DRIVERS_NOTExxx 2023-02-20 14:30:59 +08:00
litex/arty_a7 sched: Disable stdio api by default when DEFAULT_SMALL equals y 2023-03-03 00:18:03 +02:00
mpfs Remove the tail spaces from all files except Documentation 2023-02-26 13:24:24 -08:00
qemu-rv/rv-virt risc-v: SV32 MMU support for qemu-rv. 2023-03-29 22:15:19 +09:00
rv32m1/rv32m1-vega sched: Disable stdio api by default when DEFAULT_SMALL equals y 2023-03-03 00:18:03 +02:00