summaryrefslogtreecommitdiff
path: root/.idea/cmake.xml
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-06-25 11:31:19 +0700
committerhathach <[email protected]>2024-06-25 11:31:19 +0700
commit4396ecd22cac5485ce006b330ca3ef3446d0022f (patch)
treef7c13bcb8bdc0590ee6cf0856d0d432e0264bb6a /.idea/cmake.xml
parentf9cd5ccdf0a24b66f6d5b7aeb760e757723eb18e (diff)
change COMPILE_DEFINE to CFLAGS_CLI for cmake/make
Diffstat (limited to '.idea/cmake.xml')
-rw-r--r--.idea/cmake.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.idea/cmake.xml b/.idea/cmake.xml
index 3c51031c1..1055e31d3 100644
--- a/.idea/cmake.xml
+++ b/.idea/cmake.xml
@@ -3,7 +3,7 @@
<component name="CMakeSharedSettings">
<configurations>
<configuration PROFILE_NAME="pico" ENABLED="false" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DBOARD=raspberry_pi_pico -DLOG=1" />
- <configuration PROFILE_NAME="pico pio-host" ENABLED="false" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DBOARD=raspberry_pi_pico -DLOG=1 -DCOMPILE_DEFINE=&quot;CFG_TUH_RPI_PIO_USB=1&quot;" BUILD_OPTIONS="-v" />
+ <configuration PROFILE_NAME="pico pio-host" ENABLED="false" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DBOARD=raspberry_pi_pico -DLOG=1 -DCFLAGS_CLI=&quot;-DCFG_TUH_RPI_PIO_USB=1&quot;" BUILD_OPTIONS="-v" />
<configuration PROFILE_NAME="feather_rp2040" ENABLED="false" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DBOARD=pico_sdk -DPICO_BOARD=adafruit_feather_rp2040 -DLOG=2" />
<configuration PROFILE_NAME="feather_rp2040_max3421" ENABLED="false" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DBOARD=feather_rp2040_max3421 -DLOG=2" />
<configuration PROFILE_NAME="metro_rp2040" ENABLED="false" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DBOARD=pico_sdk -DPICO_BOARD=adafruit_metro_rp2040 -DLOG=2 -DMAX3421_HOST=1" />