From c23699be603642e7487beb28f80db3f4386d2a99 Mon Sep 17 00:00:00 2001 From: Abdelatif Guettouche Date: Tue, 7 Jun 2022 14:06:23 +0200 Subject: [PATCH] esp32c3-devkit/knsh: Enable CONFIG_RAW_BINARY to convert the ELF file. Signed-off-by: Abdelatif Guettouche --- boards/risc-v/esp32c3/esp32c3-devkit/configs/knsh/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/risc-v/esp32c3/esp32c3-devkit/configs/knsh/defconfig b/boards/risc-v/esp32c3/esp32c3-devkit/configs/knsh/defconfig index b3e089e9cdc..694a9524999 100644 --- a/boards/risc-v/esp32c3/esp32c3-devkit/configs/knsh/defconfig +++ b/boards/risc-v/esp32c3/esp32c3-devkit/configs/knsh/defconfig @@ -45,6 +45,7 @@ CONFIG_NSH_STRERROR=y CONFIG_NUTTX_USERSPACE=0x3c080018 CONFIG_PASS1_BUILDIR="boards/risc-v/esp32c3/esp32c3-devkit/kernel" CONFIG_PREALLOC_TIMERS=0 +CONFIG_RAW_BINARY=y CONFIG_RR_INTERVAL=200 CONFIG_SCHED_WAITPID=y CONFIG_STACK_COLORATION=y