Skip to content

Commit

Permalink
Update esp32 env in vscode image (#34039)
Browse files Browse the repository at this point in the history
* Update esp32 env in vscode image

* Update version file
  • Loading branch information
jlatusek authored and pull[bot] committed Sep 11, 2024
1 parent 6705505 commit 6128100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integrations/docker/images/base/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
60 : Add missing xz for esp32, upfate location of qemu-system-xtensa
61 : Update env variable in vscode image
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ ENV NXP_K32W1_SDK_ROOT=/opt/k32w/k32w1
ENV NXP_SDK_ROOT=/opt/nxp-sdk/rw61x
ENV OPENOCD_PATH=/opt/openocd/
ENV PW_ENVIRONMENT_ROOT=/home/vscode/pigweed/env
ENV QEMU_ESP32=/opt/espressif/qemu/xtensa-softmmu/qemu-system-xtensa
ENV QEMU_ESP32=/opt/espressif/qemu/qemu-system-xtensa
ENV QEMU_ESP32_DIR=/opt/espressif/qemu
ENV SYSROOT_AARCH64=/opt/ubuntu-22.04.1-aarch64-sysroot
ENV TELINK_ZEPHYR_BASE=/opt/telink/zephyrproject/zephyr
Expand Down

0 comments on commit 6128100

Please sign in to comment.