2020-03-03 09:18:12 +08:00
|
|
|
# Enable config log
|
|
|
|
CONFIG_LOG=y
|
|
|
|
|
2021-01-12 08:43:53 +08:00
|
|
|
# Logging thread frequency higher than SUSPEND_TO_IDLE
|
2020-03-03 09:18:12 +08:00
|
|
|
CONFIG_LOG_PROCESS_THREAD_SLEEP_MS=2100
|
|
|
|
|
|
|
|
CONFIG_THREAD_NAME=y
|
2021-10-12 21:52:30 +08:00
|
|
|
# Enable test clock out in MEC1501 this will give indication in MCHP_060
|
2021-02-13 07:30:16 +08:00
|
|
|
|
|
|
|
# Enable additional drivers to evaluate power consumption without activity
|
|
|
|
CONFIG_PECI=y
|
|
|
|
CONFIG_KSCAN=y
|
2022-08-17 14:29:08 +08:00
|
|
|
|
|
|
|
CONFIG_IDLE_STACK_SIZE=512
|