Skip to content

Commit

Permalink
[BL602]1.add bflb-iot-tool to chip-build-vscode;2.support build bl602…
Browse files Browse the repository at this point in the history
…-light in vscode; (#21572)
  • Loading branch information
stoneM2017 authored and pull[bot] committed Nov 11, 2022
1 parent f10e350 commit bcdea99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@
"android-arm64-chip-tvserver",
"android-x64-chip-tool",
"android-x86-chip-tool",
"bl602-light",
"efr32-brd4161a-light",
"efr32-brd4163a-light",
"efr32-brd4164a-light",
Expand Down
5 changes: 5 additions & 0 deletions integrations/docker/images/chip-build-vscode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ RUN set -x \
&& rm -rf /var/lib/apt/lists/* \
&& : # last line

# Required for the Bouffalolab platform
RUN set -x \
&& pip3 install bflb-iot-tool \
&& : # last line

ENV AMEBA_PATH=/opt/ameba/ambd_sdk_with_chip_non_NDA
ENV ANDROID_HOME=/opt/android/sdk
ENV ANDROID_NDK_HOME=/opt/android/android-ndk-r21b
Expand Down

0 comments on commit bcdea99

Please sign in to comment.