Add option to copy to RAM

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1689 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-04-08 23:24:59 +00:00
parent 90a26616d4
commit 5147a3e1d5
45 changed files with 268 additions and 134 deletions
+4 -2
View File
@@ -440,8 +440,10 @@ defconfig -- This is a configuration file similar to the Linux
Stack and heap information Stack and heap information
CONFIG_BOOT_FROM_FLASH - Some configurations support XIP CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
operation from FLASH. operation from FLASH but must copy initialized .data sections to RAM.
CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
but copy themselves entirely into RAM for better performance.
CONFIG_STACK_POINTER - The initial stack pointer CONFIG_STACK_POINTER - The initial stack pointer
CONFIG_IDLETHREAD_STACKSIZE - The size of the initial stack. CONFIG_IDLETHREAD_STACKSIZE - The size of the initial stack.
This is the thread that (1) performs the inital boot of the system up This is the thread that (1) performs the inital boot of the system up
+6 -3
View File
@@ -387,8 +387,10 @@ CONFIG_EXAMPLE_WGET_NETMASK=(255L<<24|255L<<16|255L<<8|0L)
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only) # CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only)
@@ -404,7 +406,8 @@ CONFIG_EXAMPLE_WGET_NETMASK=(255L<<24|255L<<16|255L<<8|0L)
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_STACK_POINTER= CONFIG_STACK_POINTER=
CONFIG_IDLETHREAD_STACKSIZE=4096 CONFIG_IDLETHREAD_STACKSIZE=4096
+6 -3
View File
@@ -387,8 +387,10 @@ CONFIG_EXAMPLE_WGET_NETMASK=(255L<<24|255L<<16|255L<<8|0L)
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only) # CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only)
@@ -404,7 +406,8 @@ CONFIG_EXAMPLE_WGET_NETMASK=(255L<<24|255L<<16|255L<<8|0L)
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_STACK_POINTER= CONFIG_STACK_POINTER=
CONFIG_IDLETHREAD_STACKSIZE=4096 CONFIG_IDLETHREAD_STACKSIZE=4096
+6 -3
View File
@@ -387,8 +387,10 @@ CONFIG_EXAMPLE_WGET_NETMASK=(255L<<24|255L<<16|255L<<8|0L)
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only) # CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only)
@@ -404,7 +406,8 @@ CONFIG_EXAMPLE_WGET_NETMASK=(255L<<24|255L<<16|255L<<8|0L)
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_STACK_POINTER= CONFIG_STACK_POINTER=
CONFIG_IDLETHREAD_STACKSIZE=4096 CONFIG_IDLETHREAD_STACKSIZE=4096
+6 -3
View File
@@ -387,8 +387,10 @@ CONFIG_EXAMPLE_WGET_NETMASK=(255L<<24|255L<<16|255L<<8|0L)
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only) # CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only)
@@ -404,7 +406,8 @@ CONFIG_EXAMPLE_WGET_NETMASK=(255L<<24|255L<<16|255L<<8|0L)
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_STACK_POINTER= CONFIG_STACK_POINTER=
CONFIG_IDLETHREAD_STACKSIZE=4096 CONFIG_IDLETHREAD_STACKSIZE=4096
+6 -3
View File
@@ -727,8 +727,10 @@ CONFIG_EXAMPLE_WGET_NETMASK=(255L<<24|255L<<16|255L<<8|0L)
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer # CONFIG_STACK_POINTER - The initial stack pointer
@@ -744,7 +746,8 @@ CONFIG_EXAMPLE_WGET_NETMASK=(255L<<24|255L<<16|255L<<8|0L)
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_STACK_POINTER= CONFIG_STACK_POINTER=
CONFIG_IDLETHREAD_STACKSIZE=1024 CONFIG_IDLETHREAD_STACKSIZE=1024
+6 -3
View File
@@ -775,8 +775,10 @@ CONFIG_EXAMPLE_WGET_NETMASK=(255L<<24|255L<<16|255L<<8|0L)
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer # CONFIG_STACK_POINTER - The initial stack pointer
@@ -792,7 +794,8 @@ CONFIG_EXAMPLE_WGET_NETMASK=(255L<<24|255L<<16|255L<<8|0L)
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_STACK_POINTER= CONFIG_STACK_POINTER=
CONFIG_IDLETHREAD_STACKSIZE=1024 CONFIG_IDLETHREAD_STACKSIZE=1024
+6 -3
View File
@@ -783,8 +783,10 @@ CONFIG_EXAMPLE_WGET_NETMASK=(255L<<24|255L<<16|255L<<8|0L)
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer # CONFIG_STACK_POINTER - The initial stack pointer
@@ -800,7 +802,8 @@ CONFIG_EXAMPLE_WGET_NETMASK=(255L<<24|255L<<16|255L<<8|0L)
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_STACK_POINTER= CONFIG_STACK_POINTER=
CONFIG_IDLETHREAD_STACKSIZE=1024 CONFIG_IDLETHREAD_STACKSIZE=1024
+6 -3
View File
@@ -768,8 +768,10 @@ CONFIG_EXAMPLE_WGET_NETMASK=(255L<<24|255L<<16|255L<<8|0L)
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer # CONFIG_STACK_POINTER - The initial stack pointer
@@ -785,7 +787,8 @@ CONFIG_EXAMPLE_WGET_NETMASK=(255L<<24|255L<<16|255L<<8|0L)
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_STACK_POINTER= CONFIG_STACK_POINTER=
CONFIG_IDLETHREAD_STACKSIZE=1024 CONFIG_IDLETHREAD_STACKSIZE=1024
+6 -3
View File
@@ -768,8 +768,10 @@ CONFIG_EXAMPLE_WGET_NETMASK=(255L<<24|255L<<16|255L<<8|0L)
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer # CONFIG_STACK_POINTER - The initial stack pointer
@@ -785,7 +787,8 @@ CONFIG_EXAMPLE_WGET_NETMASK=(255L<<24|255L<<16|255L<<8|0L)
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_STACK_POINTER= CONFIG_STACK_POINTER=
CONFIG_IDLETHREAD_STACKSIZE=1024 CONFIG_IDLETHREAD_STACKSIZE=1024
+6 -3
View File
@@ -751,8 +751,10 @@ CONFIG_EXAMPLE_WGET_NETMASK=(255L<<24|255L<<16|255L<<8|0L)
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer # CONFIG_STACK_POINTER - The initial stack pointer
@@ -768,7 +770,8 @@ CONFIG_EXAMPLE_WGET_NETMASK=(255L<<24|255L<<16|255L<<8|0L)
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_STACK_POINTER= CONFIG_STACK_POINTER=
CONFIG_IDLETHREAD_STACKSIZE=1024 CONFIG_IDLETHREAD_STACKSIZE=1024
+6 -3
View File
@@ -768,8 +768,10 @@ CONFIG_EXAMPLE_WGET_NETMASK=(255L<<24|255L<<16|255L<<8|0L)
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer # CONFIG_STACK_POINTER - The initial stack pointer
@@ -785,7 +787,8 @@ CONFIG_EXAMPLE_WGET_NETMASK=(255L<<24|255L<<16|255L<<8|0L)
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_STACK_POINTER= CONFIG_STACK_POINTER=
CONFIG_IDLETHREAD_STACKSIZE=1024 CONFIG_IDLETHREAD_STACKSIZE=1024
+6 -3
View File
@@ -328,8 +328,10 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_IDLETHREAD_STACKSIZE - The size of the initial stack. # CONFIG_IDLETHREAD_STACKSIZE - The size of the initial stack.
@@ -344,7 +346,8 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_IDLETHREAD_STACKSIZE=4096 CONFIG_IDLETHREAD_STACKSIZE=4096
CONFIG_USERMAIN_STACKSIZE=4096 CONFIG_USERMAIN_STACKSIZE=4096
+6 -3
View File
@@ -558,8 +558,10 @@ CONFIG_EXAMPLES_NSH_MMCSDMINOR=0
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only) # CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only)
@@ -575,7 +577,8 @@ CONFIG_EXAMPLES_NSH_MMCSDMINOR=0
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=y CONFIG_BOOT_RUNFROMFLASH=y
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_STACK_POINTER= CONFIG_STACK_POINTER=
CONFIG_IDLETHREAD_STACKSIZE=2048 CONFIG_IDLETHREAD_STACKSIZE=2048
+6 -3
View File
@@ -549,8 +549,10 @@ CONFIG_EXAMPLES_NSH_MMCSDMINOR=0
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only) # CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only)
@@ -566,7 +568,8 @@ CONFIG_EXAMPLES_NSH_MMCSDMINOR=0
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=y CONFIG_BOOT_RUNFROMFLASH=y
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_STACK_POINTER= CONFIG_STACK_POINTER=
CONFIG_IDLETHREAD_STACKSIZE=2048 CONFIG_IDLETHREAD_STACKSIZE=2048
+6 -3
View File
@@ -570,8 +570,10 @@ CONFIG_EXAMPLES_USBSERIAL_ONLYBIG=n
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only) # CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only)
@@ -587,7 +589,8 @@ CONFIG_EXAMPLES_USBSERIAL_ONLYBIG=n
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=y CONFIG_BOOT_RUNFROMFLASH=y
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_STACK_POINTER= CONFIG_STACK_POINTER=
CONFIG_IDLETHREAD_STACKSIZE=2048 CONFIG_IDLETHREAD_STACKSIZE=2048
+6 -3
View File
@@ -613,8 +613,10 @@ CONFIG_EXAMPLES_USBSTRG_TRACEINTERRUPTS=n
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only) # CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only)
@@ -630,7 +632,8 @@ CONFIG_EXAMPLES_USBSTRG_TRACEINTERRUPTS=n
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=y CONFIG_BOOT_RUNFROMFLASH=y
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_STACK_POINTER= CONFIG_STACK_POINTER=
CONFIG_IDLETHREAD_STACKSIZE=2048 CONFIG_IDLETHREAD_STACKSIZE=2048
+6 -3
View File
@@ -487,8 +487,10 @@ CONFIG_DM9X_ETRANS=n
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only) # CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only)
@@ -504,7 +506,8 @@ CONFIG_DM9X_ETRANS=n
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_STACK_POINTER= CONFIG_STACK_POINTER=
CONFIG_IDLETHREAD_STACKSIZE=4096 CONFIG_IDLETHREAD_STACKSIZE=4096
+6 -3
View File
@@ -549,8 +549,10 @@ CONFIG_DM9X_ETRANS=n
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only) # CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only)
@@ -566,7 +568,8 @@ CONFIG_DM9X_ETRANS=n
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_STACK_POINTER= CONFIG_STACK_POINTER=
CONFIG_IDLETHREAD_STACKSIZE=4096 CONFIG_IDLETHREAD_STACKSIZE=4096
+6 -3
View File
@@ -479,8 +479,10 @@ CONFIG_DM9X_ETRANS=n
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only) # CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only)
@@ -496,7 +498,8 @@ CONFIG_DM9X_ETRANS=n
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_STACK_POINTER= CONFIG_STACK_POINTER=
CONFIG_IDLETHREAD_STACKSIZE=4096 CONFIG_IDLETHREAD_STACKSIZE=4096
+6 -3
View File
@@ -494,8 +494,10 @@ CONFIG_DM9X_ETRANS=n
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only) # CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only)
@@ -511,7 +513,8 @@ CONFIG_DM9X_ETRANS=n
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_STACK_POINTER= CONFIG_STACK_POINTER=
CONFIG_IDLETHREAD_STACKSIZE=4096 CONFIG_IDLETHREAD_STACKSIZE=4096
+6 -3
View File
@@ -495,8 +495,10 @@ CONFIG_DM9X_ETRANS=n
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only) # CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only)
@@ -512,7 +514,8 @@ CONFIG_DM9X_ETRANS=n
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_STACK_POINTER= CONFIG_STACK_POINTER=
CONFIG_IDLETHREAD_STACKSIZE=4096 CONFIG_IDLETHREAD_STACKSIZE=4096
+6 -3
View File
@@ -495,8 +495,10 @@ CONFIG_DM9X_ETRANS=n
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only) # CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only)
@@ -512,7 +514,8 @@ CONFIG_DM9X_ETRANS=n
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_STACK_POINTER= CONFIG_STACK_POINTER=
CONFIG_IDLETHREAD_STACKSIZE=4096 CONFIG_IDLETHREAD_STACKSIZE=4096
+6 -3
View File
@@ -620,8 +620,10 @@ CONFIG_EXAMPLES_NSH_MMCSDMINOR=0
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only) # CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only)
@@ -637,7 +639,8 @@ CONFIG_EXAMPLES_NSH_MMCSDMINOR=0
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=y CONFIG_BOOT_RUNFROMFLASH=y
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_STACK_POINTER= CONFIG_STACK_POINTER=
CONFIG_IDLETHREAD_STACKSIZE=2048 CONFIG_IDLETHREAD_STACKSIZE=2048
+6 -3
View File
@@ -325,8 +325,10 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer # CONFIG_STACK_POINTER - The initial stack pointer
@@ -342,7 +344,8 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=y CONFIG_CUSTOM_STACK=y
CONFIG_IDLETHREAD_STACKSIZE= CONFIG_IDLETHREAD_STACKSIZE=
CONFIG_USERMAIN_STACKSIZE= CONFIG_USERMAIN_STACKSIZE=
+6 -3
View File
@@ -329,8 +329,10 @@ CONFIG_EXAMPLES_MOUNT_DEVNAME="/dev/ram0"
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer # CONFIG_STACK_POINTER - The initial stack pointer
@@ -346,7 +348,8 @@ CONFIG_EXAMPLES_MOUNT_DEVNAME="/dev/ram0"
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_IDLETHREAD_STACKSIZE=4096 CONFIG_IDLETHREAD_STACKSIZE=4096
CONFIG_USERMAIN_STACKSIZE=4096 CONFIG_USERMAIN_STACKSIZE=4096
+6 -3
View File
@@ -328,8 +328,10 @@ CONFIG_EXAMPLES_MOUNT_DEVNAME="/dev/ram0"
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer # CONFIG_STACK_POINTER - The initial stack pointer
@@ -345,7 +347,8 @@ CONFIG_EXAMPLES_MOUNT_DEVNAME="/dev/ram0"
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_IDLETHREAD_STACKSIZE=4096 CONFIG_IDLETHREAD_STACKSIZE=4096
CONFIG_USERMAIN_STACKSIZE=4096 CONFIG_USERMAIN_STACKSIZE=4096
+6 -3
View File
@@ -372,8 +372,10 @@ CONFIG_EXAMPLES_MOUNT_DEVNAME="/dev/ram0"
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer # CONFIG_STACK_POINTER - The initial stack pointer
@@ -389,7 +391,8 @@ CONFIG_EXAMPLES_MOUNT_DEVNAME="/dev/ram0"
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_IDLETHREAD_STACKSIZE=4096 CONFIG_IDLETHREAD_STACKSIZE=4096
CONFIG_USERMAIN_STACKSIZE=4096 CONFIG_USERMAIN_STACKSIZE=4096
+6 -3
View File
@@ -504,8 +504,10 @@ CONFIG_EXAMPLES_MOUNT_DEVNAME="/dev/ram0"
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer # CONFIG_STACK_POINTER - The initial stack pointer
@@ -521,7 +523,8 @@ CONFIG_EXAMPLES_MOUNT_DEVNAME="/dev/ram0"
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_IDLETHREAD_STACKSIZE=4096 CONFIG_IDLETHREAD_STACKSIZE=4096
CONFIG_USERMAIN_STACKSIZE=4096 CONFIG_USERMAIN_STACKSIZE=4096
+6 -3
View File
@@ -498,8 +498,10 @@ CONFIG_EXAMPLES_MOUNT_DEVNAME="/dev/ram0"
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer # CONFIG_STACK_POINTER - The initial stack pointer
@@ -515,7 +517,8 @@ CONFIG_EXAMPLES_MOUNT_DEVNAME="/dev/ram0"
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_IDLETHREAD_STACKSIZE=4096 CONFIG_IDLETHREAD_STACKSIZE=4096
CONFIG_USERMAIN_STACKSIZE=4096 CONFIG_USERMAIN_STACKSIZE=4096
+6 -3
View File
@@ -336,8 +336,10 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer # CONFIG_STACK_POINTER - The initial stack pointer
@@ -353,7 +355,8 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_IDLETHREAD_STACKSIZE=4096 CONFIG_IDLETHREAD_STACKSIZE=4096
CONFIG_USERMAIN_STACKSIZE=4096 CONFIG_USERMAIN_STACKSIZE=4096
+6 -3
View File
@@ -317,8 +317,10 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer # CONFIG_STACK_POINTER - The initial stack pointer
@@ -334,7 +336,8 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_IDLETHREAD_STACKSIZE=4096 CONFIG_IDLETHREAD_STACKSIZE=4096
CONFIG_USERMAIN_STACKSIZE=4096 CONFIG_USERMAIN_STACKSIZE=4096
+6 -3
View File
@@ -509,8 +509,10 @@ CONFIG_DM9X_ETRANS=n
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only) # CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only)
@@ -526,7 +528,8 @@ CONFIG_DM9X_ETRANS=n
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_STACK_POINTER= CONFIG_STACK_POINTER=
CONFIG_IDLETHREAD_STACKSIZE=256 CONFIG_IDLETHREAD_STACKSIZE=256
+6 -3
View File
@@ -549,8 +549,10 @@ CONFIG_EXAMPLES_NSH_MMCSDMINOR=0
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only) # CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only)
@@ -566,7 +568,8 @@ CONFIG_EXAMPLES_NSH_MMCSDMINOR=0
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_STACK_POINTER= CONFIG_STACK_POINTER=
CONFIG_IDLETHREAD_STACKSIZE=1024 CONFIG_IDLETHREAD_STACKSIZE=1024
+6 -3
View File
@@ -549,8 +549,10 @@ CONFIG_EXAMPLES_NSH_MMCSDMINOR=0
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only) # CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only)
@@ -566,7 +568,8 @@ CONFIG_EXAMPLES_NSH_MMCSDMINOR=0
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_STACK_POINTER= CONFIG_STACK_POINTER=
CONFIG_IDLETHREAD_STACKSIZE=1024 CONFIG_IDLETHREAD_STACKSIZE=1024
+6 -3
View File
@@ -364,8 +364,10 @@ CONFIG_EXAMPLES_NSH_FATMOUNTPT=/tmp
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer # CONFIG_STACK_POINTER - The initial stack pointer
@@ -381,7 +383,8 @@ CONFIG_EXAMPLES_NSH_FATMOUNTPT=/tmp
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_IDLETHREAD_STACKSIZE=1024 CONFIG_IDLETHREAD_STACKSIZE=1024
CONFIG_USERMAIN_STACKSIZE=1024 CONFIG_USERMAIN_STACKSIZE=1024
+6 -3
View File
@@ -321,8 +321,10 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer # CONFIG_STACK_POINTER - The initial stack pointer
@@ -338,7 +340,8 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_IDLETHREAD_STACKSIZE=1024 CONFIG_IDLETHREAD_STACKSIZE=1024
CONFIG_USERMAIN_STACKSIZE=1024 CONFIG_USERMAIN_STACKSIZE=1024
+6 -3
View File
@@ -321,8 +321,10 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer # CONFIG_STACK_POINTER - The initial stack pointer
@@ -338,7 +340,8 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_IDLETHREAD_STACKSIZE=1024 CONFIG_IDLETHREAD_STACKSIZE=1024
CONFIG_USERMAIN_STACKSIZE=1024 CONFIG_USERMAIN_STACKSIZE=1024
+6 -3
View File
@@ -349,8 +349,10 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer # CONFIG_STACK_POINTER - The initial stack pointer
@@ -366,7 +368,8 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_IDLETHREAD_STACKSIZE=4096 CONFIG_IDLETHREAD_STACKSIZE=4096
CONFIG_USERMAIN_STACKSIZE=4096 CONFIG_USERMAIN_STACKSIZE=4096
+6 -3
View File
@@ -349,8 +349,10 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer # CONFIG_STACK_POINTER - The initial stack pointer
@@ -366,7 +368,8 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_IDLETHREAD_STACKSIZE=4096 CONFIG_IDLETHREAD_STACKSIZE=4096
CONFIG_USERMAIN_STACKSIZE=4096 CONFIG_USERMAIN_STACKSIZE=4096
+6 -3
View File
@@ -354,8 +354,10 @@ CONFIG_EXAMPLES_NSH_FATMOUNTPT=/tmp
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer # CONFIG_STACK_POINTER - The initial stack pointer
@@ -371,7 +373,8 @@ CONFIG_EXAMPLES_NSH_FATMOUNTPT=/tmp
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_IDLETHREAD_STACKSIZE=1024 CONFIG_IDLETHREAD_STACKSIZE=1024
CONFIG_USERMAIN_STACKSIZE=1024 CONFIG_USERMAIN_STACKSIZE=1024
+6 -3
View File
@@ -311,8 +311,10 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer # CONFIG_STACK_POINTER - The initial stack pointer
@@ -328,7 +330,8 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_IDLETHREAD_STACKSIZE=1024 CONFIG_IDLETHREAD_STACKSIZE=1024
CONFIG_USERMAIN_STACKSIZE=1024 CONFIG_USERMAIN_STACKSIZE=1024
+6 -3
View File
@@ -311,8 +311,10 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer # CONFIG_STACK_POINTER - The initial stack pointer
@@ -328,7 +330,8 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_IDLETHREAD_STACKSIZE=1024 CONFIG_IDLETHREAD_STACKSIZE=1024
CONFIG_USERMAIN_STACKSIZE=1024 CONFIG_USERMAIN_STACKSIZE=1024
+6 -3
View File
@@ -350,8 +350,10 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer # CONFIG_STACK_POINTER - The initial stack pointer
@@ -367,7 +369,8 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_IDLETHREAD_STACKSIZE=256 CONFIG_IDLETHREAD_STACKSIZE=256
CONFIG_USERMAIN_STACKSIZE=256 CONFIG_USERMAIN_STACKSIZE=256
+6 -3
View File
@@ -350,8 +350,10 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
# #
# Stack and heap information # Stack and heap information
# #
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP # CONFIG_BOOT_RUNFROMFLASH - Some configurations support XIP
# operation from FLASH. # operation from FLASH but must copy initialized .data sections to RAM.
# CONFIG_BOOT_COPYTORAM - Some configurations boot in FLASH
# but copy themselves entirely into RAM for better performance.
# CONFIG_CUSTOM_STACK - The up_ implementation will handle # CONFIG_CUSTOM_STACK - The up_ implementation will handle
# all stack operations outside of the nuttx model. # all stack operations outside of the nuttx model.
# CONFIG_STACK_POINTER - The initial stack pointer # CONFIG_STACK_POINTER - The initial stack pointer
@@ -367,7 +369,8 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
# CONFIG_HEAP_BASE - The beginning of the heap # CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap # CONFIG_HEAP_SIZE - The size of the heap
# #
CONFIG_BOOT_FROM_FLASH=n CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n CONFIG_CUSTOM_STACK=n
CONFIG_IDLETHREAD_STACKSIZE=256 CONFIG_IDLETHREAD_STACKSIZE=256
CONFIG_USERMAIN_STACKSIZE=256 CONFIG_USERMAIN_STACKSIZE=256