Package Details: stm32cubemx 6.13.0-1

Git Clone URL: https://aur.archlinux.org/stm32cubemx.git (read-only, click to copy)
Package Base: stm32cubemx
Description: graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code
Upstream URL: https://www.st.com/en/development-tools/stm32cubemx.html
Keywords: arm cortex cortex-m stm32
Licenses: custom
Submitter: laserk3000
Maintainer: laserk3000
Last Packager: laserk3000
Votes: 56
Popularity: 1.01
First Submitted: 2016-06-04 10:14 (UTC)
Last Updated: 2024-11-27 08:27 (UTC)

Dependencies (4)

Required by (1)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

Sven commented on 2023-07-25 21:54 (UTC) (edited on 2023-07-25 21:54 (UTC) by Sven)

Since the upgrade 6.9.0-1 I just see the following error:

$ /opt/stm32cubemx/STM32CubeMX 
Check exe path on linux
FullExe path1 is: /opt/stm32cubemx/STM32CubeMX
Exe path is: /opt/stm32cubemx
Search java from relative path ----
Checking java in /opt/stm32cubemx/./jre/bin/java
Checking java in /opt/stm32cubemx/../jre/bin/java
Checking java in /opt/stm32cubemx/../../jre/bin/java
Checking java in /opt/stm32cubemx/../../../jre/bin/java
Please install Java JRE 17.0.6 or a more recent version

maat commented on 2023-07-25 07:47 (UTC)

stm32cubemx no longer requires Java 11. It runs fine with the latest Java 20. It would be nice if that dependency were updated.

laserk3000 commented on 2023-03-04 07:16 (UTC)

@tuankiet65 I know. It slipped through. Next version bump with reset it.

tuankiet65 commented on 2023-03-04 01:10 (UTC)

I think you should reset the pkgrel for each new release.

laserk3000 commented on 2023-02-23 12:11 (UTC)

Sorry for the delay. I didn't get any notification. Problem has been fixed. Thanks for your patience.

josephblue commented on 2023-02-06 11:46 (UTC)

please update to 6.7

laserk3000 commented on 2022-07-22 17:05 (UTC)

@kistlin It should be fixed now.

kistlin commented on 2022-07-22 09:37 (UTC)

@laserk3000 i think there is an obsolete checksum in the checksum list ad1897ea5234b712d726b5d3423f05f1c0c5a64e28354afe07dce7451563ae4492366cc252ca379b44793797be20011a66458431fd5453c18a7543ccb8df5397

==> ERROR: Integrity checks (sha512) differ in size from the source array.

laserk3000 commented on 2022-07-22 08:17 (UTC)

@lsigma Thanks! I updated the package to reflect your suggestions. I think this is good solution to the jre version problem.

lsigma commented on 2022-07-21 21:35 (UTC)

After spending >15min figuring out why the application was broken, I found the following way to run cubemx without needing to change the selected java version globally: I replaced the command inside the launcher script with

exec archlinux-java-run --min 11 --max 11 -- -jar /opt/stm32cubemx/STM32CubeMX "$@"

This adds a dependency to archlinux-java-run, though.