Skip to content
Snippets Groups Projects
Commit f66e6122 authored by dzulfikar_ahmad's avatar dzulfikar_ahmad
Browse files

add esp32 support

parent 4839f39c
1 merge request!2add esp32 support
......@@ -21,7 +21,22 @@
{
"label": "Build app evk",
"type": "shell",
"command": "./scripts/docker_run.sh west build -b stm32f4_disco debug-app/app --build-dir .build-debug-app-evk",
"command": "./scripts/docker_run.sh west build -b esp32_devkitc_wroom debug-app/app --build-dir .build-debug-app-evk",
"problemMatcher": [
"$gcc"
],
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"clear": true
}
},
{
"label": "Flash EVK",
"type": "shell",
"command": "sudo chmod a+rw /dev/ttyUSB0 && ./scripts/docker_run.sh west flash --build-dir .build-debug-app-evk",
"problemMatcher": [
"$gcc"
],
......@@ -33,21 +48,6 @@
"clear": true
}
},
// {
// "label": "Flash app only",
// "type": "shell",
// "command": "./scripts/docker_run.sh west flash --build-dir .build-mtp-lpmcu-lpc55s28-app-only",
// "problemMatcher": [
// "$gcc"
// ],
// "group": {
// "kind": "build",
// "isDefault": true
// },
// "presentation": {
// "clear": true
// }
// },
// {
// "label": "Run Posix",
// "type": "shell",
......
......@@ -6,10 +6,11 @@ manifest:
projects:
- name: zephyr
remote: zephyrproject-rtos
revision: c0e6629
revision: v3.6.0
import:
name-allowlist:
- cmsis
- mbedtls
- hal_stm32
- hal_espressif
- tinycrypt
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment