Some checks failed
ESP-IDF Build / build (esp32s3, latest) (push) Failing after 22s
ESP-IDF Build / build (esp32s3, release-v5.4) (push) Failing after 18s
ESP-IDF Build / build (esp32s3, release-v5.5) (push) Failing after 21s
Signed-off-by: Peter Siegmund <developer@mars3142.org>
21 lines
416 B
JSON
21 lines
416 B
JSON
{
|
|
"name": "ESP-IDF QEMU",
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"settings": {
|
|
"terminal.integrated.defaultProfile.linux": "bash",
|
|
"idf.espIdfPath": "/opt/esp/idf",
|
|
"idf.toolsPath": "/opt/esp",
|
|
"idf.gitPath": "/usr/bin/git"
|
|
},
|
|
"extensions": [
|
|
"espressif.esp-idf-extension",
|
|
"espressif.esp-idf-web"
|
|
]
|
|
}
|
|
},
|
|
"runArgs": ["--privileged"]
|
|
} |