dashboard
repositories
filestore
activity
search
login
main
/
stm32v5
STM32 V5 source code
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Add doc and src folders
guowenxue
2018-02-04
785deec23b4cb1e7c4c4d81eb808f195adb1d98a
[stm32v5.git]
/
src
/
IAR_project
/
stm32_ov7670
/
iar_clean.bat
1
2
3
4
5
6
7
8
9
del Debug\Exe\* /f /q
del Debug\List\* /f /q
del Debug\Obj\* /f /q
del *.dep /f /q
rd settings /s /q
rd Debug /s /q