first commit

This commit is contained in:
Ajit Ananthadevan 2025-08-23 02:26:08 +10:00
commit fba966056a
11 changed files with 1045 additions and 0 deletions

10
README.md Normal file
View file

@ -0,0 +1,10 @@
## stm32g0 cubeHAL projects
After cloning,
```
cd <into this dir>
cd vendor
git clone --recursive https://github.com/STMicroelectronics/STM32CubeG0.git
```