feat(bootloader): modify to output something

using CONFIG_TARGET_PLATFORM_ESP32 to disable original bootloader_support code for ESP32
This commit is contained in:
Wu Jian Gang
2018-06-18 00:42:38 +08:00
committed by Dong Heng
parent 5ca0b194ef
commit 1bc665a4ff
21 changed files with 406 additions and 363 deletions

View File

@ -2,6 +2,8 @@
# Component Makefile
#
ifndef IS_BOOTLOADER_BUILD
COMPONENT_SRCDIRS := src
endif
CFLAGS += -DPARTITION_QUEUE_HEADER=\"sys/queue.h\"