Skip to content

Commit 06395a7

Browse files
Merge pull request #67 from ESP32Async/bugfix/idf_component
Fix IDF component configuration
2 parents c2e787a + 06a059b commit 06395a7

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

CMakeLists.txt

-8
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,4 @@ set(COMPONENT_ADD_INCLUDEDIRS
66
"src"
77
)
88

9-
set(COMPONENT_REQUIRES
10-
"arduino-esp32"
11-
"AsyncTCP"
12-
)
13-
149
register_component()
15-
16-
target_compile_definitions(${COMPONENT_TARGET} PUBLIC -DESP32)
17-
target_compile_options(${COMPONENT_TARGET} PRIVATE -fno-rtti)

idf_component.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ files:
77
exclude:
88
- "idf_component_examples/"
99
- "idf_component_examples/**/*"
10+
- "docs/"
11+
- "docs/*"
1012
- "examples/"
1113
- "examples/**/*"
1214
- ".gitignore"

0 commit comments

Comments
 (0)