diff options
| author | hathach <[email protected]> | 2023-09-19 17:59:38 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-09-19 17:59:38 +0700 |
| commit | 71a2e8a36d7c98169359e6320e39bfdf3b84793f (patch) | |
| tree | cf39fa9eb679c6a280bdba425250852b79cfe372 /.idea | |
| parent | 46f7cf4da2959b96d3af6b7f23d0d02ff7187f2f (diff) | |
addding cmake support for u5
Diffstat (limited to '.idea')
| -rw-r--r-- | .idea/cmake.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.idea/cmake.xml b/.idea/cmake.xml index 89ec1066c..112449335 100644 --- a/.idea/cmake.xml +++ b/.idea/cmake.xml @@ -55,6 +55,7 @@ <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="true" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DBOARD=stm32u575eval" /> </configurations> </component> </project>
\ No newline at end of file |
