mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
sim:thermal: Enable command line history
Make it easier to debug. e.g. execute some commands frequently, like: cat /proc/thermal/cpu-thermal Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
This commit is contained in:
parent
51e4bb0f31
commit
5973692a76
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ CONFIG_DEBUG_THERMAL_ERROR=y
|
|||
CONFIG_DEBUG_THERMAL_INFO=y
|
||||
CONFIG_DEBUG_THERMAL_WARN=y
|
||||
CONFIG_PM=y
|
||||
CONFIG_READLINE_CMD_HISTORY=y
|
||||
CONFIG_SCHED_LPWORK=y
|
||||
CONFIG_THERMAL=y
|
||||
CONFIG_THERMAL_DUMMY=y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue