forked from piyl8cs5f/Iot_Cs_best
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
904 B
36 lines
904 B
1 year ago
|
config BLACKBOX
|
||
|
bool "Enable BlackBox"
|
||
|
default n
|
||
|
depends on KERNEL_EXTKERNEL
|
||
|
help
|
||
|
Answer Y to enable LiteOS support blackbox
|
||
|
|
||
|
config BLACKBOX_LOG_PART_MOUNT_POINT
|
||
|
string "unknown"
|
||
|
default "/storage"
|
||
|
depends on BLACKBOX
|
||
|
help
|
||
|
Define the default log part representative of blackbox
|
||
|
|
||
|
config BLACKBOX_LOG_ROOT_PATH
|
||
|
string "unknown"
|
||
|
default "/storage/data/log"
|
||
|
depends on BLACKBOX
|
||
|
help
|
||
|
Define the default log path of blackbox
|
||
|
|
||
|
config BLACKBOX_RESERVE_MEM_ADDR
|
||
|
int "The address of the reserve mem for blackbox in hex"
|
||
|
default 0
|
||
|
depends on BLACKBOX
|
||
|
help
|
||
|
Define the address of the reserve mem for blackbox in hex.
|
||
|
|
||
|
config BLACKBOX_LOG_SIZE
|
||
|
int "The size of log saved by blackbox in hex"
|
||
|
range 1024 1048576
|
||
|
default 65536
|
||
|
depends on BLACKBOX
|
||
|
help
|
||
|
Define the size of log saved by blackbox in decimal.
|