mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
339454ff19
It is now possible to configure the options (Kconfig) of bootloader components directly from the menuconfig
9 lines
290 B
Plaintext
9 lines
290 B
Plaintext
menu "Bootloader welcome message"
|
|
|
|
config EXAMPLE_BOOTLOADER_WELCOME_MESSAGE
|
|
string "Bootloader welcome message"
|
|
default "Custom bootloader message defined in the KConfig file."
|
|
help
|
|
Message to print by the custom bootloader when booting up.
|
|
endmenu
|