Triss f05fe9d9d5 | ||
---|---|---|
dvf | ||
svd | ||
.gitignore | ||
README.md | ||
dvf2svd.py |
README.md
mmiogrok
Collection of Python libraries to parse, generate and convert between several MMIO register definition files.
Parse and generate
- ARM CMSIS-SVD (ARM etc.)
- Device tree (source/binary, peripheral only, no registers) [planned]
Parse only
- NEC/Renesas DVF (78K, RL78, V830/RH830, RX)
- Lauterbach TRACE32 PER (misc) [work in progress]
- Atmel/Microchip ATDF/ATpack (AVR etc.) [planned]
- Texas Instruments DSLite (MSP430 etc.) [planned]
Convert
- DVF → SVD
- PER → SVD [work in progress]
- ATDF → SVD [planned]
- DSLite → SVD [planned]
- SVD → DTS/DTB (peripherals only) [planned]
- DTS/DTB → SVD (peripherals only) [planned]