Important
This repository contains submodules. Please refer to the "How to" section for more details.
This repository provides the STM32CubeC0 MCU firmware, including all software components (Drivers, Middleware, Projects, Utilities).
- To clone the repository, run the command below
git clone --recursive https://github.com/STMicroelectronics/STM32CubeC0.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.
- STM32C0
Please refer to the CONTRIBUTING.md guide.