pure assembly STM32 programming examples and boilerplates for masochists
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 Added sources 8 years ago
..
README.txt Added sources 8 years ago
to_asm_f30x.py Added sources 8 years ago
to_asm_f031x.py Added sources 8 years ago
to_asm_f042x.py Added sources 8 years ago
to_asm_f100xx.py Added sources 8 years ago
to_asm_f303x.py Added sources 8 years ago
to_asm_f303xE.py Added sources 8 years ago
to_asm_l100.py Added sources 8 years ago
to_json.py Added sources 8 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.