bootloader: Add bootloader Kconfig

Allow debug level & colour highlighting to be configured
This commit is contained in:
Angus Gratton
2016-09-13 13:46:51 +10:00
parent 4598f9fc88
commit 3061ae40c0
5 changed files with 88 additions and 24 deletions
+6 -1
View File
@@ -4,7 +4,12 @@
#
PROJECT_NAME := bootloader
COMPONENTS := esptool_py
COMPONENTS := esptool_py bootloader
# The bootloader pseudo-component is also included in this build, for its Kconfig.projbuild to be included.
#
# IS_BOOTLOADER_BUILD tells the component Makefile.projbuild to be a no-op
IS_BOOTLOADER_BUILD := 1
#We cannot include the esp32 component directly but we need its includes. This is fixed by
#adding it in the main/Makefile directory.