initial commit

This commit is contained in:
2019-02-19 21:28:34 +01:00
parent 7a891bfeab
commit 8612452e2b
8 changed files with 1430 additions and 2 deletions

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := hello_eclipse
include $(IDF_PATH)/make/project.mk