423A35C7
b383b5b17d
只需要Core、Drivers、*.uvprojx、startup_*.s、.mxproject、*.ioc,打开*.ioc就能修改和重新生成代码,打开*.uvprojx就能编译和运行。但是调试器配置需要自己再修改一下,修改成CMSIS-DAP,并且把Reset and Run打勾(也就是不用手动按下重置按钮)。
15 lines
232 B
Plaintext
15 lines
232 B
Plaintext
# It is not possible to re-include a file if a parent directory of that file is excluded.
|
|
|
|
*/*
|
|
!Core/
|
|
!Core/Src/
|
|
!Core/Inc/
|
|
!Drivers/
|
|
!MDK-ARM/
|
|
*/MDK-ARM/*
|
|
!*/MDK-ARM/*.uvprojx
|
|
!*/MDK-ARM/startup_*.s
|
|
!*.ioc
|
|
!.mxproject
|
|
# !*.uvprojx
|