Merge pull request #2300 from hathach/add-u5a5

Add support for stm32u5a5 (highspeed with built-in femtoPHY)
This commit is contained in:
Ha Thach
2023-10-31 13:27:54 +07:00
committed by GitHub
20 changed files with 2207 additions and 1409 deletions

1
.idea/cmake.xml generated
View File

@@ -65,6 +65,7 @@
</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" />
<configuration PROFILE_NAME="stm32u5a5nucleo" ENABLED="true" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DBOARD=stm32u5a5nucleo -DLOG=3 -DLOGGER=RTT" />
</configurations>
</component>
</project>