new file: .devcontainer/devcontainer.json

new file:   CubeClt/Dockerfile
	new file:   CubeClt/Resources/CubeCLT/install.sh
	new file:   CubeClt/Resources/Scripts/reinstall-cmake.sh
	new file:   CubeClt/build_and_publish.sh
	new file:   CubeMx/Dockerfile
	new file:   CubeMx/Resources/CubeMX/install-cubemx.sh
	new file:   CubeMx/build_and_publish.sh
	modified:   README.md
This commit is contained in:
2025-03-12 23:45:57 +01:00
parent a33d02941c
commit e2627bcd52
9 changed files with 219 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/debian
{
"name": "Debian",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"dockerFile": "../CubeMx/Dockerfile",
"privileged": true,
"forwardPorts": [14500, 14500]
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Configure tool-specific properties.
// "customizations": {},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}