mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-13 21:48:25 +08:00
修复mico-os SDK库错误
This commit is contained in:
2
.gdbinit
Normal file
2
.gdbinit
Normal file
@@ -0,0 +1,2 @@
|
||||
set remotetimeout 20
|
||||
shell start /B D:\ProgramData\MiCoder_v1.3_Win32-64/MiCoder/OpenOCD/Win32/openocd_mico.exe -s ./ -f ./mico-os/makefiles/OpenOCD/interface/jlink_swd.cfg -f ./mico-os/makefiles/OpenOCD/mw3xx/mw3xx.cfg -f ./mico-os/makefiles/OpenOCD/mw3xx/mw3xx_gdb_jtag.cfg -l ./build/openocd_log.txt
|
||||
3
.openocd_cfg
Normal file
3
.openocd_cfg
Normal file
@@ -0,0 +1,3 @@
|
||||
source [find D:\ProgramData\MiCoder_v1.3_Win32-64/MiCoder/OpenOCD/jlink_swd.cfg]
|
||||
source [find D:\ProgramData\MiCoder_v1.3_Win32-64/MiCoder/OpenOCD/mw3xx.cfg]
|
||||
source [find D:\ProgramData\MiCoder_v1.3_Win32-64/MiCoder/OpenOCD/mw3xx_gdb_jtag.cfg]
|
||||
4
mico-os/.gitignore
vendored
Normal file
4
mico-os/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
MiCoder/compiler
|
||||
Projects
|
||||
MiCoder
|
||||
tools_root
|
||||
Reference in New Issue
Block a user