esp32s2_bare_board/main
impressionyang 3b438fd8af test: 通过对外输出接口进行打印和对接shell OK
feat:  增加对外控制输出
file: 📦 添加对外输出文件
2024-12-18 07:19:45 +00:00
..
APP test: 通过对外输出接口进行打印和对接shell OK 2024-12-18 07:19:45 +00:00
components test: 通过对外输出接口进行打印和对接shell OK 2024-12-18 07:19:45 +00:00
services test: 通过对外输出接口进行打印和对接shell OK 2024-12-18 07:19:45 +00:00
utilities test: 通过对外输出接口进行打印和对接shell OK 2024-12-18 07:19:45 +00:00
CMakeLists.txt test: 通过对外输出接口进行打印和对接shell OK 2024-12-18 07:19:45 +00:00
main_common.c test: 通过对外输出接口进行打印和对接shell OK 2024-12-18 07:19:45 +00:00
main_common.h test: 通过对外输出接口进行打印和对接shell OK 2024-12-18 07:19:45 +00:00
main.c test: 通过对外输出接口进行打印和对接shell OK 2024-12-18 07:19:45 +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. 编译项目