11 lines
159 B
Markdown
11 lines
159 B
Markdown
|
|
## stm32g0 cubeHAL projects
|
||
|
|
|
||
|
|
After cloning,
|
||
|
|
|
||
|
|
```
|
||
|
|
cd <into this dir>
|
||
|
|
cd vendor
|
||
|
|
git clone --recursive https://github.com/STMicroelectronics/STM32CubeG0.git
|
||
|
|
```
|
||
|
|
|