mirror of
https://github.com/apache/nuttx.git
synced 2026-08-27 20:30:38 +00:00
Same shape as boards/sim/sim/sim/configs/toybox: CONFIG_SYSTEM_TOYBOX=y with CONFIG_INIT_ENTRYPOINT="toybox_main", built on top of the existing stm32f4discovery:nsh defconfig's board/console setup. Needs several options nsh's defconfig doesn't, since Toybox's library code references more of NuttX's libc unconditionally than NSH does: CONFIG_ALLOW_MIT_COMPONENTS (gates CONFIG_LIBC_REGEX -- grep/sed/etc), CONFIG_ARCH_SETJMP_H (sigjmp_buf; the REPL's rebound trap uses sigsetjmp/siglongjmp), CONFIG_LIBC_EXECFUNCS, CONFIG_LIBC_LOCALE, CONFIG_LIBC_LOCALTIME, CONFIG_PIPES, CONFIG_PSEUDOFS_SOFTLINKS, CONFIG_FS_NOTIFY (tail -f), CONFIG_SCHED_HAVE_PARENT (waitpid()). Signed-off-by: Alan C. Assis <acassis@gmail.com> Assisted-by: Claude Sonnet 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| axoloti | ||
| clicker2-stm32 | ||
| common | ||
| mikroe-stm32f4 | ||
| nucleo-f401re | ||
| nucleo-f410rb | ||
| nucleo-f411re | ||
| nucleo-f412zg | ||
| nucleo-f429zi | ||
| nucleo-f446re | ||
| odrive36 | ||
| olimex-stm32-e407 | ||
| olimex-stm32-h405 | ||
| olimex-stm32-h407 | ||
| olimex-stm32-p407 | ||
| omnibusf4 | ||
| stm32f4discovery | ||
| stm32f401rc-rs485 | ||
| stm32f411-minimum | ||
| stm32f411e-disco | ||
| stm32f429i-disco | ||
| stm3240g-eval | ||