ZigEmbeddedGroup / regz

Generate zig code from ATDF or SVD files for microcontrollers.
MIT License
82 stars 29 forks source link

Research and implement schema format for MSP430 #12

Open mattnite opened 2 years ago

mattnite commented 2 years ago

Texas instruments uses something called DSLite for their register schema. It's internal and will require some reverse engineering. Good places to start looking are Code Composer Studio and Energia.

Rustaceans have also looked into this and have created a crate for converting from DSLite to SVD :heart:: https://github.com/pftbest/msp430_svd