Important
This repository has been created using the git submodule command. Please refer to the "How to use" section for more details.
This repository provides the STM32CubeU3 MCU firmware, including all software components (Drivers, Middleware, Projects, Utilities).
Note
In this repository, the middleware libraries listed below along with this list of projects (demos, applications, and examples) using them, are not available as they (the middleware libraries) are subject to some restrictive license terms requiring the user's approval via a "click thru" procedure.
./Middlewares/ST/STM32_Audio
If needed, they can be found inside the full firmware package available on our website st.com and downloadable from here. You will be prompted to login or to register in case you have no account.
- To clone the repository, run the command below
git clone --recursive https://github.com/STMicroelectronics/STM32CubeU3.git
- To pull the latest updates, run the commands below from the root of the repository
git pull; git submodule update --init --recursive
Caution
If the "Download ZIP" option is used instead of the git clone command, then the different submodules have to be collected and added manually.
Note
The latest version of this firmware available on GitHub may be ahead of the one available on st.com or via STM32CubeMX. This is due to the rolling release. Please refer to this post for more details.
- STM32U3
Please refer to the CONTRIBUTING.md guide.