esp32s2_bare_board/main
2024-11-26 11:12:51 +00:00
..
APP fix: 🐛 APP运行正常配合USB CDC和letter shell 2024-11-25 12:27:26 +00:00
utilities fix: 🐛 修复打印logo异常 2024-11-26 11:12:51 +00:00
CMakeLists.txt fix: 🐛 letter shell的USB CDC打印问题 2024-11-25 09:49:08 +00:00
main_common.h fix: 🐛 letter shell的USB CDC打印问题 2024-11-25 09:49:08 +00:00
main.c update: 📝 更新main.c添加重启和显示编译时间命令,更新串口打印 2024-11-26 02:25:41 +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. 编译项目