esp32s2_bare_board/main
impressionyang eea3c0265a file: 📦 添加service、component和其他相关文件
update: 📝 更新主函数调用
feat:  增加消息队列功能
2024-12-04 06:59:16 +00:00
..
APP file: 📦 添加service、component和其他相关文件 2024-12-04 06:59:16 +00:00
components file: 📦 添加service、component和其他相关文件 2024-12-04 06:59:16 +00:00
services file: 📦 添加service、component和其他相关文件 2024-12-04 06:59:16 +00:00
utilities fix: 🐛 修复打印logo异常 2024-11-26 12:22:07 +00:00
CMakeLists.txt file: 📦 添加service、component和其他相关文件 2024-12-04 06:59:16 +00:00
main_common.c file: 📦 添加service、component和其他相关文件 2024-12-04 06:59:16 +00:00
main_common.h file: 📦 添加service、component和其他相关文件 2024-12-04 06:59:16 +00:00
main.c file: 📦 添加service、component和其他相关文件 2024-12-04 06:59:16 +00:00
README.md file: 📦 首次加入文件 2024-11-25 05:41:57 +00:00

使用方法

  1. 拷贝IDF的compoments文件夹到当前目录的components下
./
├── CMakeLists.txt
├── components
│   └── components
├── main
│   ├── CMakeLists.txt
│   ├── main.c
│   └── README.md
├── pytest_hello_world.py
├── README.md
├── sdkconfig
├── sdkconfig.ci
└── sdkconfig.old
  1. 编译项目