代码拉取完成,页面将自动刷新
同步操作将从 何亚红/ESP8266ModRTOSDemo 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := esp8266
include $(IDF_PATH)/make/project.mk
SPIFFS_BIN := $(BUILD_DIR_BASE)/spiffs_image.bin
SPIFFS_DIR := spiffs_image
all_binaries: $(SPIFFS_BIN)
.PHONY:$(SPIFFS_BIN)
$(SPIFFS_BIN) : mkspiffs
@PATH=tools/mkspiffs mkspiffs -s ${SPIFFS_SIZE} -c ${SPIFFS_DIR} ${SPIFFS_BIN}
#默认采用gcc作为编译器
.PHONY:mkspiffs
mkspiffs: mkspiffs_config
@make -C tools/mkspiffs CC=gcc CXX=g++ CFLAGS= CPPFLAGS= LDFLAGS= clean all
.PHONY:mkspiffs_config
mkspiffs_config: $(BUILD_DIR_BASE)/include/sdkconfig.h $(PARTITION_TABLE_BIN)
@cp -rf $(BUILD_DIR_BASE)/include/sdkconfig.h tools/mkspiffs/include/sdkconfig.h
@cp -rf tools/mkspiffs.makefile tools/mkspiffs/Makefile
@cp -rf ESP8266_RTOS_SDK/components/spiffs/spiffs/* tools/mkspiffs/spiffs/
$(eval SPIFFS_OFFSET := $(shell $(GET_PART_INFO) --partition-table-file $(PARTITION_TABLE_BIN) --partition-table-offset $(PARTITION_TABLE_OFFSET) get_partition_info --partition-type data --partition-subtype spiffs --info offset))
$(eval SPIFFS_SIZE := $(shell $(GET_PART_INFO) --partition-table-file $(PARTITION_TABLE_BIN) --partition-table-offset $(PARTITION_TABLE_OFFSET) get_partition_info --partition-type data --partition-subtype spiffs --info size))
$(eval ESPTOOL_ALL_FLASH_ARGS += ${SPIFFS_OFFSET} ${SPIFFS_BIN} )
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。