nuttx/boards/arm
Xiang Xiao 1128f6bd6c boards/arm/tiva/lm3s6965-ek: fix qemu-protected to boot in QEMU
Fix several issues preventing the protected build from booting:

memory.ld: Increase ksram from 16K to 20K to accommodate kernel
BSS and idle thread stack. Rebalance usram to 20K and xsram to
24K accordingly.

defconfig: Remove CONFIG_FS_TMPFS to reduce kernel binary size
so it fits within the 128KB kflash partition.

defconfig: Add CONFIG_TLS_LOG2_MAXSTACK=11 to reduce TLS stack
alignment from 8K(default) to 2K. The default 8K alignment
caused memalign to request oversized allocations from the
user heap, failing the init task stack allocation.

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2026-04-07 14:51:10 +02:00
..
a1x/pcduino-a10 include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
am335x/beaglebone-black include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
at32/at32f437-mini include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
c5471/c5471evm boards: net tcp backlog is enabled by default 2025-06-26 09:32:54 -03:00
csk6
cxd56xx style: fix checkpatch issues after debug.h move 2026-04-07 07:50:06 -03:00
dm320/ntosd-dm320 include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
efm32 include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
eoss3/quickfeather include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
fvp-v8r-aarch32/fvp-armv8r-aarch32
gd32f4 include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
ht32f491x3/esk32 arm/ht32f491x3: rework PWM lower-half like nrf53 2026-04-02 12:11:13 +02:00
imx6/sabre-6quad include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
imx9 include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
imxrt include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
kinetis style: fix checkpatch issues after debug.h move 2026-04-07 07:50:06 -03:00
kl include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
lc823450/lc823450-xgevk include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
lpc17xx_40xx include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
lpc31xx include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
lpc43xx include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
lpc54xx/lpcxpresso-lpc54628 include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
lpc214x include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
lpc2378/olimex-lpc2378
max326xx/max32660-evsys include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mcx-nxxx/frdm-mcxn236 boards: net tcp backlog is enabled by default 2025-06-26 09:32:54 -03:00
moxart/moxa style: Fix "is is" typo across the codebase. 2026-03-24 09:39:26 +08:00
mps boardss: add gprof examples 2026-02-04 03:03:45 +08:00
mx8mp/verdin-mx8mp include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
nrf52 include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
nrf53 style: fix checkpatch issues after debug.h move 2026-04-07 07:50:06 -03:00
nrf91 include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
nuc1xx/nutiny-nuc120 include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
phy62xx/phy6222 include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
qemu boards/qemu-armv7a: Correct LOOPSPERMSEC value 2026-02-25 15:00:03 -03:00
ra4 include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
rp23xx include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
rp2040 include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
s32k1xx include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
s32k3xx include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sam34 include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sama5 include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
samd2l2 include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
samd5e5 include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
samv7 style: fix checkpatch issues after debug.h move 2026-04-07 07:50:06 -03:00
stm32 style: fix checkpatch issues after debug.h move 2026-04-07 07:50:06 -03:00
stm32f0l0g0 include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
stm32f7 style: fix checkpatch issues after debug.h move 2026-04-07 07:50:06 -03:00
stm32h5/nucleo-h563zi include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
stm32h7 include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
stm32l4 style: fix checkpatch issues after debug.h move 2026-04-07 07:50:06 -03:00
stm32l5 include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
stm32u5 include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
stm32wb include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
stm32wl5/nucleo-wl55jc include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
str71x/olimex-strp711 include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
tiva boards/arm/tiva/lm3s6965-ek: fix qemu-protected to boot in QEMU 2026-04-07 14:51:10 +02:00
tlsr82/tlsr8278adk80d include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
tms570 include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
xmc4 include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00