Skip to content

dflubacher/stm32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STM32 development container

This is a development container for STM32 development boards with the following properties:

CubeMX configuration

  • STM32CubeMX/IDE could be installed in the devcontainer passing the display to the host (worked with an Ubuntu image, not Debian).
  • However the GUI-tools are only used to generate the initial project setup (especially linker scripts), therefore it is installed on the host. The Arm toolchain is installed in the devcontainer.

Doxygen

Troubleshooting

  • LIBUSB_ERROR_NO_DEVICE when trying OpenOCD with ST-Link. Remember to have correct udev rules active, see devops/scripts folder.

Devcontainer

The devcontainer is based on the C++ container from Microsoft.

License for devcontainer

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License. See LICENSE.

Releases

No releases published

Packages

No packages published

Languages