gnu: stlink: Update to 1.7.0.

* gnu/packages/embedded.scm (stlink): Update to 1.7.0.
[home-page]: Update it.
This commit is contained in:
Mathieu Othacehe 2022-01-04 12:07:43 +01:00
parent 8bfb1258d3
commit 431546b024
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -1372,7 +1372,7 @@ (define-public stcgal
(define-public stlink
(package
(name "stlink")
(version "1.5.1")
(version "1.7.0")
(source
(origin
(method git-fetch)
@ -1382,7 +1382,7 @@ (define-public stlink
(file-name (git-file-name name version))
(sha256
(base32
"1d5gxiqpsm8fc105cxlp27af9fk339fap5h6nay21x5a7n61jgyc"))))
"03xypffpbp4imrczbxmq69vgkr7mbp0ps9dk815br5wwlz6vgygl"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ;no tests
@ -1402,7 +1402,7 @@ (define-public stlink
Two different transport layers are used: ST-LINK/V1 uses SCSI passthru
commands over USB, and ST-LINK/V2 and ST-LINK/V2-1 (seen on Nucleo boards) use
raw USB commands.")
(home-page "https://github.com/texane/stlink")
(home-page "https://github.com/stlink-org/stlink")
;; The flashloaders/stm32l0x.s and flashloaders/stm32lx.s source files are
;; licensed under the GPLv2+.
(license (list license:bsd-3 license:gpl2+))))