huangcm
2025-07-03 a76b2fadf6ad4adf86e241e3753a63efe03ef80c
longan/brandy/arisc/ar100s/system/debugger/Kconfig
....@@ -5,21 +5,21 @@
55
66 config DEBUGGER_PRINTF
77 bool "debugger printf support"
8
- default y
8
+ default n
99
1010 if DEBUGGER_PRINTF
1111
1212 config DEBUG_ERR
1313 bool "err debug support"
14
- default y
14
+ default n
1515
1616 config DEBUG_LOG
1717 bool "log debug support"
18
- default y
18
+ default n
1919
2020 config DEBUG_WRN
2121 bool "warn debug support"
22
- default y
22
+ default n
2323
2424 config DEBUG_INF
2525 bool "inf debug support"