Merge pull request #96732 from r-ryantm/auto-update/stm32cubemx
stm32cubemx: 5.6.1 -> 6.0.1
This commit is contained in:
commit
888703c026
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, requireFile, makeDesktopItem, libicns, imagemagick, jre, fetchzip }:
|
{ stdenv, requireFile, makeDesktopItem, libicns, imagemagick, jre, fetchzip }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "5.6.1";
|
version = "6.0.1";
|
||||||
desktopItem = makeDesktopItem {
|
desktopItem = makeDesktopItem {
|
||||||
name = "stm32CubeMX";
|
name = "stm32CubeMX";
|
||||||
exec = "stm32cubemx";
|
exec = "stm32cubemx";
|
||||||
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://sw-center.st.com/packs/resource/library/stm32cube_mx_v${builtins.replaceStrings ["."] [""] version}.zip";
|
url = "https://sw-center.st.com/packs/resource/library/stm32cube_mx_v${builtins.replaceStrings ["."] [""] version}.zip";
|
||||||
sha256 = "1y4a340wcjl88kjw1f1x85ffp4b5g1psryn9mgkd717w2bfpf29l";
|
sha256 = "15vxca1pgpgxgiz4wisrw0lylffdwnn4n46z9n0q37f8hmzlrk8f";
|
||||||
stripRoot= false;
|
stripRoot= false;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
|
|||||||
microcontrollers and microprocessors, as well as the generation of the
|
microcontrollers and microprocessors, as well as the generation of the
|
||||||
corresponding initialization C code for the Arm® Cortex®-M core or a
|
corresponding initialization C code for the Arm® Cortex®-M core or a
|
||||||
partial Linux® Device Tree for Arm® Cortex®-A core), through a
|
partial Linux® Device Tree for Arm® Cortex®-A core), through a
|
||||||
step-by-step process.
|
step-by-step process.
|
||||||
'';
|
'';
|
||||||
homepage = "https://www.st.com/en/development-tools/stm32cubemx.html";
|
homepage = "https://www.st.com/en/development-tools/stm32cubemx.html";
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user