You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MiniDexed/.devcontainer/devcontainer.json

10 lines
265 B

{
"build": {
"dockerfile": "Dockerfile"
},
"containerEnv": {
"PATH": "/opt/gcc/gcc-arm-10.3-2021.07-x86_64-aarch64-none-elf/bin:/opt/gcc/gcc-arm-10.3-2021.07-x86_64-arm-none-eabi/bin:${PATH}"
},
"postCreateCommand": "export RPI=3 && ./build.sh"
}