mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-10-20 13:45:08 +08:00
feat(startup): add fast boot and fast restart function
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Component Makefile
|
||||
#
|
||||
ifdef IS_BOOTLOADER_BUILD
|
||||
COMPONENT_OBJS := source/ets_printf.o source/crc.o
|
||||
COMPONENT_OBJS := source/ets_printf.o source/crc.o source/esp_fast_boot.o
|
||||
COMPONENT_SRCDIRS := source
|
||||
else
|
||||
COMPONENT_ADD_INCLUDEDIRS += include
|
||||
|
Reference in New Issue
Block a user