Package Details: stm32cubemx 6.11.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: 47
Popularity: 0.007907
First Submitted: 2016-06-04 10:14 (UTC)
Last Updated: 2024-03-21 13:51 (UTC)

Dependencies (4)

Required by (0)

Sources (3)

Latest Comments

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

yjun commented on 2020-12-08 07:26 (UTC)

shorter Upstream URL:

https://www.st.com/en/development-tools/stm32cubemx.html

:.)

laserk3000 commented on 2020-01-29 11:40 (UTC)

@squash Thanks! I just updated the PKGBUILD to 5.5.0.

squash commented on 2020-01-29 10:48 (UTC) (edited on 2020-01-29 10:55 (UTC) by squash)

Just a heads up, 5.5 is available but ST has changed the URL, now it should be sw-center.st.com/packs/resource/library/stm32cube_mx_v${pkgver//./}.zip

DarioP commented on 2019-06-11 15:22 (UTC) (edited on 2019-06-11 15:23 (UTC) by DarioP)

Hi, concerning the version upgrade I've just bumped pkgver=5.2.1 and updpkgsums. It builds and runs just fine. Thank you for the PKGBUILD!

laserk3000 commented on 2019-03-01 18:14 (UTC)

Can you tell us which version of imagemagick gives this error? Removing the sub-image specification results in 17 (enumerated) pngs in my case. Picking one of these gave the error that GabdSung had. It seems to me that some version of imagemagick doesn't recognize the sub-images in the ico files.

k3a commented on 2019-03-01 18:02 (UTC)

Got the same problem during package().

Removing sub-image [] specification in the "convert" call fixed it. Make it just convert ico to png.

GabdSung commented on 2019-02-14 05:44 (UTC)

I had the same problem. Commenting out the lines in the PKGBUILD file

convert "$ {srcdir} /help/STM32CubeMX.ico" "$ {srcdir} / $ {pkgname} .png"
install -Dm 644 "$ {srcdir} / $ {pkgname} -6.png" "$ {pkgdir} / usr / share / pixmaps / $ {pkgname} .png"

, it was possible to install the program (without icon :)). Perhaps it is necessary to deliver the package with a file in png format.

laserk3000 commented on 2018-12-13 10:14 (UTC)

Seems like a corrupted image error coming from imagemagick. Can you try to build with makepkg instead of pamac? Is there enough disk space? I get no error with makepkg and yaourt.

vinci commented on 2018-12-13 09:54 (UTC)

Updating to the latest version fails with:

convert: insufficient image data in file /tmp/pamac-build/stm32cubemx/src/help/STM32CubeMX.ico' @ error/icon.c/ReadICONImage/375. convert: no images defined/tmp/pamac-build/stm32cubemx/src/stm32cubemx.png' @ error/convert.c/ConvertImageCommand/3288. ==> ERROR: A failure occurred in package(). Aborting...

Any ideas?

xorly commented on 2018-12-12 11:20 (UTC)

5.0.0 is out