diff --git a/.gdbinit b/.gdbinit new file mode 100644 index 0000000..ee572df --- /dev/null +++ b/.gdbinit @@ -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 diff --git a/.openocd_cfg b/.openocd_cfg new file mode 100644 index 0000000..0749f47 --- /dev/null +++ b/.openocd_cfg @@ -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] diff --git a/mico-os/.gitignore b/mico-os/.gitignore new file mode 100644 index 0000000..876d66d --- /dev/null +++ b/mico-os/.gitignore @@ -0,0 +1,4 @@ +MiCoder/compiler +Projects +MiCoder +tools_root