Questions and Answers
- Will this work with the Rasbpery Pico RP2040 series SVD's ?
No, they use a slightly different XML design.
- Will this work with any SVD other than STM32 ?
Yes but try the SVD and see if you get errors, if you don't, that doesn't mean it's working, the SVD contents could be all FUBAR, so check the database
- What do I need to do to hack the code so this works with my MCU type?
Edit 'styles/db.xsl' to suit your SVD design. 'database.data' is useful for this, but it's auto removed after every Make. Comment-out the removal in the Makefile (#-rm) so you can study the content for correctness as you make changes to db.xsl.