mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:08:56 +08:00
Move TCBinfo Debug after Debug Features to keep previos order
This commit is contained in:
committed by
Xiang Xiao
parent
a29ee19af4
commit
6fde1945a7
@@ -546,14 +546,6 @@ endmenu # Customize Header Files
|
|||||||
|
|
||||||
menu "Debug Options"
|
menu "Debug Options"
|
||||||
|
|
||||||
config DEBUG_TCBINFO
|
|
||||||
bool "Enable TCBinfo struct for debug"
|
|
||||||
default n
|
|
||||||
---help---
|
|
||||||
Enables tcbinfo struct for debugger infomation.
|
|
||||||
Selecting this option will enable g_tcbinfo in arch and
|
|
||||||
procfs.
|
|
||||||
|
|
||||||
config DEBUG_ALERT
|
config DEBUG_ALERT
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
@@ -1847,6 +1839,14 @@ config DEBUG_VIDEO_INFO
|
|||||||
endif # DEBUG_VIDEO
|
endif # DEBUG_VIDEO
|
||||||
endif # DEBUG_FEATURES
|
endif # DEBUG_FEATURES
|
||||||
|
|
||||||
|
config DEBUG_TCBINFO
|
||||||
|
bool "Enable TCBinfo struct for debug"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
Enables tcbinfo struct for debugger infomation.
|
||||||
|
Selecting this option will enable g_tcbinfo in arch and
|
||||||
|
procfs.
|
||||||
|
|
||||||
config ARCH_HAVE_STACKCHECK
|
config ARCH_HAVE_STACKCHECK
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|||||||
Reference in New Issue
Block a user