|
@@ -49,6 +49,11 @@ config RT_DEBUG_THREAD
|
|
help
|
|
help
|
|
print the switch to/from thread name when each thread context switch
|
|
print the switch to/from thread name when each thread context switch
|
|
|
|
|
|
|
|
+config RT_USING_INTERRUPT_INFO
|
|
|
|
+ bool "Enable additional interrupt trace information"
|
|
|
|
+ default n
|
|
|
|
+ help
|
|
|
|
+ Add name and counter information for interrupt trace.
|
|
endif
|
|
endif
|
|
|
|
|
|
config RT_USING_HOOK
|
|
config RT_USING_HOOK
|