remove .vscode .devcontainer
This commit is contained in:
parent
6418e2062a
commit
0d692c2203
@ -1,13 +0,0 @@
|
|||||||
ARG DOCKER_TAG=latest
|
|
||||||
FROM espressif/idf:${DOCKER_TAG}
|
|
||||||
|
|
||||||
ENV LC_ALL=C.UTF-8
|
|
||||||
ENV LANG=C.UTF-8
|
|
||||||
|
|
||||||
RUN apt-get update -y && apt-get install udev -y
|
|
||||||
|
|
||||||
RUN echo "source /opt/esp/idf/export.sh > /dev/null 2>&1" >> ~/.bashrc
|
|
||||||
|
|
||||||
ENTRYPOINT [ "/opt/esp/entrypoint.sh" ]
|
|
||||||
|
|
||||||
CMD ["/bin/bash", "-c"]
|
|
||||||
@ -1,19 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "ESP-IDF QEMU",
|
|
||||||
"build": {
|
|
||||||
"dockerfile": "Dockerfile"
|
|
||||||
},
|
|
||||||
"customizations": {
|
|
||||||
"vscode": {
|
|
||||||
"settings": {
|
|
||||||
"terminal.integrated.defaultProfile.linux": "bash",
|
|
||||||
"idf.gitPath": "/usr/bin/git"
|
|
||||||
},
|
|
||||||
"extensions": [
|
|
||||||
"espressif.esp-idf-extension",
|
|
||||||
"espressif.esp-idf-web"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runArgs": ["--privileged"]
|
|
||||||
}
|
|
||||||
4
.gitignore
vendored
4
.gitignore
vendored
@ -77,3 +77,7 @@ Desktop.ini
|
|||||||
*.workspace # General workspace files, can be from various tools
|
*.workspace # General workspace files, can be from various tools
|
||||||
*.suo # Visual Studio Solution User Options
|
*.suo # Visual Studio Solution User Options
|
||||||
*.sln.docstates # Visual Studio
|
*.sln.docstates # Visual Studio
|
||||||
|
|
||||||
|
# These can be generated by esp-idf
|
||||||
|
.vscode/
|
||||||
|
.devcontainer/
|
||||||
|
|||||||
19
.vscode/c_cpp_properties.json
vendored
19
.vscode/c_cpp_properties.json
vendored
@ -1,19 +0,0 @@
|
|||||||
{
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"name": "ESP-IDF",
|
|
||||||
"compilerPath": "/home/mitchell/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/xtensa-esp32s3-elf-gcc",
|
|
||||||
"compileCommands": "${config:idf.buildPath}/compile_commands.json",
|
|
||||||
"includePath": [
|
|
||||||
"${workspaceFolder}/**"
|
|
||||||
],
|
|
||||||
"browse": {
|
|
||||||
"path": [
|
|
||||||
"${workspaceFolder}"
|
|
||||||
],
|
|
||||||
"limitSymbolsToIncludedHeaders": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"version": 4
|
|
||||||
}
|
|
||||||
10
.vscode/launch.json
vendored
10
.vscode/launch.json
vendored
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"version": "0.2.0",
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"type": "gdbtarget",
|
|
||||||
"request": "attach",
|
|
||||||
"name": "Eclipse CDT GDB Adapter"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
18
.vscode/settings.json
vendored
18
.vscode/settings.json
vendored
@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
"C_Cpp.intelliSenseEngine": "default",
|
|
||||||
"idf.openOcdConfigs": [
|
|
||||||
"board/esp32s3-builtin.cfg"
|
|
||||||
],
|
|
||||||
"idf.port": "/dev/ttyACM0",
|
|
||||||
"idf.currentSetup": "/home/mitchell/.espressif/v6.0/esp-idf",
|
|
||||||
"idf.customExtraVars": {
|
|
||||||
"IDF_TARGET": "esp32s3"
|
|
||||||
},
|
|
||||||
"clangd.path": "/home/mitchell/.espressif/tools/esp-clang/esp-19.1.2_20250312/esp-clang/bin/clangd",
|
|
||||||
"clangd.arguments": [
|
|
||||||
"--background-index",
|
|
||||||
"--query-driver=**",
|
|
||||||
"--compile-commands-dir=/home/mitchell/cpp/blk_box_control/build"
|
|
||||||
],
|
|
||||||
"idf.flashType": "JTAG"
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user