From 0c86c38f5133646ed0a7f162293485b4e5ddcfd8 Mon Sep 17 00:00:00 2001 From: Matt Knight Date: Fri, 9 May 2025 22:29:48 -0700 Subject: [PATCH 1/5] search for cmd files --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 24f1fa4b..f1ee6894 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,6 +47,7 @@ RUN apt-get install -y libtinfo5:i386 RUN apt-get install -y libpython2.7 RUN apt-get install -y build-essential RUN apt-get install -y wget +RUN apt-get install -y tree # Clear APT cache to reduce image size RUN apt-get clean && rm -rf /var/lib/apt/lists/* @@ -68,6 +69,8 @@ ARG COMPONENTS # Install CCS in unattended mode RUN /ccs_install/CCS${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}.${BUILD_VER}_linux-x64/ccs_setup_${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}.${BUILD_VER}.run --mode unattended --enable-components ${COMPONENTS} --prefix /opt/ti --install-BlackHawk false --install-Segger false +RUN tree /opt/ti/css/css_base + # Clean up installation directory RUN rm -r /ccs_install From 76b7440d6a9238e0e9271f2459cf6d6ad7a4df7e Mon Sep 17 00:00:00 2001 From: Matt Knight Date: Fri, 9 May 2025 22:55:15 -0700 Subject: [PATCH 2/5] find --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f1ee6894..85c63b44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -69,7 +69,7 @@ ARG COMPONENTS # Install CCS in unattended mode RUN /ccs_install/CCS${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}.${BUILD_VER}_linux-x64/ccs_setup_${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}.${BUILD_VER}.run --mode unattended --enable-components ${COMPONENTS} --prefix /opt/ti --install-BlackHawk false --install-Segger false -RUN tree /opt/ti/css/css_base +RUN find -type f /opt/ti/css # Clean up installation directory RUN rm -r /ccs_install From ac06b69fea51b3f88169faf45fa580ff4e2b8b14 Mon Sep 17 00:00:00 2001 From: Matt Knight Date: Fri, 9 May 2025 23:10:54 -0700 Subject: [PATCH 3/5] grab msp430 cmd files --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 780c6005..245665c9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,6 +60,10 @@ jobs: run: | rm -rf targetdb docker cp ${{ steps.container.outputs.id }}:/opt/ti/ccs/ccs_base/common/targetdb . + docker cp ${{ steps.container.outputs.id }}:/opt/ti/ccs/ccs_base/msp430 tmp + mkdir -p msp430/include + cp tmp/include/lnk_*.cmd msp430/include + rm -rf tmp - name: Remove temporary container run: docker rm ${{ steps.container.outputs.id }} From 9c97c097222dba53c807ec249e95fa77b4275b78 Mon Sep 17 00:00:00 2001 From: Matt Knight Date: Fri, 9 May 2025 23:23:43 -0700 Subject: [PATCH 4/5] fix --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 85c63b44..3672b79e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -69,8 +69,6 @@ ARG COMPONENTS # Install CCS in unattended mode RUN /ccs_install/CCS${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}.${BUILD_VER}_linux-x64/ccs_setup_${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}.${BUILD_VER}.run --mode unattended --enable-components ${COMPONENTS} --prefix /opt/ti --install-BlackHawk false --install-Segger false -RUN find -type f /opt/ti/css - # Clean up installation directory RUN rm -r /ccs_install From 9a2aab07ff7e920b9db9fdd2c6cc3a022cf0e9dd Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 10 May 2025 06:32:15 +0000 Subject: [PATCH 5/5] commit targetdb, version 12.8.1.00005 --- targetdb/timestamp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targetdb/timestamp b/targetdb/timestamp index ba693771..62f16042 100644 --- a/targetdb/timestamp +++ b/targetdb/timestamp @@ -1 +1 @@ -20250508033847 +20250510062515