We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9992e commit 4569609Copy full SHA for 4569609
integrations/docker/images/chip-build-ameba/Dockerfile
@@ -9,7 +9,7 @@ RUN set -x \
9
&& cd ${AMEBA_DIR} \
10
&& git clone --progress -b cmake_build https://github.com/pankore/ambd_sdk_with_chip_non_NDA.git \
11
&& cd ambd_sdk_with_chip_non_NDA \
12
- && git reset --hard b647c19 \
+ && git reset --hard a57f9da \
13
&& git submodule update --depth 1 --init --progress \
14
&& cd project/realtek_amebaD_va0_example/GCC-RELEASE/project_hp/toolchain \
15
&& cat asdk/asdk-10.3.0-linux-newlib-build-3638-x86_64.tar.bz2.part* > asdk/asdk-10.3.0-linux-newlib-build-3638-x86_64.tar.bz2 \
integrations/docker/images/chip-build/version
@@ -1 +1 @@
1
-0.5.59 Version bump reason: Update Telink Docker
+0.5.60 Version bump reason: [Ameba] Fix commissioning and hardfault issue
0 commit comments