This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push: new c23699be60 esp32c3-devkit/knsh: Enable CONFIG_RAW_BINARY to convert the ELF file. c23699be60 is described below commit c23699be603642e7487beb28f80db3f4386d2a99 Author: Abdelatif Guettouche <abdelatif.guettou...@espressif.com> AuthorDate: Tue Jun 7 14:06:23 2022 +0200 esp32c3-devkit/knsh: Enable CONFIG_RAW_BINARY to convert the ELF file. Signed-off-by: Abdelatif Guettouche <abdelatif.guettou...@espressif.com> --- 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 b3e089e9cd..694a952499 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