Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikolairuhe/rp2040mmio
https://github.com/nikolairuhe/rp2040mmio
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nikolairuhe/rp2040mmio
- Owner: NikolaiRuhe
- Created: 2024-01-18T09:43:55.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-20T15:19:44.000Z (12 months ago)
- Last Synced: 2024-01-20T16:29:14.731Z (12 months ago)
- Language: Swift
- Size: 429 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### RP2040MMIO
Raspberry Pi RP2040 Peripheral Access Package based on Swift MMIO.
This currently is a playground for me to test Swift access to memory mapped
registers on the RP2040. It contains an MMIO based interface to all of RP2040's
registers. The interface files in Sources/RP2040MMIO are generated from the
RP2040's SVD file.Here's the code generation tool: https://github.com/NikolaiRuhe/SVDSwiftMMIO