Преглед на файлове

[src]Add missing key RT_USING_INTERRUPT_INFO

ArdaFu преди 7 години
родител
ревизия
7706316a89
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5 0
      src/KConfig

+ 5 - 0
src/KConfig

@@ -49,6 +49,11 @@ config RT_DEBUG_THREAD
     help
         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
 
 config RT_USING_HOOK