https://github.com/olback/stm32-docker
https://github.com/olback/stm32-docker
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/olback/stm32-docker
- Owner: olback
- Created: 2022-05-07T21:24:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-07T22:34:16.000Z (almost 4 years ago)
- Last Synced: 2025-02-08T12:31:23.691Z (about 1 year ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STM32 Cube IDE Docker image
### Build your project
1. `cd `
2. `docker run --rm -v $(pwd):/home/stm/Project olback/stm32cubeide
`
### Build image
1. [Download the latest DEB bundle from STM](https://www.st.com/en/development-tools/stm32cubeide.html#get-software).
2. Move the downloaded `*_amd64.deb_bundle.sh.zip` to this directory.
3. Build the image. `docker build -t stm32cubeide .`