mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
feat(esp8266): Only support 2MB+ spi flash in menuconfig
Default config is 2MB(1024KB + 1024KB)
This commit is contained in:
@ -11,13 +11,6 @@ LIBS += airkiss crypto espnow gcc hal core net80211 \
|
||||
phy pp pwm smartconfig ssc wpa wps
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_ESPTOOLPY_APP_NUM),"app1")
|
||||
BIN_APP_NUM := app1
|
||||
endif
|
||||
ifeq ($(CONFIG_ESPTOOLPY_APP_NUM),"app2")
|
||||
BIN_APP_NUM := app2
|
||||
endif
|
||||
|
||||
#Linker scripts used to link the final application.
|
||||
#Warning: These linker scripts are only used when the normal app is compiled; the bootloader
|
||||
#specifies its own scripts.
|
||||
|
Reference in New Issue
Block a user