mirror of
https://github.com/apache/nuttx.git
synced 2026-08-15 01:13:29 +00:00
boards/qemu-intel64/nsh: enable assertions and full opt
enable assertions and full opt for qemu-intel64/nsh Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
parent
78eae568ea
commit
e79cade0e3
1 changed files with 5 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
# You can then do "make savedefconfig" to generate a new defconfig file that includes your
|
||||
# modifications.
|
||||
#
|
||||
# CONFIG_ARCH_X86_64_ACPI_DUMP is not set
|
||||
CONFIG_16550_ADDRWIDTH=16
|
||||
CONFIG_16550_UART0=y
|
||||
CONFIG_16550_UART0_BASE=0x3f8
|
||||
|
|
@ -26,6 +27,10 @@ CONFIG_BOARD_LOOPSPERMSEC=999
|
|||
CONFIG_BOOT_RUNFROMEXTSRAM=y
|
||||
CONFIG_BUILTIN=y
|
||||
CONFIG_CONSOLE_SYSLOG=y
|
||||
CONFIG_DEBUG_ASSERTIONS=y
|
||||
CONFIG_DEBUG_ASSERTIONS_EXPRESSION=y
|
||||
CONFIG_DEBUG_FEATURES=y
|
||||
CONFIG_DEBUG_FULLOPT=y
|
||||
CONFIG_DEBUG_SYMBOLS=y
|
||||
CONFIG_DEFAULT_TASK_STACKSIZE=4194304
|
||||
CONFIG_EXAMPLES_HELLO=y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue