Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nikolairuhe/rp2040mmio


https://github.com/nikolairuhe/rp2040mmio

Last synced: 2 months ago
JSON representation

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