mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-10-20 13:45:08 +08:00
feat(bootloader): Add startup function
This commit is contained in:
@@ -4,11 +4,11 @@ BOOTLOADER_FIRMWARE_DIR := $(abspath $(COMPONENT_PATH))/firmware
|
||||
|
||||
ESPTOOLPY_FLASHSIZE ?= $(CONFIG_ESPTOOLPY_FLASHSIZE)
|
||||
|
||||
ifeq ($(ESPTOOLPY_FLASHSIZE), "2MB-c1")
|
||||
ifeq ($(ESPTOOLPY_FLASHSIZE), "2MB")
|
||||
ESP_INIT_DATA_DEFAULT_BIN_OFFSET := 0x1FC000
|
||||
endif
|
||||
|
||||
ifeq ($(ESPTOOLPY_FLASHSIZE), "4MB-c1")
|
||||
ifeq ($(ESPTOOLPY_FLASHSIZE), "4MB")
|
||||
ESP_INIT_DATA_DEFAULT_BIN_OFFSET := 0x3FC000
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user