1.新增esp-idf设备端sdk

This commit is contained in:
zhuangpeng.li
2024-08-05 15:46:10 +08:00
parent 642cf21648
commit 7983f72429
425 changed files with 113377 additions and 0 deletions

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 := esp_fastbee_aliyun
EXTRA_COMPONENT_DIRS := $(realpath ./esp-aliyun)
SDKCONFIG_DEFAULTS := sdkconfig_$(chip).defaults
include $(IDF_PATH)/make/project.mk