Skip to content

Commit

Permalink
update to SysConfig 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
srickardti committed Aug 19, 2022
1 parent 67d6821 commit 199bc7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions integrations/docker/images/chip-build-ti/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ RUN set -x \

# Install Sysconfig
RUN set -x \
&& wget https://software-dl.ti.com/ccs/esd/sysconfig/sysconfig-1.11.0_2225-setup.run \
&& chmod +x sysconfig-1.11.0_2225-setup.run \
&& ./sysconfig-1.11.0_2225-setup.run --mode unattended \
&& wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-nsUM6f7Vvb/1.13.0.2553/sysconfig-1.13.0_2553-setup.run \
&& chmod +x sysconfig-1.13.0_2553-setup.run \
&& ./sysconfig-1.13.0_2553-setup.run --mode unattended \
&& : # last line

ENV TI_SYSCONFIG_ROOT=/opt/ti/sysconfig_1.11.0
ENV TI_SYSCONFIG_ROOT=/opt/ti/sysconfig_1.13.0
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.93 Version bump reason: [ESP32] Update ESP-IDF to release v4.4.2
0.5.94 Version bump reason: [TI] Update SysConfig to 1.13.0

0 comments on commit 199bc7a

Please sign in to comment.