Add very simple "hello world" & "blink" examples

This commit is contained in:
Angus Gratton
2016-09-27 10:30:07 +10:00
parent de76546227
commit 6850751ee8
25 changed files with 142 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#
# Main Makefile. This is basically the same as a component makefile.
#
# This Makefile should, at the very least, just include $(SDK_PATH)/make/component_common.mk. By default,
# this will take the sources in the src/ directory, compile them and link them into
# lib(subdirectory_name).a in the build directory. This behaviour is entirely configurable,
# please read the ESP-IDF documents if you need to do this.
#
include $(IDF_PATH)/make/component_common.mk