2b273388dd
IDF built app download config may change with some modification. save the download configs for built APP in build stage. then we can use the correct download config in test stage.
11 lines
297 B
Makefile
11 lines
297 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := unit-test-app
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|
|
print_flash_cmd:
|
|
echo $(ESPTOOL_WRITE_FLASH_OPTIONS) $(ESPTOOL_ALL_FLASH_ARGS) | sed -e 's:'$(PWD)/build/'::g'
|