Import of adapted loboris/ESP32_ePaper_example repository

This commit is contained in:
dejvino
2020-01-29 18:30:50 +01:00
parent 5034fe11c6
commit a286a6a791
110 changed files with 36435 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
MKSPIFFS_COMPONENT_PATH := $(COMPONENT_PATH)
MKSPIFFS_BUILD_DIR=$(abspath $(MKSPIFFS_COMPONENT_PATH)/mkspiffs)
# Custom recursive make for mkspiffs sub-project
MKSPIFFS_MAKE=+$(MAKE) -C $(MKSPIFFS_COMPONENT_PATH)/src
.PHONY: mkspiffs clean
mkspiffs: $(SDKCONFIG_MAKEFILE)
$(MKSPIFFS_MAKE) all
clean: $(SDKCONFIG_MAKEFILE)
$(MKSPIFFS_MAKE) clean