Bootstrap and definition library for programming STM32L100RC in ARM assembler. This was a class project to learn ARM assembly
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.
 
 
stm32l100-asm-bootstrap/.gitignore

24 lines
146 B

# Temporary files
*.bak
*.lnp
*.iex
*.hex
*.elf
*.axf
*.htm
*.lnp
*.lst
*.plg
*.tra
*.o
*.map
*.d
*.dep
*.disasm
*.bin
# Backup files
*.bak
*~