5 Star 25 Fork 22

徐宏/AiThinkerProjectForESP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 456 Bytes
一键复制 编辑 原始数据 按行查看 历史
set(srcs "src/partition"
"src/spi_flash_raw.c"
"src/spi_flash.c")
if(BOOTLOADER_BUILD)
set(srcs "${srcs}" "port/port.c")
set(priv_requires "bootloader_support")
else()
set(priv_requires "esp8266" "freertos" "bootloader_support")
endif()
idf_component_register(SRCS "${srcs}"
PRIV_REQUIRES "${priv_requires}"
INCLUDE_DIRS "include"
LDFRAGMENTS "linker.lf")
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xuhongv/AiThinkerProjectForESP.git
git@gitee.com:xuhongv/AiThinkerProjectForESP.git
xuhongv
AiThinkerProjectForESP
AiThinkerProjectForESP
master

搜索帮助