Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikolairuhe/swift-svd
https://github.com/nikolairuhe/swift-svd
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nikolairuhe/swift-svd
- Owner: NikolaiRuhe
- Created: 2023-12-31T00:05:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-18T09:29:49.000Z (about 1 year ago)
- Last Synced: 2024-11-16T07:40:57.668Z (2 months ago)
- Language: Swift
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swift SVD
This is a quick and dirty Swift implementation of a subset of the SVD file
standard.See https://www.keil.com/pack/doc/CMSIS/SVD/html/index.html
It's only use for now is to read the RP2040 SVD file and generate
[MMIO](https://github.com/apple/swift-mmio) source code from it.