Compare commits

...

2 Commits

Author SHA1 Message Date
93164a9303 Upgrade dev enviroment ecosystem
Some checks are pending
continuous-integration/drone/push Build is pending
2023-02-19 18:08:41 +00:00
ce8fe68c5d Update ignore files 2023-02-19 18:04:17 +00:00
3 changed files with 17 additions and 4 deletions

15
.devcontainer.json Normal file
View File

@ -0,0 +1,15 @@
{
"build": {
"dockerfile": "Dockerfile"
},
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.cmake-tools",
"ms-vscode.cpptools",
"mshr-h.veriloghdl",
"twxs.cmake"
]
}
}
}

View File

@ -1,2 +1 @@
build
fw/build
build

3
.gitignore vendored
View File

@ -1,2 +1 @@
build
fw/build
build