59 lines
499 B
Plaintext
59 lines
499 B
Plaintext
# Keil uVision project files
|
|
*.uvproj
|
|
*.uvprojx
|
|
*.uvopt
|
|
*.uvoptx
|
|
*.mdklaunch
|
|
|
|
# Build output
|
|
*.axf
|
|
*.crf
|
|
*.o
|
|
*.d
|
|
*.hex
|
|
*.bin
|
|
*.lst
|
|
*.map
|
|
*.htm
|
|
*.h51
|
|
*.lnp
|
|
*.sct
|
|
|
|
# Debug files
|
|
*.dbg*
|
|
*.ini
|
|
|
|
# User files
|
|
*.plg
|
|
*.bak
|
|
*.log
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
|
|
# System files
|
|
Thumbs.db
|
|
.DS_Store
|
|
|
|
# Large files
|
|
sdram_map.xlsx
|
|
|
|
# Middleware libraries
|
|
Middlewares/
|
|
Utilities/
|
|
|
|
# USB files
|
|
USB_DEVICE/
|
|
USB_HOST/
|
|
|
|
# MDK-ARM directory
|
|
MDK-ARM/
|
|
|
|
# STM32CubeMX files
|
|
*.ioc
|
|
|
|
# Build directories
|
|
build/
|
|
debug/
|
|
release/ |