Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 837f904

Browse files
authoredAug 29, 2024··
feat(hw_cdc): create idf_component.yml
Adds necessary ESP32 Registry information in order to make ESP32 Arduino to be automatically included in the project as an IDF component.
1 parent 748d009 commit 837f904

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## IDF Component Manager Manifest File
2+
dependencies:
3+
espressif/arduino-esp32:
4+
version: "*"
5+
override_path: "../../../"
6+
pre_release: true

0 commit comments

Comments
 (0)
Please sign in to comment.