Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 517 Bytes

developer.md

File metadata and controls

31 lines (20 loc) · 517 Bytes

Developer Guide

1. Set your CubeIDE install path

export CUBE_IDE_PATH=/home/<username>/STM32Cube

2. Configure the project

After each source tree changes, you need to update your compilation database.

sh ci/config.sh 1-gpio

3. Open project with CubeIDE and VSCode

code lab/1-gpio/project

4. Develop a feature

Do coding in the VSCode editor and switch to CubeIDE to build the project.

5. Do not forget to format sources

sh ci/format.sh 1-gpio fix