first commit

This commit is contained in:
valeh
2020-12-22 14:30:09 +02:00
commit 26b0ba5954
1832 changed files with 17777948 additions and 0 deletions

11
extended-setup/Makefile Normal file
View File

@@ -0,0 +1,11 @@
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := open-voting-client
EXTRA_COMPONENT_DIRS := $(abspath drv) $(abspath lvgl)
include $(IDF_PATH)/make/project.mk