mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-02 19:26:35 +03:00
13 lines
494 B
Plaintext
13 lines
494 B
Plaintext
menu "Event Task Matrix (ETM) Configurations"
|
|
depends on SOC_ETM_SUPPORTED
|
|
config ETM_ENABLE_DEBUG_LOG
|
|
bool "Force enable debug log"
|
|
default n
|
|
help
|
|
If enabled, ETM driver will:
|
|
1. ignore the global logging settings
|
|
2. compile all log messages into the binary
|
|
3. set the runtime log level to VERBOSE
|
|
Please enable this option by caution, as it will increase the binary size.
|
|
endmenu # ETM Configuration
|