Skip to content

Commit

Permalink
Get defines from arduino-cli compile --verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Jun 11, 2024
1 parent 4338a8d commit 75ce0b5
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,16 @@
"cStandard": "c11",
"cppStandard": "c++17",
"defines": [
"ARDUINO=10812",
"F_CPU=240000000L",
"ARDUINO=10607",
"ARDUINO_D1_MINI32",
"ARDUINO_ARCH_ESP32",
"ARDUINO_BOARD=D1_MINI32",
"ARDUINO_VARIANT=d1_mini32",
"ARDUINO_PARTITION_default",
"ESP32",
"F_CPU=240000000L"
"CORE_DEBUG_LEVEL=0",
"ARDUINO_USB_CDC_ON_BOOT="
]
},
{
Expand Down Expand Up @@ -89,10 +95,16 @@
"cStandard": "c11",
"cppStandard": "c++17",
"defines": [
"ARDUINO=10812",
"F_CPU=240000000L",
"ARDUINO=10607",
"ARDUINO_D1_MINI32",
"ARDUINO_ARCH_ESP32",
"ARDUINO_BOARD=D1_MINI32",
"ARDUINO_VARIANT=d1_mini32",
"ARDUINO_PARTITION_default",
"ESP32",
"F_CPU=240000000L"
"CORE_DEBUG_LEVEL=0",
"ARDUINO_USB_CDC_ON_BOOT="
]
},
{
Expand Down Expand Up @@ -134,10 +146,16 @@
"cStandard": "c11",
"cppStandard": "c++17",
"defines": [
"ARDUINO=10812",
"F_CPU=240000000L",
"ARDUINO=10607",
"ARDUINO_D1_MINI32",
"ARDUINO_ARCH_ESP32",
"ARDUINO_BOARD=D1_MINI32",
"ARDUINO_VARIANT=d1_mini32",
"ARDUINO_PARTITION_default",
"ESP32",
"F_CPU=240000000L"
"CORE_DEBUG_LEVEL=0",
"ARDUINO_USB_CDC_ON_BOOT="
]
}
],
Expand Down

0 comments on commit 75ce0b5

Please sign in to comment.