Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 839 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 839 Bytes

STM_HAL

=========== Current Build Status: status

Setup:

  • Install Docker: Docker
  • Go to project folder: cd STM_HAL/utilities
  • Start build environment: ./enterBuildEnvironment.sh

Build:

Inside the pmd docker container, you can run

./configure
make <Target>

Targets:

Target Description
test build and execute unit tests
firmware build release firmware
debug_firmware build debug firmware
uncrustify run source code beautifier
docu build doxygen documentation

Debugging:

  • Start st-util on your host machine
  • Run ./connectGDB.sh in your docker container
  • Happy debugging