10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e7f54c + 73084ac commit 37a3059Copy full SHA for 37a3059
.devcontainer/cortex-m/devcontainer.json
@@ -3,7 +3,7 @@
3
{
4
"name": "CircuitPython Cortex-M Build-Environment (base: Default Linux Universal)",
5
"image": "mcr.microsoft.com/devcontainers/universal:2-linux",
6
- "postCreateCommand": ".devcontainer/cortex-mq/on-create.sh",
+ "postCreateCommand": ".devcontainer/cortex-m/on-create.sh",
7
"remoteEnv": { "PATH": "/workspaces/gcc-arm-none-eabi/bin:${containerEnv:PATH}" }
8
9
// Features to add to the dev container. More info: https://containers.dev/features.
0 commit comments