Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-esp32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-esp32
Commits
744cbc2c
Unverified
Commit
744cbc2c
authored
Dec 13, 2022
by
Jacques Supcik
Committed by
GitHub
Dec 13, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix CMake file (#7500)
Co-authored-by:
Rodrigo Garcia
<
rodrigo.garcia@espressif.com
>
parent
99f66d3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
CMakeLists.txt
CMakeLists.txt
+2
-1
No files found.
CMakeLists.txt
View file @
744cbc2c
...
...
@@ -217,9 +217,10 @@ if(NOT CONFIG_FREERTOS_HZ EQUAL 1000 AND NOT "$ENV{ARDUINO_SKIP_TICK_CHECK}")
endif
()
string
(
TOUPPER
${
CONFIG_ARDUINO_VARIANT
}
idf_target_caps
)
string
(
REPLACE
"-"
"_"
idf_target_for_macro
"
${
idf_target_caps
}
"
)
target_compile_options
(
${
COMPONENT_TARGET
}
PUBLIC
-DARDUINO=10812
-DARDUINO_
${
idf_target_
caps
}
_DEV
-DARDUINO_
${
idf_target_
for_macro
}
_DEV
-DARDUINO_ARCH_ESP32
-DARDUINO_BOARD=
"
${
idf_target_caps
}
_DEV"
-DARDUINO_VARIANT=
"
${
CONFIG_ARDUINO_VARIANT
}
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment