incubator-nuttx/boards
Tiago Medicci Serrano a63c807353 esp32s3: Increase the init task stask size when using NSH
After recent changes on nuttx-apps (not limited to, but related
to nuttx-apps#2738, for instance), the stack usage for the NSH
task increased, causing stack overflows under specific situations
(when running `ps` command, for instance). This commit increases
the init task stack size to avoid it. Please note that, even before
these changes, the stack usage of the NSH task was around 90% and,
then, increasing the stack size of it was recommended.
2024-10-25 00:53:21 +08:00
..
arm Documentation: migrate README.txt from boards and fixes for mps boards 2024-10-24 17:47:10 +08:00
arm64 arm64: fix fvp smp faild to boot 2024-10-24 10:17:48 +08:00
avr nuttx: remove the unnecessary -pipe build option 2024-08-31 10:22:20 +08:00
dummy
hc/m9s12 compile: add DEBUG_SYMBOLS_LEVEL allow custom the level 2024-09-27 00:13:07 +08:00
mips nuttx: remove the unnecessary -pipe build option 2024-08-31 10:22:20 +08:00
misoc/lm32/misoc nuttx: remove the unnecessary -pipe build option 2024-08-31 10:22:20 +08:00
or1k/mor1kx/or1k drivers: prepare 16550 UART driver to support PCI 2024-09-15 03:37:58 +08:00
renesas unify MODULE & ELF flag to Toolchain.defs 2024-10-08 19:56:33 +08:00
risc-v Documentation: migrate README.txt from boards and fixes for mps boards 2024-10-24 17:47:10 +08:00
sim/sim/sim arch/Kconfig: remove ARCH_MATH_H if LIBCXX 2024-10-24 17:44:22 +08:00
sparc board: There is no need to use sched_[un]lock 2024-10-12 13:28:23 +08:00
tricore/tc3xx/tc397 cmake/tricore/tasking: add cmake build for tasking toolchain 2024-09-25 08:43:28 +08:00
x86/qemu/qemu-i486 nuttx/x86_64:Add _sinit and _einit initialization. 2024-10-15 12:57:31 +08:00
x86_64/intel64/qemu-intel64 arch/x86_64: Resolving NUC Boot Failure Issue 2024-10-16 13:53:11 +08:00
xtensa esp32s3: Increase the init task stask size when using NSH 2024-10-25 00:53:21 +08:00
z16/z16f/z16f2800100zcog
z80 net: Enable ICMP by default if IPv4 is enabled 2024-07-09 17:08:27 +08:00
.gitignore
Board.mk
CMakeLists.txt [cmake]: added initial support for MSYS2 2024-08-27 21:36:12 +08:00
Kconfig boards/arm/stm32f7: move ROMFS logic to common directory 2024-10-21 09:23:44 +08:00
Makefile Revert "build depend:Revert Make.dep intermediate ddc file" 2024-09-15 19:29:47 +08:00
boardctl.c board_reset: flush cache before reset 2024-10-09 02:30:21 +08:00
dummy.c