fix build with latest esp idf

This commit is contained in:
hathach
2022-02-18 13:07:21 +07:00
parent fcca8bb4ca
commit 52645fcc1b
7 changed files with 15 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ build: all
fullclean:
if test -f sdkconfig; then $(RM) -f sdkconfig ; fi
if test -d $(BUILD); then $(RM) -rf $(BUILD) ; fi
idf.py -B$(BUILD) -DFAMILY=$(FAMILY) -DBOARD=$(BOARD) $(CMAKE_DEFSYM) $@
clean flash bootloader-flash app-flash erase monitor dfu-flash dfu size size-components size-files:
idf.py -B$(BUILD) -DFAMILY=$(FAMILY) -DBOARD=$(BOARD) $(CMAKE_DEFSYM) $@