new cube clt and mx version

new docker registry
This commit is contained in:
2025-05-26 23:05:40 +02:00
parent 77dc72ce64
commit afe409f9d2
9 changed files with 83 additions and 99 deletions

View File

@@ -1,22 +0,0 @@
#!/usr/bin/env bash
# Set the script to fail if any command fails.
set -e
# Cleanup temporary directory and associated files when exiting the script.
cleanup() {
EXIT_CODE=$?
set +e
if [[ -n "${TMP_DIR}" ]]; then
echo "Executing cleanup of tmp files"
rm -Rf "${TMP_DIR}"
fi
exit $EXIT_CODE
}
echo "Installing CubeMX..."
# Extract zip file
unzip -q /tmp/CubeMX/en.stm32cubemx-lin-v6-13-0.zip -d /tmp/CubeMX

View File

@@ -1 +0,0 @@
xpra start :100 --start=/home/vscode/STM32CubeMX/STM32CubeMX --no-daemon --bind-tcp=0.0.0.0:14500 --html=on

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<AutomatedInstallation langpack="eng">
<com.st.microxplorer.install.MXHTMLHelloPanel id="readme"/>
<com.st.microxplorer.install.MXLicensePanel id="licence.panel"/>
<com.st.microxplorer.install.MXAnalyticsPanel id="analytics.panel"/>
<com.st.microxplorer.install.MXTargetPanel id="target.panel">
<installpath>/usr/local/STMicroelectronics/STM32Cube/STM32CubeMX</installpath>
</com.st.microxplorer.install.MXTargetPanel>
<com.st.microxplorer.install.MXShortcutPanel id="shortcut.panel"/>
<com.st.microxplorer.install.MXInstallPanel id="install.panel"/>
<com.st.microxplorer.install.MXFinishPanel id="finish.panel"/>
</AutomatedInstallation>