Add devcontainer
including picoprobe openocd
This commit is contained in:
parent
ec8acc051c
commit
152a88ee58
7 changed files with 178 additions and 0 deletions
27
openshell-components.code-workspace
Normal file
27
openshell-components.code-workspace
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
},
|
||||
{
|
||||
"path": "../rp2040"
|
||||
},
|
||||
{
|
||||
"path": "../esphome"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"c-cpp-flylint.flexelint.enable": false,
|
||||
"c-cpp-flylint.lizard.enable": false,
|
||||
"c-cpp-flylint.flawfinder.enable": false,
|
||||
"files.associations": {
|
||||
"*.tmpl": "jinja",
|
||||
"*.txt": "plaintext",
|
||||
"memory": "cpp",
|
||||
"istream": "cpp",
|
||||
"ostream": "cpp"
|
||||
},
|
||||
"cortex-debug.openocdPath": "/opt/openocd-rp2040/bin/openocd",
|
||||
//"cortex-debug.gdbPath": "/workspaces/rp2040/system/arm-none-eabi/bin/arm-none-eabi-gdb",
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue