You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ondřej Hruška
fe17c2029f
|
9 years ago | |
---|---|---|
.. | ||
README.txt | 9 years ago | |
to_asm_f30x.py | 9 years ago | |
to_asm_f031x.py | 9 years ago | |
to_asm_f042x.py | 9 years ago | |
to_asm_f100xx.py | 9 years ago | |
to_asm_f303x.py | 9 years ago | |
to_asm_f303xE.py | 9 years ago | |
to_asm_l100.py | 9 years ago | |
to_json.py | 9 years ago |
README.txt
Scripts for converting .svd to assembler definitions (EQU).
Before use, you have to install the `cmsis-svd` python module.
https://github.com/posborne/cmsis-svd
---
At the top of the script is some configuration that has to be
adjusted for your particular SVD.
The produced file may also need some manual tweaking.