Skip to content

Common image for the ARM development used in Dev Container in VSCode.

License

Notifications You must be signed in to change notification settings

khose-ie/dev-container-arm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dev-container-arm

Common image for the ARM development used in Dev Container in VSCode.

How to use this container

Use this image to add following content to your devcontainer.json file in .devcontainer folder in VSCode project.

    "image": "khose/dev-container-arm:latest",

How to setup with this container

You can add a configuration like following to your c_cpp_properties.json file in .vscode folder in VSCode.

{
    "name": "arm",
    "includePath": [
        "${workspaceFolder}/include"
    ],
    "defines": [
        "EXAMPLE_DEF",
    ],
    "macFrameworkPath": [],
    "compilerPath": "/usr/bin/arm-none-eabi-gcc",
    "cStandard": "c17",
    "cppStandard": "c++17",
    "intelliSenseMode": "linux-gcc-arm",
    "mergeConfigurations": false,
    "browse": {
        "path": [
            "${workspaceFolder}"
        ],
        "limitSymbolsToIncludedHeaders": true
    }
},

About

Common image for the ARM development used in Dev Container in VSCode.

Resources

License

Stars

Watchers

Forks

Packages

No packages published