start build env script

This commit is contained in:
Wolfgang Hottgenroth 2020-10-21 01:00:26 +02:00
parent b5fb5e631c
commit e7b964c86a
No known key found for this signature in database
GPG Key ID: 656C88C7C1734267

View File

@ -8,9 +8,9 @@ On Ubuntu/Debian install
Alternatively use a prepared Docker image
docker run -it --rm -u ${UID} -v ${PWD}:/mnt wollud1969/build-env-arm-none-eabi:1.0.0 bash
docker run -it --rm -u ${UID} -v ${PWD}:/mnt wollud1969/build-env-arm-none-eabi:1.1.0 bash
Start the container from the project root.
Start the container from the project root. Or use the script ``startBuildEnv.sh`` from the tools directory.
Get the STM32CubeMX tool from the ST homepage. You may use this [link](https://www.st.com/en/development-tools/stm32cubemx.html).