当前位置:网站首页>Esp32 learning - add folder to project
Esp32 learning - add folder to project
2022-04-23 10:41:00 【When can I be as powerful as a big man】
Method 1 Through the command line
Under the folder of the project , Execute on the command line :
idf.py -C components create-component my_component
Method 2 Modify the of the project file CMakeLists
Before the change :
# For more information about build system see
# https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html
# The following five lines of boilerplate have to be in your project's
# CMakeLists in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(TestenvPro)
After modification :
cmake_minimum_required(VERSION 3.5)
set(EXTRA_COMPONENT_DIRS "./components")
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(TestenvPro)
版权声明
本文为[When can I be as powerful as a big man]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230619103406.html
边栏推荐
- Yarn core parameter configuration
- Solution architect's small bag - 5 types of architecture diagrams
- Charles function introduction and use tutorial
- Arbitrary file reading vulnerability exploitation Guide
- Yarn resource scheduler
- 部署jar包
- MapReduce core and foundation demo
- Go language practice mode - functional options pattern
- Diary of dishes | Blue Bridge Cup - hexadecimal to octal (hand torn version) with hexadecimal conversion notes
- 精彩回顾 | DEEPNOVA x Iceberg Meetup Online《基于Iceberg打造实时数据湖》
猜你喜欢

SQL Server 递归查询上下级

2022 mobile crane driver test question bank simulation test platform operation

基于PyQt5实现弹出任务进度条功能示例

【leetcode】199. Right view of binary tree

【省选联考 2022 D2T1】卡牌(状态压缩 DP,FWT卷积)

Download and installation steps of xshell + xftp
![Jerry's more accurate determination of abnormal address [chapter]](/img/ed/a08949bfc63823baf25fd57c324996.png)
Jerry's more accurate determination of abnormal address [chapter]

net start mysql MySQL 服务正在启动 . MySQL 服务无法启动。 服务没有报告任何错误。

Redis design and Implementation

解决方案架构师的小锦囊 - 架构图的 5 种类型
随机推荐
LeetCode 1249. Minimum remove to make valid parents - FB high frequency question 1
JVM——》常用参数
206. Reverse linked list (linked list)
Go language practice mode - functional options pattern
Introduction to data analysis 𞓜 kaggle Titanic mission (III) - > explore data analysis
707、设计链表(链表)
1. Sum of two numbers (hash table)
24. Exchange the nodes in the linked list (linked list)
59. Spiral matrix (array)
Yarn core parameter configuration
Chapter I Oracle database in memory related concepts (Continued) (im-1.2)
Understand the new economic model of platofarm and its ecological progress
部署jar包
Operation of 2022 tea artist (primary) test question simulation test platform
SSH uses private key to connect to server without key
CentOS/Linux安装MySQL
Sim Api User Guide(7)
[provincial election joint examination 2022 d2t1] card (state compression DP, FWT convolution)
Jerry's factors that usually affect CPU performance test results are: [article]
得到知识服务app原型设计比较与实践