summaryrefslogtreecommitdiff
path: root/.idea
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-10-17 22:48:54 +0700
committerhathach <[email protected]>2023-10-17 22:48:54 +0700
commit22aefd6aba9cbba0faca803fb9f331ae6b0fae56 (patch)
treeeb98a0cf89dc3bffdb4ad31f1224735db7940648 /.idea
parent80ee30724479e6c756b7e10900f105e81217e1c0 (diff)
add cmake support for u575 nucleo
Diffstat (limited to '.idea')
-rw-r--r--.idea/cmake.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.idea/cmake.xml b/.idea/cmake.xml
index 9721af5ea..88e0e27ad 100644
--- a/.idea/cmake.xml
+++ b/.idea/cmake.xml
@@ -56,7 +56,6 @@
<configuration PROFILE_NAME="portenta_c33" ENABLED="false" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DBOARD=portenta_c33 -DLOG=3" />
<configuration PROFILE_NAME="metro_m4_express" ENABLED="false" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DBOARD=metro_m4_express -DLOG=3 -DLOGGER=RTT -DMAX3421_HOST=1" />
<configuration PROFILE_NAME="metro_m0_express" ENABLED="false" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DBOARD=metro_m0_express -DLOG=3 -DLOGGER=RTT -DMAX3421_HOST=1" />
- <configuration PROFILE_NAME="stm32u5" ENABLED="false" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DBOARD=stm32u575eval" />
<configuration PROFILE_NAME="metro esp32s2" ENABLED="false" TOOLCHAIN_NAME="ESP-IDF" GENERATION_OPTIONS="-DBOARD=adafruit_metro_esp32s2 -DMAX3421_HOST=1 -DLOG=2">
<ADDITIONAL_GENERATION_ENVIRONMENT>
<envs>
@@ -64,6 +63,8 @@
</envs>
</ADDITIONAL_GENERATION_ENVIRONMENT>
</configuration>
+ <configuration PROFILE_NAME="stm32u575eval" ENABLED="false" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DBOARD=stm32u575eval" />
+ <configuration PROFILE_NAME="stm32u575nucleo" ENABLED="false" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DBOARD=stm32u575nucleo -DLOG=3" />
</configurations>
</component>
</project> \ No newline at end of file