Example for C

This commit is contained in:
Manuel Bleichenbacher
2021-07-27 23:01:04 +02:00
parent 6df4b40122
commit 62e829b0d3
6 changed files with 134 additions and 0 deletions

View File

@ -0,0 +1,5 @@
PROJECT_NAME := hello_world
EXTRA_COMPONENT_DIRS := $(abspath ../..)
include $(IDF_PATH)/make/project.mk