Search Criteria
Package Details: cmsis-svd-git python.0.5.r21.gd2b2a41-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/cmsis-svd-git.git (read-only, click to copy) |
|---|---|
| Package Base: | cmsis-svd-git |
| Description: | Aggegration of ARM Cortex-M CMSIS SVDs and related tools |
| Upstream URL: | https://github.com/posborne/cmsis-svd |
| Licenses: | custom |
| Submitter: | kivkiv |
| Maintainer: | Rgallaispou |
| Last Packager: | Rgallaispou |
| Votes: | 2 |
| Popularity: | 0.77 |
| First Submitted: | 2016-10-29 20:15 (UTC) |
| Last Updated: | 2026-03-02 16:26 (UTC) |
Latest Comments
Rgallaispou commented on 2026-03-02 16:32 (UTC)
@zkrx
This package was orphan. I took it under my wing and fixed the build. Do not hesitate to try and test it and give my feedbacks.
Regards,
zkrx commented on 2024-01-23 13:52 (UTC) (edited on 2024-01-23 13:56 (UTC) by zkrx)
Hello, upstream recently removed the data folder from the
cmsis-svdgit repository and moved it into its owncmsis-svd-datarepository. I'm not sure, but it doesn't seem that they're using git submodules for that.This package is now broken. The
data/folder needs to be manually retrieved from thecmsis-svd-datarepository. Probably something like (taken from upstreamcmsis-svd/.github/workflows/test.ymlfile):git clone --depth=1 -b main https://github.com/cmsis-svd/cmsis-svd-data.gitPlease see this (merged) upstream pull request: https://github.com/cmsis-svd/cmsis-svd/pull/182
Concretely, I've been using the following handy gist that allows using svd declarations from gdb: https://gist.github.com/devanlai/644910b712361e7317ec2305884aea8d
which now breaks with:
swiftgeek commented on 2022-12-23 06:11 (UTC)
Can you add
pkgver()like one in ArchWiki's VCS_package_guidelines page since this package tracksmasterbranch?