├── FileList.txt ├── LICENSE ├── README.md ├── Single-Chip Solution for Hi-Speed USB20 (480Mbps) JTAG Debugger.PDF ├── bin ├── MCU │ └── USB_JTAG_SPI_CH32V30x.hex └── WIN APP │ ├── USB20Jtag.exe │ ├── USB20SPI.exe │ └── openocd │ ├── OpenULINK │ └── ulink_firmware.hex │ ├── README.md │ ├── bin │ ├── led.bit │ ├── libftdi1.dll │ ├── libusb-1.0.dll │ ├── openocd.exe │ └── usb20jtag.cfg │ ├── contrib │ ├── 60-openocd.rules │ └── libdcc │ │ ├── README │ │ ├── dcc_stdio.c │ │ ├── dcc_stdio.h │ │ └── example.c │ ├── distro-info │ ├── CHANGELOG.md │ ├── licenses │ │ ├── hidapi-hidapi-0.10.1 │ │ │ ├── AUTHORS.txt │ │ │ ├── LICENSE-bsd.txt │ │ │ ├── LICENSE-gpl3.txt │ │ │ ├── LICENSE-orig.txt │ │ │ ├── LICENSE.txt │ │ │ └── README.md │ │ ├── libftdi1-1.5 │ │ │ ├── AUTHORS │ │ │ ├── COPYING-CMAKE-SCRIPTS │ │ │ ├── COPYING.GPL │ │ │ ├── COPYING.LIB │ │ │ ├── LICENSE │ │ │ ├── README │ │ │ ├── README.build │ │ │ └── README.mingw │ │ ├── libiconv-1.16 │ │ │ ├── AUTHORS │ │ │ ├── COPYING │ │ │ ├── COPYING.LIB │ │ │ ├── DEPENDENCIES │ │ │ ├── NEWS │ │ │ ├── README │ │ │ └── THANKS │ │ ├── libusb-1.0.24 │ │ │ ├── AUTHORS │ │ │ ├── COPYING │ │ │ ├── NEWS │ │ │ └── README │ │ ├── libusb-win32-src-1.2.6.0 │ │ │ ├── AUTHORS.txt │ │ │ ├── COPYING_GPL.txt │ │ │ ├── COPYING_LGPL.txt │ │ │ ├── README.in │ │ │ ├── README.txt │ │ │ └── libusb-win32-bin-README.txt.in │ │ └── openocd-0.11.0-4 │ │ │ ├── AUTHORS │ │ │ ├── AUTHORS.ChangeLog │ │ │ ├── COPYING │ │ │ ├── NEWS │ │ │ ├── NEWS-0.10.0 │ │ │ ├── NEWS-0.11.0 │ │ │ ├── NEWS-0.2.0 │ │ │ ├── NEWS-0.3.0 │ │ │ ├── NEWS-0.4.0 │ │ │ ├── NEWS-0.5.0 │ │ │ ├── NEWS-0.6.0 │ │ │ ├── NEWS-0.7.0 │ │ │ ├── NEWS-0.8.0 │ │ │ ├── NEWS-0.9.0 │ │ │ ├── README │ │ │ ├── README.Windows │ │ │ ├── README.macOS │ │ │ ├── README.md │ │ │ ├── license-rules.txt │ │ │ ├── preferred │ │ │ ├── BSD-1-Clause │ │ │ ├── BSD-2-Clause │ │ │ ├── BSD-3-Clause │ │ │ ├── GFDL-1.2 │ │ │ ├── GPL-2.0 │ │ │ ├── MIT │ │ │ └── gfdl-1.2.texi.readme │ │ │ └── stand-alone │ │ │ └── GPL-3.0 │ ├── patches │ │ ├── README.md │ │ ├── hidapi-0.10.1.patch │ │ ├── libftdi1-1.2.patch │ │ ├── libftdi1-1.4.patch │ │ ├── libftdi1-1.5.patch │ │ └── libusb-win32-1.2.6.0-mingw-w64.patch │ └── scripts │ │ ├── README-0.10.0-13.md │ │ ├── README-0.10.0-14.md │ │ ├── README-OUT.md │ │ ├── VERSION │ │ ├── common-apps-functions-source.sh │ │ ├── common-functions-source.sh │ │ ├── common-libs-functions-source.sh │ │ ├── common-versions-source.sh │ │ ├── defs-source.sh │ │ ├── helper │ │ ├── LICENSE │ │ ├── README.md │ │ ├── build-native.sh │ │ ├── build.sh │ │ ├── common-apps-functions-source.sh │ │ ├── common-functions-source.sh │ │ ├── common-libs-functions-source.sh │ │ ├── config.guess │ │ ├── config.sub │ │ ├── container-build.sh │ │ ├── container-functions-source.sh │ │ ├── generate-jekyll-post.sh │ │ ├── host-functions-source.sh │ │ ├── pkgconfig │ │ │ └── libusb-win32-1.2.6.0.pc │ │ ├── templates │ │ │ ├── body-github-pre-releases-test.md │ │ │ ├── build-liquid.yml │ │ │ ├── build-xbbla-liquid.yml │ │ │ ├── build-xbbli-liquid.yml │ │ │ ├── build-xbbma-liquid.yml │ │ │ ├── build-xbbmi-liquid.yml │ │ │ ├── copyright-liquid.yml │ │ │ ├── publish-release-liquid.yml │ │ │ ├── test-docker-linux-arm-liquid.yml │ │ │ ├── test-docker-linux-intel-liquid.yml │ │ │ ├── test-prime-liquid.yml │ │ │ └── test-xpm-liquid.yml │ │ ├── test-functions-source.sh │ │ ├── tests │ │ │ ├── README.md │ │ │ ├── c-cpp │ │ │ │ ├── README.md │ │ │ │ ├── add.c │ │ │ │ ├── adder.c │ │ │ │ ├── autoimport-lib.c │ │ │ │ ├── autoimport-lib.h │ │ │ │ ├── autoimport-main.c │ │ │ │ ├── crt-test.c │ │ │ │ ├── exception-locale.cpp │ │ │ │ ├── exception-reduced.cpp │ │ │ │ ├── global-terminate.cpp │ │ │ │ ├── hello-cpp.cpp │ │ │ │ ├── hello-exception.cpp │ │ │ │ ├── hello-f-weak-cpp.cpp │ │ │ │ ├── hello-f-weak.c │ │ │ │ ├── hello-omp.c │ │ │ │ ├── hello-tls.c │ │ │ │ ├── hello-weak-cpp.cpp │ │ │ │ ├── hello-weak.c │ │ │ │ ├── hello.c │ │ │ │ ├── idltest.c │ │ │ │ ├── idltest.idl │ │ │ │ ├── longjmp-cleanup.cpp │ │ │ │ ├── setjmp-patched.c │ │ │ │ ├── simple-exception.cpp │ │ │ │ ├── simple-hello.c │ │ │ │ ├── simple-hello.cpp │ │ │ │ ├── simple-int-exception.cpp │ │ │ │ ├── simple-objc.m │ │ │ │ ├── simple-str-exception.cpp │ │ │ │ ├── stacksmash.c │ │ │ │ ├── throwcatch-lib.cpp │ │ │ │ ├── throwcatch-lib.h │ │ │ │ ├── throwcatch-main.cpp │ │ │ │ ├── tlstest-lib.cpp │ │ │ │ ├── tlstest-main.cpp │ │ │ │ ├── ubsan.c │ │ │ │ ├── uwp-error.c │ │ │ │ └── weak-override │ │ │ │ │ ├── add2.c │ │ │ │ │ ├── dummy.c │ │ │ │ │ ├── expected3.c │ │ │ │ │ └── main-weak.c │ │ │ ├── fortran │ │ │ │ └── concurrent.f90 │ │ │ ├── native-test.sh │ │ │ ├── trigger-travis-macos.sh │ │ │ ├── trigger-workflow-test-docker-linux-arm.sh │ │ │ ├── trigger-workflow-test-docker-linux-intel.sh │ │ │ ├── trigger-workflow-test-prime.sh │ │ │ ├── trigger-workflow-test-xpm.sh │ │ │ └── xpm-test.sh │ │ ├── trigger-workflow-build.sh │ │ ├── trigger-workflow-publish-release.sh │ │ └── update-package-binaries.sh │ │ ├── host-defs-source.sh │ │ ├── templates │ │ ├── body-github-release-liquid.md │ │ ├── body-jekyll-release-post-part-1-liquid.md │ │ └── body-jekyll-release-post-part-2-liquid.md │ │ └── tests │ │ ├── README.md │ │ └── common-functions-source.sh │ ├── openocd │ ├── OpenULINK │ │ └── ulink_firmware.hex │ ├── README.md │ ├── bin │ │ ├── led.bit │ │ ├── openocd.exe │ │ └── usb20jtag.cfg │ ├── contrib │ │ ├── 60-openocd.rules │ │ └── libdcc │ │ │ ├── README │ │ │ ├── dcc_stdio.c │ │ │ ├── dcc_stdio.h │ │ │ └── example.c │ ├── distro-info │ │ ├── CHANGELOG.md │ │ ├── licenses │ │ │ ├── hidapi-hidapi-0.10.1 │ │ │ │ ├── AUTHORS.txt │ │ │ │ ├── LICENSE-bsd.txt │ │ │ │ ├── LICENSE-gpl3.txt │ │ │ │ ├── LICENSE-orig.txt │ │ │ │ ├── LICENSE.txt │ │ │ │ └── README.md │ │ │ ├── libftdi1-1.5 │ │ │ │ ├── AUTHORS │ │ │ │ ├── COPYING-CMAKE-SCRIPTS │ │ │ │ ├── COPYING.GPL │ │ │ │ ├── COPYING.LIB │ │ │ │ ├── LICENSE │ │ │ │ ├── README │ │ │ │ ├── README.build │ │ │ │ └── README.mingw │ │ │ ├── libiconv-1.16 │ │ │ │ ├── AUTHORS │ │ │ │ ├── COPYING │ │ │ │ ├── COPYING.LIB │ │ │ │ ├── DEPENDENCIES │ │ │ │ ├── NEWS │ │ │ │ ├── README │ │ │ │ └── THANKS │ │ │ ├── libusb-1.0.24 │ │ │ │ ├── AUTHORS │ │ │ │ ├── COPYING │ │ │ │ ├── NEWS │ │ │ │ └── README │ │ │ ├── libusb-win32-src-1.2.6.0 │ │ │ │ ├── AUTHORS.txt │ │ │ │ ├── COPYING_GPL.txt │ │ │ │ ├── COPYING_LGPL.txt │ │ │ │ ├── README.in │ │ │ │ ├── README.txt │ │ │ │ └── libusb-win32-bin-README.txt.in │ │ │ └── openocd-0.11.0-4 │ │ │ │ ├── AUTHORS │ │ │ │ ├── AUTHORS.ChangeLog │ │ │ │ ├── COPYING │ │ │ │ ├── NEWS │ │ │ │ ├── NEWS-0.10.0 │ │ │ │ ├── NEWS-0.11.0 │ │ │ │ ├── NEWS-0.2.0 │ │ │ │ ├── NEWS-0.3.0 │ │ │ │ ├── NEWS-0.4.0 │ │ │ │ ├── NEWS-0.5.0 │ │ │ │ ├── NEWS-0.6.0 │ │ │ │ ├── NEWS-0.7.0 │ │ │ │ ├── NEWS-0.8.0 │ │ │ │ ├── NEWS-0.9.0 │ │ │ │ ├── README │ │ │ │ ├── README.Windows │ │ │ │ ├── README.macOS │ │ │ │ ├── README.md │ │ │ │ ├── license-rules.txt │ │ │ │ ├── preferred │ │ │ │ ├── BSD-1-Clause │ │ │ │ ├── BSD-2-Clause │ │ │ │ ├── BSD-3-Clause │ │ │ │ ├── GFDL-1.2 │ │ │ │ ├── GPL-2.0 │ │ │ │ ├── MIT │ │ │ │ └── gfdl-1.2.texi.readme │ │ │ │ └── stand-alone │ │ │ │ └── GPL-3.0 │ │ ├── patches │ │ │ ├── README.md │ │ │ ├── hidapi-0.10.1.patch │ │ │ ├── libftdi1-1.2.patch │ │ │ ├── libftdi1-1.4.patch │ │ │ ├── libftdi1-1.5.patch │ │ │ └── libusb-win32-1.2.6.0-mingw-w64.patch │ │ └── scripts │ │ │ ├── README-0.10.0-13.md │ │ │ ├── README-0.10.0-14.md │ │ │ ├── README-OUT.md │ │ │ ├── VERSION │ │ │ ├── common-apps-functions-source.sh │ │ │ ├── common-functions-source.sh │ │ │ ├── common-libs-functions-source.sh │ │ │ ├── common-versions-source.sh │ │ │ ├── defs-source.sh │ │ │ ├── helper │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── build-native.sh │ │ │ ├── build.sh │ │ │ ├── common-apps-functions-source.sh │ │ │ ├── common-functions-source.sh │ │ │ ├── common-libs-functions-source.sh │ │ │ ├── config.guess │ │ │ ├── config.sub │ │ │ ├── container-build.sh │ │ │ ├── container-functions-source.sh │ │ │ ├── generate-jekyll-post.sh │ │ │ ├── host-functions-source.sh │ │ │ ├── pkgconfig │ │ │ │ └── libusb-win32-1.2.6.0.pc │ │ │ ├── templates │ │ │ │ ├── body-github-pre-releases-test.md │ │ │ │ ├── build-liquid.yml │ │ │ │ ├── build-xbbla-liquid.yml │ │ │ │ ├── build-xbbli-liquid.yml │ │ │ │ ├── build-xbbma-liquid.yml │ │ │ │ ├── build-xbbmi-liquid.yml │ │ │ │ ├── copyright-liquid.yml │ │ │ │ ├── publish-release-liquid.yml │ │ │ │ ├── test-docker-linux-arm-liquid.yml │ │ │ │ ├── test-docker-linux-intel-liquid.yml │ │ │ │ ├── test-prime-liquid.yml │ │ │ │ └── test-xpm-liquid.yml │ │ │ ├── test-functions-source.sh │ │ │ ├── tests │ │ │ │ ├── README.md │ │ │ │ ├── c-cpp │ │ │ │ │ ├── README.md │ │ │ │ │ ├── add.c │ │ │ │ │ ├── adder.c │ │ │ │ │ ├── autoimport-lib.c │ │ │ │ │ ├── autoimport-lib.h │ │ │ │ │ ├── autoimport-main.c │ │ │ │ │ ├── crt-test.c │ │ │ │ │ ├── exception-locale.cpp │ │ │ │ │ ├── exception-reduced.cpp │ │ │ │ │ ├── global-terminate.cpp │ │ │ │ │ ├── hello-cpp.cpp │ │ │ │ │ ├── hello-exception.cpp │ │ │ │ │ ├── hello-f-weak-cpp.cpp │ │ │ │ │ ├── hello-f-weak.c │ │ │ │ │ ├── hello-omp.c │ │ │ │ │ ├── hello-tls.c │ │ │ │ │ ├── hello-weak-cpp.cpp │ │ │ │ │ ├── hello-weak.c │ │ │ │ │ ├── hello.c │ │ │ │ │ ├── idltest.c │ │ │ │ │ ├── idltest.idl │ │ │ │ │ ├── longjmp-cleanup.cpp │ │ │ │ │ ├── setjmp-patched.c │ │ │ │ │ ├── simple-exception.cpp │ │ │ │ │ ├── simple-hello.c │ │ │ │ │ ├── simple-hello.cpp │ │ │ │ │ ├── simple-int-exception.cpp │ │ │ │ │ ├── simple-objc.m │ │ │ │ │ ├── simple-str-exception.cpp │ │ │ │ │ ├── stacksmash.c │ │ │ │ │ ├── throwcatch-lib.cpp │ │ │ │ │ ├── throwcatch-lib.h │ │ │ │ │ ├── throwcatch-main.cpp │ │ │ │ │ ├── tlstest-lib.cpp │ │ │ │ │ ├── tlstest-main.cpp │ │ │ │ │ ├── ubsan.c │ │ │ │ │ ├── uwp-error.c │ │ │ │ │ └── weak-override │ │ │ │ │ │ ├── add2.c │ │ │ │ │ │ ├── dummy.c │ │ │ │ │ │ ├── expected3.c │ │ │ │ │ │ └── main-weak.c │ │ │ │ ├── fortran │ │ │ │ │ └── concurrent.f90 │ │ │ │ ├── native-test.sh │ │ │ │ ├── trigger-travis-macos.sh │ │ │ │ ├── trigger-workflow-test-docker-linux-arm.sh │ │ │ │ ├── trigger-workflow-test-docker-linux-intel.sh │ │ │ │ ├── trigger-workflow-test-prime.sh │ │ │ │ ├── trigger-workflow-test-xpm.sh │ │ │ │ └── xpm-test.sh │ │ │ ├── trigger-workflow-build.sh │ │ │ ├── trigger-workflow-publish-release.sh │ │ │ └── update-package-binaries.sh │ │ │ ├── host-defs-source.sh │ │ │ ├── templates │ │ │ ├── body-github-release-liquid.md │ │ │ ├── body-jekyll-release-post-part-1-liquid.md │ │ │ └── body-jekyll-release-post-part-2-liquid.md │ │ │ └── tests │ │ │ ├── README.md │ │ │ └── common-functions-source.sh │ ├── scripts │ │ ├── bitsbytes.tcl │ │ ├── board │ │ │ ├── 8devices-lima.cfg │ │ │ ├── actux3.cfg │ │ │ ├── adapteva_parallella1.cfg │ │ │ ├── adsp-sc584-ezbrd.cfg │ │ │ ├── alphascale_asm9260_ek.cfg │ │ │ ├── altera_sockit.cfg │ │ │ ├── am3517evm.cfg │ │ │ ├── ampere_emag8180.cfg │ │ │ ├── arm_evaluator7t.cfg │ │ │ ├── arm_musca_a.cfg │ │ │ ├── arty_s7.cfg │ │ │ ├── asus-rt-n16.cfg │ │ │ ├── asus-rt-n66u.cfg │ │ │ ├── at91cap7a-stk-sdram.cfg │ │ │ ├── at91eb40a.cfg │ │ │ ├── at91rm9200-dk.cfg │ │ │ ├── at91rm9200-ek.cfg │ │ │ ├── at91sam9261-ek.cfg │ │ │ ├── at91sam9263-ek.cfg │ │ │ ├── at91sam9g20-ek.cfg │ │ │ ├── atmel_at91sam7s-ek.cfg │ │ │ ├── atmel_at91sam9260-ek.cfg │ │ │ ├── atmel_at91sam9rl-ek.cfg │ │ │ ├── atmel_sam3n_ek.cfg │ │ │ ├── atmel_sam3s_ek.cfg │ │ │ ├── atmel_sam3u_ek.cfg │ │ │ ├── atmel_sam3x_ek.cfg │ │ │ ├── atmel_sam4e_ek.cfg │ │ │ ├── atmel_sam4l8_xplained_pro.cfg │ │ │ ├── atmel_sam4s_ek.cfg │ │ │ ├── atmel_sam4s_xplained_pro.cfg │ │ │ ├── atmel_samc20_xplained_pro.cfg │ │ │ ├── atmel_samc21_xplained_pro.cfg │ │ │ ├── atmel_samd10_xplained_mini.cfg │ │ │ ├── atmel_samd11_xplained_pro.cfg │ │ │ ├── atmel_samd20_xplained_pro.cfg │ │ │ ├── atmel_samd21_xplained_pro.cfg │ │ │ ├── atmel_same70_xplained.cfg │ │ │ ├── atmel_samg53_xplained_pro.cfg │ │ │ ├── atmel_samg55_xplained_pro.cfg │ │ │ ├── atmel_saml21_xplained_pro.cfg │ │ │ ├── atmel_samr21_xplained_pro.cfg │ │ │ ├── atmel_samv71_xplained_ultra.cfg │ │ │ ├── avnet_ultrazed-eg.cfg │ │ │ ├── balloon3-cpu.cfg │ │ │ ├── bcm28155_ap.cfg │ │ │ ├── bluefield.cfg │ │ │ ├── bt-homehubv1.cfg │ │ │ ├── colibri.cfg │ │ │ ├── crossbow_tech_imote2.cfg │ │ │ ├── csb337.cfg │ │ │ ├── csb732.cfg │ │ │ ├── da850evm.cfg │ │ │ ├── digi_connectcore_wi-9c.cfg │ │ │ ├── digilent_analog_discovery.cfg │ │ │ ├── digilent_atlys.cfg │ │ │ ├── digilent_nexys_video.cfg │ │ │ ├── digilent_zedboard.cfg │ │ │ ├── diolan_lpc4350-db1.cfg │ │ │ ├── diolan_lpc4357-db1.cfg │ │ │ ├── dk-tm4c129.cfg │ │ │ ├── dm355evm.cfg │ │ │ ├── dm365evm.cfg │ │ │ ├── dm6446evm.cfg │ │ │ ├── dp_busblaster_v3.cfg │ │ │ ├── dp_busblaster_v4.cfg │ │ │ ├── dptechnics_dpt-board-v1.cfg │ │ │ ├── efikamx.cfg │ │ │ ├── efm32.cfg │ │ │ ├── eir.cfg │ │ │ ├── ek-lm3s1968.cfg │ │ │ ├── ek-lm3s3748.cfg │ │ │ ├── ek-lm3s6965.cfg │ │ │ ├── ek-lm3s811-revb.cfg │ │ │ ├── ek-lm3s811.cfg │ │ │ ├── ek-lm3s8962.cfg │ │ │ ├── ek-lm3s9b9x.cfg │ │ │ ├── ek-lm3s9d92.cfg │ │ │ ├── ek-lm4f120xl.cfg │ │ │ ├── ek-lm4f232.cfg │ │ │ ├── ek-tm4c123gxl.cfg │ │ │ ├── ek-tm4c1294xl.cfg │ │ │ ├── embedded-artists_lpc2478-32.cfg │ │ │ ├── emcraft_imx8m-som-bsb.cfg │ │ │ ├── emcraft_twr-vf6-som-bsb.cfg │ │ │ ├── emcraft_vf6-som.cfg │ │ │ ├── ethernut3.cfg │ │ │ ├── evb-lan9255.cfg │ │ │ ├── frdm-kl25z.cfg │ │ │ ├── frdm-kl46z.cfg │ │ │ ├── fsl_imx6q_sabresd.cfg │ │ │ ├── glyn_tonga2.cfg │ │ │ ├── gti │ │ │ │ └── espressobin.cfg │ │ │ ├── gumstix-aerocore.cfg │ │ │ ├── hammer.cfg │ │ │ ├── hilscher_nxdb500sys.cfg │ │ │ ├── hilscher_nxeb500hmi.cfg │ │ │ ├── hilscher_nxhx10.cfg │ │ │ ├── hilscher_nxhx50.cfg │ │ │ ├── hilscher_nxhx500.cfg │ │ │ ├── hilscher_nxsb100.cfg │ │ │ ├── hitex_lpc1768stick.cfg │ │ │ ├── hitex_lpc2929.cfg │ │ │ ├── hitex_stm32-performancestick.cfg │ │ │ ├── hitex_str9-comstick.cfg │ │ │ ├── iar_lpc1768.cfg │ │ │ ├── iar_str912_sk.cfg │ │ │ ├── icnova_imx53_sodimm.cfg │ │ │ ├── icnova_sam9g45_sodimm.cfg │ │ │ ├── imx27ads.cfg │ │ │ ├── imx27lnst.cfg │ │ │ ├── imx28evk.cfg │ │ │ ├── imx31pdk.cfg │ │ │ ├── imx35pdk.cfg │ │ │ ├── imx53-m53evk.cfg │ │ │ ├── imx53loco.cfg │ │ │ ├── imx8mp-evk.cfg │ │ │ ├── insignal_arndale.cfg │ │ │ ├── kasli.cfg │ │ │ ├── kc100.cfg │ │ │ ├── kc705.cfg │ │ │ ├── kcu105.cfg │ │ │ ├── keil_mcb1700.cfg │ │ │ ├── keil_mcb2140.cfg │ │ │ ├── kindle2.cfg │ │ │ ├── kwikstik.cfg │ │ │ ├── la_fonera-fon2200.cfg │ │ │ ├── lambdaconcept_ecpix-5.cfg │ │ │ ├── lemaker_hikey.cfg │ │ │ ├── linksys-wag200g.cfg │ │ │ ├── linksys-wrt54gl.cfg │ │ │ ├── linksys_nslu2.cfg │ │ │ ├── lisa-l.cfg │ │ │ ├── logicpd_imx27.cfg │ │ │ ├── lpc1850_spifi_generic.cfg │ │ │ ├── lpc4350_spifi_generic.cfg │ │ │ ├── lubbock.cfg │ │ │ ├── marsohod.cfg │ │ │ ├── marsohod2.cfg │ │ │ ├── marsohod3.cfg │ │ │ ├── mbed-lpc11u24.cfg │ │ │ ├── mbed-lpc1768.cfg │ │ │ ├── mcb1700.cfg │ │ │ ├── microchip_explorer16.cfg │ │ │ ├── microchip_sama5d27_som1_kit1.cfg │ │ │ ├── microchip_same51_curiosity_nano.cfg │ │ │ ├── microchip_same54_xplained_pro.cfg │ │ │ ├── microchip_saml11_xplained_pro.cfg │ │ │ ├── mini2440.cfg │ │ │ ├── mini6410.cfg │ │ │ ├── minispartan6.cfg │ │ │ ├── nds32_corvettef1.cfg │ │ │ ├── nds32_xc5.cfg │ │ │ ├── nds32_xc7.cfg │ │ │ ├── netgear-dg834v3.cfg │ │ │ ├── netgear-wg102.cfg │ │ │ ├── nordic_nrf51822_mkit.cfg │ │ │ ├── nordic_nrf51_dk.cfg │ │ │ ├── nordic_nrf52_dk.cfg │ │ │ ├── nordic_nrf52_ftx232.cfg │ │ │ ├── novena-internal-fpga.cfg │ │ │ ├── npcx_evb.cfg │ │ │ ├── numato_mimas_a7.cfg │ │ │ ├── numato_opsis.cfg │ │ │ ├── nxp_frdm-ls1012a.cfg │ │ │ ├── nxp_imx7sabre.cfg │ │ │ ├── nxp_lpc-link2.cfg │ │ │ ├── nxp_mcimx8m-evk.cfg │ │ │ ├── nxp_rdb-ls1046a.cfg │ │ │ ├── nxp_rdb-ls1088a.cfg │ │ │ ├── olimex_LPC2378STK.cfg │ │ │ ├── olimex_lpc_h2148.cfg │ │ │ ├── olimex_sam7_ex256.cfg │ │ │ ├── olimex_sam7_la2.cfg │ │ │ ├── olimex_sam9_l9260.cfg │ │ │ ├── olimex_stm32_h103.cfg │ │ │ ├── olimex_stm32_h107.cfg │ │ │ ├── olimex_stm32_h405.cfg │ │ │ ├── olimex_stm32_p107.cfg │ │ │ ├── omap2420_h4.cfg │ │ │ ├── openrd.cfg │ │ │ ├── or1k_generic.cfg │ │ │ ├── osk5912.cfg │ │ │ ├── phone_se_j100i.cfg │ │ │ ├── phytec_lpc3250.cfg │ │ │ ├── pic-p32mx.cfg │ │ │ ├── pico-debug.cfg │ │ │ ├── pipistrello.cfg │ │ │ ├── propox_mmnet1001.cfg │ │ │ ├── pxa255_sst.cfg │ │ │ ├── quark_d2000_refboard.cfg │ │ │ ├── quark_x10xx_board.cfg │ │ │ ├── quicklogic_quickfeather.cfg │ │ │ ├── radiona_ulx3s.cfg │ │ │ ├── redbee.cfg │ │ │ ├── reflexces_achilles_i-dev_kit_arria10.cfg │ │ │ ├── renesas_dk-s7g2.cfg │ │ │ ├── renesas_falcon.cfg │ │ │ ├── renesas_gr_peach.cfg │ │ │ ├── renesas_porter.cfg │ │ │ ├── renesas_salvator-xs.cfg │ │ │ ├── renesas_silk.cfg │ │ │ ├── renesas_stout.cfg │ │ │ ├── rigado_bmd300_ek.cfg │ │ │ ├── rpi3.cfg │ │ │ ├── rpi4b.cfg │ │ │ ├── rsc-w910.cfg │ │ │ ├── sayma_amc.cfg │ │ │ ├── sheevaplug.cfg │ │ │ ├── sifive-e31arty.cfg │ │ │ ├── sifive-e51arty.cfg │ │ │ ├── sifive-hifive1-revb.cfg │ │ │ ├── sifive-hifive1.cfg │ │ │ ├── smdk6410.cfg │ │ │ ├── snps_em_sk.cfg │ │ │ ├── snps_em_sk_v1.cfg │ │ │ ├── snps_em_sk_v2.1.cfg │ │ │ ├── snps_em_sk_v2.2.cfg │ │ │ ├── snps_hsdk.cfg │ │ │ ├── spansion_sk-fm4-176l-s6e2cc.cfg │ │ │ ├── spansion_sk-fm4-u120-9b560.cfg │ │ │ ├── spear300evb.cfg │ │ │ ├── spear300evb_mod.cfg │ │ │ ├── spear310evb20.cfg │ │ │ ├── spear310evb20_mod.cfg │ │ │ ├── spear320cpu.cfg │ │ │ ├── spear320cpu_mod.cfg │ │ │ ├── st_b-l475e-iot01a.cfg │ │ │ ├── st_nucleo_8l152r8.cfg │ │ │ ├── st_nucleo_8s208rb.cfg │ │ │ ├── st_nucleo_f0.cfg │ │ │ ├── st_nucleo_f103rb.cfg │ │ │ ├── st_nucleo_f3.cfg │ │ │ ├── st_nucleo_f4.cfg │ │ │ ├── st_nucleo_f7.cfg │ │ │ ├── st_nucleo_g0.cfg │ │ │ ├── st_nucleo_g4.cfg │ │ │ ├── st_nucleo_h743zi.cfg │ │ │ ├── st_nucleo_h745zi.cfg │ │ │ ├── st_nucleo_l073rz.cfg │ │ │ ├── st_nucleo_l1.cfg │ │ │ ├── st_nucleo_l4.cfg │ │ │ ├── st_nucleo_l5.cfg │ │ │ ├── st_nucleo_wb55.cfg │ │ │ ├── steval-idb007v1.cfg │ │ │ ├── steval-idb008v1.cfg │ │ │ ├── steval-idb011v1.cfg │ │ │ ├── steval_pcc010.cfg │ │ │ ├── stm320518_eval.cfg │ │ │ ├── stm320518_eval_stlink.cfg │ │ │ ├── stm32100b_eval.cfg │ │ │ ├── stm3210b_eval.cfg │ │ │ ├── stm3210c_eval.cfg │ │ │ ├── stm3210e_eval.cfg │ │ │ ├── stm3220g_eval.cfg │ │ │ ├── stm3220g_eval_stlink.cfg │ │ │ ├── stm3241g_eval.cfg │ │ │ ├── stm3241g_eval_stlink.cfg │ │ │ ├── stm32429i_eval.cfg │ │ │ ├── stm32429i_eval_stlink.cfg │ │ │ ├── stm32439i_eval.cfg │ │ │ ├── stm32439i_eval_stlink.cfg │ │ │ ├── stm327x6g_eval.cfg │ │ │ ├── stm32f0discovery.cfg │ │ │ ├── stm32f103c8_blue_pill.cfg │ │ │ ├── stm32f334discovery.cfg │ │ │ ├── stm32f3discovery.cfg │ │ │ ├── stm32f412g-disco.cfg │ │ │ ├── stm32f413h-disco.cfg │ │ │ ├── stm32f429disc1.cfg │ │ │ ├── stm32f429discovery.cfg │ │ │ ├── stm32f469discovery.cfg │ │ │ ├── stm32f469i-disco.cfg │ │ │ ├── stm32f4discovery.cfg │ │ │ ├── stm32f723e-disco.cfg │ │ │ ├── stm32f746g-disco.cfg │ │ │ ├── stm32f769i-disco.cfg │ │ │ ├── stm32f7discovery.cfg │ │ │ ├── stm32h735g-disco.cfg │ │ │ ├── stm32h745i-disco.cfg │ │ │ ├── stm32h747i-disco.cfg │ │ │ ├── stm32h750b-disco.cfg │ │ │ ├── stm32h7b3i-disco.cfg │ │ │ ├── stm32h7x3i_eval.cfg │ │ │ ├── stm32h7x_dual_qspi.cfg │ │ │ ├── stm32l0discovery.cfg │ │ │ ├── stm32l476g-disco.cfg │ │ │ ├── stm32l496g-disco.cfg │ │ │ ├── stm32l4discovery.cfg │ │ │ ├── stm32l4p5g-disco.cfg │ │ │ ├── stm32l4r9i-disco.cfg │ │ │ ├── stm32ldiscovery.cfg │ │ │ ├── stm32mp13x_dk.cfg │ │ │ ├── stm32mp15x_dk2.cfg │ │ │ ├── stm32vldiscovery.cfg │ │ │ ├── str910-eval.cfg │ │ │ ├── telo.cfg │ │ │ ├── ti_am335xevm.cfg │ │ │ ├── ti_am437x_idk.cfg │ │ │ ├── ti_am43xx_evm.cfg │ │ │ ├── ti_am625evm.cfg │ │ │ ├── ti_am642evm.cfg │ │ │ ├── ti_am654evm.cfg │ │ │ ├── ti_beagleboard.cfg │ │ │ ├── ti_beagleboard_xm.cfg │ │ │ ├── ti_beaglebone-base.cfg │ │ │ ├── ti_beaglebone.cfg │ │ │ ├── ti_beaglebone_black.cfg │ │ │ ├── ti_blaze.cfg │ │ │ ├── ti_cc13x0_launchpad.cfg │ │ │ ├── ti_cc13x2_launchpad.cfg │ │ │ ├── ti_cc26x0_launchpad.cfg │ │ │ ├── ti_cc26x2_launchpad.cfg │ │ │ ├── ti_cc3200_launchxl.cfg │ │ │ ├── ti_cc3220sf_launchpad.cfg │ │ │ ├── ti_cc32xx_launchpad.cfg │ │ │ ├── ti_dk-tm4c129.cfg │ │ │ ├── ti_ek-tm4c123gxl.cfg │ │ │ ├── ti_ek-tm4c1294xl.cfg │ │ │ ├── ti_j7200evm.cfg │ │ │ ├── ti_j721evm.cfg │ │ │ ├── ti_j721s2evm.cfg │ │ │ ├── ti_msp432_launchpad.cfg │ │ │ ├── ti_pandaboard.cfg │ │ │ ├── ti_pandaboard_es.cfg │ │ │ ├── ti_tmdx570ls20susb.cfg │ │ │ ├── ti_tmdx570ls31usb.cfg │ │ │ ├── tocoding_poplar.cfg │ │ │ ├── topas910.cfg │ │ │ ├── topasa900.cfg │ │ │ ├── tp-link_tl-mr3020.cfg │ │ │ ├── tp-link_wdr4300.cfg │ │ │ ├── twr-k60f120m.cfg │ │ │ ├── twr-k60n512.cfg │ │ │ ├── twr-vf65gs10.cfg │ │ │ ├── twr-vf65gs10_cmsisdap.cfg │ │ │ ├── tx25_stk5.cfg │ │ │ ├── tx27_stk5.cfg │ │ │ ├── unknown_at91sam9260.cfg │ │ │ ├── uptech_2410.cfg │ │ │ ├── vd_a53x2_jtag.cfg │ │ │ ├── vd_m4_jtag.cfg │ │ │ ├── vd_pulpissimo_jtag.cfg │ │ │ ├── vd_swerv_jtag.cfg │ │ │ ├── verdex.cfg │ │ │ ├── voipac.cfg │ │ │ ├── voltcraft_dso-3062c.cfg │ │ │ ├── x300t.cfg │ │ │ ├── xmc-2go.cfg │ │ │ ├── xmc1100-boot-kit.cfg │ │ │ ├── xmc4200-application-kit-actuator.cfg │ │ │ ├── xmc4300-relax.cfg │ │ │ ├── xmc4500-application-kit-general.cfg │ │ │ ├── xmc4500-application-kit-sdram.cfg │ │ │ ├── xmc4500-relax.cfg │ │ │ ├── xmc4700-relax.cfg │ │ │ ├── xmc4800-relax.cfg │ │ │ └── xmos_xk-xac-xa8_arm.cfg │ │ ├── chip │ │ │ ├── atmel │ │ │ │ └── at91 │ │ │ │ │ ├── aic.tcl │ │ │ │ │ ├── at91_pio.cfg │ │ │ │ │ ├── at91_pmc.cfg │ │ │ │ │ ├── at91_rstc.cfg │ │ │ │ │ ├── at91_wdt.cfg │ │ │ │ │ ├── at91sam7x128.tcl │ │ │ │ │ ├── at91sam7x256.tcl │ │ │ │ │ ├── at91sam9261.cfg │ │ │ │ │ ├── at91sam9261_matrix.cfg │ │ │ │ │ ├── at91sam9263.cfg │ │ │ │ │ ├── at91sam9263_matrix.cfg │ │ │ │ │ ├── at91sam9_init.cfg │ │ │ │ │ ├── at91sam9_sdramc.cfg │ │ │ │ │ ├── at91sam9_smc.cfg │ │ │ │ │ ├── hardware.cfg │ │ │ │ │ ├── pmc.tcl │ │ │ │ │ ├── rtt.tcl │ │ │ │ │ ├── sam9_smc.cfg │ │ │ │ │ └── usarts.tcl │ │ │ ├── st │ │ │ │ ├── spear │ │ │ │ │ ├── quirk_no_srst.tcl │ │ │ │ │ ├── spear3xx.tcl │ │ │ │ │ └── spear3xx_ddr.tcl │ │ │ │ └── stm32 │ │ │ │ │ ├── stm32.tcl │ │ │ │ │ ├── stm32_rcc.tcl │ │ │ │ │ └── stm32_regs.tcl │ │ │ └── ti │ │ │ │ └── lm3s │ │ │ │ ├── lm3s.tcl │ │ │ │ └── lm3s_regs.tcl │ │ ├── cpld │ │ │ ├── altera-5m570z-cpld.cfg │ │ │ ├── altera-epm240.cfg │ │ │ ├── jtagspi.cfg │ │ │ ├── lattice-lc4032ze.cfg │ │ │ ├── xilinx-xc6s.cfg │ │ │ ├── xilinx-xc7.cfg │ │ │ ├── xilinx-xcf-p.cfg │ │ │ ├── xilinx-xcf-s.cfg │ │ │ ├── xilinx-xcr3256.cfg │ │ │ └── xilinx-xcu.cfg │ │ ├── cpu │ │ │ ├── arc │ │ │ │ ├── common.tcl │ │ │ │ ├── em.tcl │ │ │ │ ├── hs.tcl │ │ │ │ └── v2.tcl │ │ │ └── arm │ │ │ │ ├── arm7tdmi.tcl │ │ │ │ ├── arm920.tcl │ │ │ │ ├── arm946.tcl │ │ │ │ ├── arm966.tcl │ │ │ │ └── cortex_m3.tcl │ │ ├── fpga │ │ │ ├── altera-10m50.cfg │ │ │ ├── altera-ep3c10.cfg │ │ │ ├── lattice_ecp5.cfg │ │ │ ├── xilinx-dna.cfg │ │ │ └── xilinx-xadc.cfg │ │ ├── interface │ │ │ ├── altera-usb-blaster.cfg │ │ │ ├── altera-usb-blaster2.cfg │ │ │ ├── arm-jtag-ew.cfg │ │ │ ├── at91rm9200.cfg │ │ │ ├── buspirate.cfg │ │ │ ├── calao-usb-a9260.cfg │ │ │ ├── chameleon.cfg │ │ │ ├── cmsis-dap.cfg │ │ │ ├── dln-2-gpiod.cfg │ │ │ ├── dummy.cfg │ │ │ ├── estick.cfg │ │ │ ├── flashlink.cfg │ │ │ ├── ft232r.cfg │ │ │ ├── ft232r │ │ │ │ └── radiona_ulx3s.cfg │ │ │ ├── ftdi │ │ │ │ ├── 100ask-openjtag.cfg │ │ │ │ ├── ashling-opella-ld-jtag.cfg │ │ │ │ ├── ashling-opella-ld-swd.cfg │ │ │ │ ├── axm0432.cfg │ │ │ │ ├── c232hm.cfg │ │ │ │ ├── calao-usb-a9260-c01.cfg │ │ │ │ ├── calao-usb-a9260-c02.cfg │ │ │ │ ├── cortino.cfg │ │ │ │ ├── digilent-hs1.cfg │ │ │ │ ├── digilent-hs2.cfg │ │ │ │ ├── digilent_jtag_hs3.cfg │ │ │ │ ├── digilent_jtag_smt2.cfg │ │ │ │ ├── digilent_jtag_smt2_nc.cfg │ │ │ │ ├── dlp-usb1232h.cfg │ │ │ │ ├── dp_busblaster.cfg │ │ │ │ ├── dp_busblaster_kt-link.cfg │ │ │ │ ├── flossjtag-noeeprom.cfg │ │ │ │ ├── flossjtag.cfg │ │ │ │ ├── flyswatter.cfg │ │ │ │ ├── flyswatter2.cfg │ │ │ │ ├── ft232h-module-swd.cfg │ │ │ │ ├── gw16042.cfg │ │ │ │ ├── hie-jtag.cfg │ │ │ │ ├── hilscher_nxhx10_etm.cfg │ │ │ │ ├── hilscher_nxhx500_etm.cfg │ │ │ │ ├── hilscher_nxhx500_re.cfg │ │ │ │ ├── hilscher_nxhx50_etm.cfg │ │ │ │ ├── hilscher_nxhx50_re.cfg │ │ │ │ ├── hitex_lpc1768stick.cfg │ │ │ │ ├── hitex_str9-comstick.cfg │ │ │ │ ├── icebear.cfg │ │ │ │ ├── imx8mp-evk.cfg │ │ │ │ ├── incircuit-icprog.cfg │ │ │ │ ├── iotlab-usb.cfg │ │ │ │ ├── isodebug.cfg │ │ │ │ ├── jtag-lock-pick_tiny_2.cfg │ │ │ │ ├── jtagkey.cfg │ │ │ │ ├── jtagkey2.cfg │ │ │ │ ├── jtagkey2p.cfg │ │ │ │ ├── kt-link.cfg │ │ │ │ ├── lambdaconcept_ecpix-5.cfg │ │ │ │ ├── lisa-l.cfg │ │ │ │ ├── luminary-icdi.cfg │ │ │ │ ├── luminary-lm3s811.cfg │ │ │ │ ├── luminary.cfg │ │ │ │ ├── m53evk.cfg │ │ │ │ ├── mbftdi.cfg │ │ │ │ ├── minimodule-swd.cfg │ │ │ │ ├── minimodule.cfg │ │ │ │ ├── minispartan6.cfg │ │ │ │ ├── miniwiggler.cfg │ │ │ │ ├── neodb.cfg │ │ │ │ ├── ngxtech.cfg │ │ │ │ ├── olimex-arm-jtag-swd.cfg │ │ │ │ ├── olimex-arm-usb-ocd-h.cfg │ │ │ │ ├── olimex-arm-usb-ocd.cfg │ │ │ │ ├── olimex-arm-usb-tiny-h.cfg │ │ │ │ ├── olimex-jtag-tiny.cfg │ │ │ │ ├── oocdlink.cfg │ │ │ │ ├── opendous_ftdi.cfg │ │ │ │ ├── openocd-usb-hs.cfg │ │ │ │ ├── openocd-usb.cfg │ │ │ │ ├── openrd.cfg │ │ │ │ ├── pipistrello.cfg │ │ │ │ ├── pls_spc5.cfg │ │ │ │ ├── redbee-econotag.cfg │ │ │ │ ├── redbee-usb.cfg │ │ │ │ ├── rowley-cc-arm-swd.cfg │ │ │ │ ├── sheevaplug.cfg │ │ │ │ ├── signalyzer-lite.cfg │ │ │ │ ├── signalyzer.cfg │ │ │ │ ├── snps_sdp.cfg │ │ │ │ ├── steppenprobe.cfg │ │ │ │ ├── stm32-stick.cfg │ │ │ │ ├── swd-resistor-hack.cfg │ │ │ │ ├── ti-icdi.cfg │ │ │ │ ├── tumpa-lite.cfg │ │ │ │ ├── tumpa.cfg │ │ │ │ ├── turtelizer2-revB.cfg │ │ │ │ ├── turtelizer2-revC.cfg │ │ │ │ ├── um232h.cfg │ │ │ │ ├── vpaclink.cfg │ │ │ │ ├── xds100v2.cfg │ │ │ │ └── xds100v3.cfg │ │ │ ├── imx-native.cfg │ │ │ ├── jlink.cfg │ │ │ ├── jtag_dpi.cfg │ │ │ ├── jtag_hat_rpi2.cfg │ │ │ ├── jtag_vpi.cfg │ │ │ ├── kitprog.cfg │ │ │ ├── nds32-aice.cfg │ │ │ ├── nulink.cfg │ │ │ ├── opendous.cfg │ │ │ ├── openjtag.cfg │ │ │ ├── osbdm.cfg │ │ │ ├── parport.cfg │ │ │ ├── parport_dlc5.cfg │ │ │ ├── raspberrypi-native.cfg │ │ │ ├── raspberrypi2-native.cfg │ │ │ ├── rlink.cfg │ │ │ ├── rshim.cfg │ │ │ ├── stlink-dap.cfg │ │ │ ├── stlink-v1.cfg │ │ │ ├── stlink-v2-1.cfg │ │ │ ├── stlink-v2.cfg │ │ │ ├── stlink.cfg │ │ │ ├── sysfsgpio-raspberrypi.cfg │ │ │ ├── ti-icdi.cfg │ │ │ ├── ulink.cfg │ │ │ ├── usb-jtag.cfg │ │ │ ├── usbprog.cfg │ │ │ ├── vdebug.cfg │ │ │ ├── vsllink.cfg │ │ │ └── xds110.cfg │ │ ├── mem_helper.tcl │ │ ├── memory.tcl │ │ ├── mmr_helpers.tcl │ │ ├── target │ │ │ ├── 1986ве1т.cfg │ │ │ ├── adsp-sc58x.cfg │ │ │ ├── aduc702x.cfg │ │ │ ├── aducm360.cfg │ │ │ ├── allwinner_v3s.cfg │ │ │ ├── alphascale_asm9260t.cfg │ │ │ ├── altera_fpgasoc.cfg │ │ │ ├── altera_fpgasoc_arria10.cfg │ │ │ ├── am335x.cfg │ │ │ ├── am437x.cfg │ │ │ ├── amdm37x.cfg │ │ │ ├── ampere_emag.cfg │ │ │ ├── ar71xx.cfg │ │ │ ├── arm_corelink_sse200.cfg │ │ │ ├── armada370.cfg │ │ │ ├── at32ap7000.cfg │ │ │ ├── at91r40008.cfg │ │ │ ├── at91rm9200.cfg │ │ │ ├── at91sam3XXX.cfg │ │ │ ├── at91sam3ax_4x.cfg │ │ │ ├── at91sam3ax_8x.cfg │ │ │ ├── at91sam3ax_xx.cfg │ │ │ ├── at91sam3nXX.cfg │ │ │ ├── at91sam3sXX.cfg │ │ │ ├── at91sam3u1c.cfg │ │ │ ├── at91sam3u1e.cfg │ │ │ ├── at91sam3u2c.cfg │ │ │ ├── at91sam3u2e.cfg │ │ │ ├── at91sam3u4c.cfg │ │ │ ├── at91sam3u4e.cfg │ │ │ ├── at91sam3uxx.cfg │ │ │ ├── at91sam4XXX.cfg │ │ │ ├── at91sam4c32x.cfg │ │ │ ├── at91sam4cXXX.cfg │ │ │ ├── at91sam4lXX.cfg │ │ │ ├── at91sam4sXX.cfg │ │ │ ├── at91sam4sd32x.cfg │ │ │ ├── at91sam7a2.cfg │ │ │ ├── at91sam7se512.cfg │ │ │ ├── at91sam7sx.cfg │ │ │ ├── at91sam7x256.cfg │ │ │ ├── at91sam7x512.cfg │ │ │ ├── at91sam9.cfg │ │ │ ├── at91sam9260.cfg │ │ │ ├── at91sam9260_ext_RAM_ext_flash.cfg │ │ │ ├── at91sam9261.cfg │ │ │ ├── at91sam9263.cfg │ │ │ ├── at91sam9g10.cfg │ │ │ ├── at91sam9g20.cfg │ │ │ ├── at91sam9g45.cfg │ │ │ ├── at91sam9rl.cfg │ │ │ ├── at91sama5d2.cfg │ │ │ ├── at91samdXX.cfg │ │ │ ├── at91samg5x.cfg │ │ │ ├── atheros_ar2313.cfg │ │ │ ├── atheros_ar2315.cfg │ │ │ ├── atheros_ar9331.cfg │ │ │ ├── atheros_ar9344.cfg │ │ │ ├── atmega128.cfg │ │ │ ├── atmega128rfa1.cfg │ │ │ ├── atsame5x.cfg │ │ │ ├── atsaml1x.cfg │ │ │ ├── atsamv.cfg │ │ │ ├── avr32.cfg │ │ │ ├── bcm2711.cfg │ │ │ ├── bcm281xx.cfg │ │ │ ├── bcm2835.cfg │ │ │ ├── bcm2836.cfg │ │ │ ├── bcm2837.cfg │ │ │ ├── bcm4706.cfg │ │ │ ├── bcm4718.cfg │ │ │ ├── bcm47xx.cfg │ │ │ ├── bcm5352e.cfg │ │ │ ├── bcm6348.cfg │ │ │ ├── bluefield.cfg │ │ │ ├── bluenrg-x.cfg │ │ │ ├── c100.cfg │ │ │ ├── c100config.tcl │ │ │ ├── c100helper.tcl │ │ │ ├── c100regs.tcl │ │ │ ├── cc2538.cfg │ │ │ ├── cs351x.cfg │ │ │ ├── davinci.cfg │ │ │ ├── dragonite.cfg │ │ │ ├── dsp56321.cfg │ │ │ ├── dsp568013.cfg │ │ │ ├── dsp568037.cfg │ │ │ ├── efm32.cfg │ │ │ ├── em357.cfg │ │ │ ├── em358.cfg │ │ │ ├── eos_s3.cfg │ │ │ ├── epc9301.cfg │ │ │ ├── esi32xx.cfg │ │ │ ├── exynos5250.cfg │ │ │ ├── faux.cfg │ │ │ ├── feroceon.cfg │ │ │ ├── fm3.cfg │ │ │ ├── fm4.cfg │ │ │ ├── fm4_mb9bf.cfg │ │ │ ├── fm4_s6e2cc.cfg │ │ │ ├── gd32e23x.cfg │ │ │ ├── gd32vf103.cfg │ │ │ ├── gp326xxxa.cfg │ │ │ ├── hi3798.cfg │ │ │ ├── hi6220.cfg │ │ │ ├── hilscher_netx10.cfg │ │ │ ├── hilscher_netx50.cfg │ │ │ ├── hilscher_netx500.cfg │ │ │ ├── icepick.cfg │ │ │ ├── imx.cfg │ │ │ ├── imx21.cfg │ │ │ ├── imx25.cfg │ │ │ ├── imx27.cfg │ │ │ ├── imx28.cfg │ │ │ ├── imx31.cfg │ │ │ ├── imx35.cfg │ │ │ ├── imx51.cfg │ │ │ ├── imx53.cfg │ │ │ ├── imx6.cfg │ │ │ ├── imx6sx.cfg │ │ │ ├── imx6ul.cfg │ │ │ ├── imx7.cfg │ │ │ ├── imx7ulp.cfg │ │ │ ├── imx8m.cfg │ │ │ ├── imx8qm.cfg │ │ │ ├── infineon │ │ │ │ └── tle987x.cfg │ │ │ ├── is5114.cfg │ │ │ ├── ixp42x.cfg │ │ │ ├── k1921vk01t.cfg │ │ │ ├── k40.cfg │ │ │ ├── k60.cfg │ │ │ ├── ke0x.cfg │ │ │ ├── ke1xf.cfg │ │ │ ├── ke1xz.cfg │ │ │ ├── kl25.cfg │ │ │ ├── kl46.cfg │ │ │ ├── klx.cfg │ │ │ ├── ks869x.cfg │ │ │ ├── kx.cfg │ │ │ ├── lpc11xx.cfg │ │ │ ├── lpc12xx.cfg │ │ │ ├── lpc13xx.cfg │ │ │ ├── lpc17xx.cfg │ │ │ ├── lpc1850.cfg │ │ │ ├── lpc1xxx.cfg │ │ │ ├── lpc2103.cfg │ │ │ ├── lpc2124.cfg │ │ │ ├── lpc2129.cfg │ │ │ ├── lpc2148.cfg │ │ │ ├── lpc2294.cfg │ │ │ ├── lpc2378.cfg │ │ │ ├── lpc2460.cfg │ │ │ ├── lpc2478.cfg │ │ │ ├── lpc2900.cfg │ │ │ ├── lpc2xxx.cfg │ │ │ ├── lpc3131.cfg │ │ │ ├── lpc3250.cfg │ │ │ ├── lpc40xx.cfg │ │ │ ├── lpc4350.cfg │ │ │ ├── lpc4357.cfg │ │ │ ├── lpc4370.cfg │ │ │ ├── lpc84x.cfg │ │ │ ├── lpc8nxx.cfg │ │ │ ├── lpc8xx.cfg │ │ │ ├── ls1012a.cfg │ │ │ ├── ls1046a.cfg │ │ │ ├── ls1088a.cfg │ │ │ ├── marvell │ │ │ │ ├── 88f3710.cfg │ │ │ │ ├── 88f3720.cfg │ │ │ │ └── 88f37x0.cfg │ │ │ ├── max32620.cfg │ │ │ ├── max32625.cfg │ │ │ ├── max3263x.cfg │ │ │ ├── mc13224v.cfg │ │ │ ├── mdr32f9q2i.cfg │ │ │ ├── nds32v2.cfg │ │ │ ├── nds32v3.cfg │ │ │ ├── nds32v3m.cfg │ │ │ ├── nds32v5.cfg │ │ │ ├── nhs31xx.cfg │ │ │ ├── npcx.cfg │ │ │ ├── nrf51.cfg │ │ │ ├── nrf52.cfg │ │ │ ├── nuc910.cfg │ │ │ ├── numicro.cfg │ │ │ ├── omap2420.cfg │ │ │ ├── omap3530.cfg │ │ │ ├── omap4430.cfg │ │ │ ├── omap4460.cfg │ │ │ ├── omap5912.cfg │ │ │ ├── omapl138.cfg │ │ │ ├── or1k.cfg │ │ │ ├── pic32mx.cfg │ │ │ ├── psoc4.cfg │ │ │ ├── psoc5lp.cfg │ │ │ ├── psoc6.cfg │ │ │ ├── pxa255.cfg │ │ │ ├── pxa270.cfg │ │ │ ├── pxa3xx.cfg │ │ │ ├── qualcomm_qca4531.cfg │ │ │ ├── quark_d20xx.cfg │ │ │ ├── quark_x10xx.cfg │ │ │ ├── readme.txt │ │ │ ├── renesas_r7s72100.cfg │ │ │ ├── renesas_rcar_gen2.cfg │ │ │ ├── renesas_rcar_gen3.cfg │ │ │ ├── renesas_rcar_reset_common.cfg │ │ │ ├── renesas_rz_g2.cfg │ │ │ ├── renesas_s7g2.cfg │ │ │ ├── rk3308.cfg │ │ │ ├── rk3399.cfg │ │ │ ├── rp2040-core0.cfg │ │ │ ├── samsung_s3c2410.cfg │ │ │ ├── samsung_s3c2440.cfg │ │ │ ├── samsung_s3c2450.cfg │ │ │ ├── samsung_s3c4510.cfg │ │ │ ├── samsung_s3c6410.cfg │ │ │ ├── sharp_lh79532.cfg │ │ │ ├── sim3x.cfg │ │ │ ├── smp8634.cfg │ │ │ ├── snps_em_sk_fpga.cfg │ │ │ ├── snps_hsdk.cfg │ │ │ ├── spear3xx.cfg │ │ │ ├── stellaris.cfg │ │ │ ├── stm32f0x.cfg │ │ │ ├── stm32f1x.cfg │ │ │ ├── stm32f2x.cfg │ │ │ ├── stm32f3x.cfg │ │ │ ├── stm32f4x.cfg │ │ │ ├── stm32f7x.cfg │ │ │ ├── stm32g0x.cfg │ │ │ ├── stm32g4x.cfg │ │ │ ├── stm32h7x.cfg │ │ │ ├── stm32h7x_dual_bank.cfg │ │ │ ├── stm32l0.cfg │ │ │ ├── stm32l0_dual_bank.cfg │ │ │ ├── stm32l1.cfg │ │ │ ├── stm32l1x_dual_bank.cfg │ │ │ ├── stm32l4x.cfg │ │ │ ├── stm32l5x.cfg │ │ │ ├── stm32mp13x.cfg │ │ │ ├── stm32mp15x.cfg │ │ │ ├── stm32u5x.cfg │ │ │ ├── stm32w108xx.cfg │ │ │ ├── stm32wbx.cfg │ │ │ ├── stm32wlx.cfg │ │ │ ├── stm32x5x_common.cfg │ │ │ ├── stm32xl.cfg │ │ │ ├── stm8l.cfg │ │ │ ├── stm8l152.cfg │ │ │ ├── stm8s.cfg │ │ │ ├── stm8s003.cfg │ │ │ ├── stm8s103.cfg │ │ │ ├── stm8s105.cfg │ │ │ ├── str710.cfg │ │ │ ├── str730.cfg │ │ │ ├── str750.cfg │ │ │ ├── str912.cfg │ │ │ ├── swj-dp.tcl │ │ │ ├── swm050.cfg │ │ │ ├── test_reset_syntax_error.cfg │ │ │ ├── test_syntax_error.cfg │ │ │ ├── ti-ar7.cfg │ │ │ ├── ti-cjtag.cfg │ │ │ ├── ti_calypso.cfg │ │ │ ├── ti_cc13x0.cfg │ │ │ ├── ti_cc13x2.cfg │ │ │ ├── ti_cc26x0.cfg │ │ │ ├── ti_cc26x2.cfg │ │ │ ├── ti_cc3220sf.cfg │ │ │ ├── ti_cc32xx.cfg │ │ │ ├── ti_dm355.cfg │ │ │ ├── ti_dm365.cfg │ │ │ ├── ti_dm6446.cfg │ │ │ ├── ti_k3.cfg │ │ │ ├── ti_msp432.cfg │ │ │ ├── ti_rm4x.cfg │ │ │ ├── ti_tms570.cfg │ │ │ ├── ti_tms570ls20xxx.cfg │ │ │ ├── ti_tms570ls3137.cfg │ │ │ ├── tmpa900.cfg │ │ │ ├── tmpa910.cfg │ │ │ ├── tnetc4401.cfg │ │ │ ├── u8500.cfg │ │ │ ├── vd_aarch64.cfg │ │ │ ├── vd_cortex_m.cfg │ │ │ ├── vd_riscv.cfg │ │ │ ├── vybrid_vf6xx.cfg │ │ │ ├── xilinx_zynqmp.cfg │ │ │ ├── xmc1xxx.cfg │ │ │ ├── xmc4xxx.cfg │ │ │ ├── xmos_xs1-xau8a-10_arm.cfg │ │ │ ├── zynq_7000.cfg │ │ │ └── к1879xб1я.cfg │ │ ├── test │ │ │ ├── selftest.cfg │ │ │ └── syntax1.cfg │ │ └── tools │ │ │ ├── firmware-recovery.tcl │ │ │ └── memtest.tcl │ └── share │ │ └── doc │ │ ├── info │ │ ├── dir │ │ ├── openocd.info │ │ ├── openocd.info-1 │ │ └── openocd.info-2 │ │ └── man │ │ └── man1 │ │ └── openocd.1 │ ├── scripts │ ├── bitsbytes.tcl │ ├── board │ │ ├── 8devices-lima.cfg │ │ ├── actux3.cfg │ │ ├── adapteva_parallella1.cfg │ │ ├── adsp-sc584-ezbrd.cfg │ │ ├── alphascale_asm9260_ek.cfg │ │ ├── altera_sockit.cfg │ │ ├── am3517evm.cfg │ │ ├── ampere_emag8180.cfg │ │ ├── arm_evaluator7t.cfg │ │ ├── arm_musca_a.cfg │ │ ├── arty_s7.cfg │ │ ├── asus-rt-n16.cfg │ │ ├── asus-rt-n66u.cfg │ │ ├── at91cap7a-stk-sdram.cfg │ │ ├── at91eb40a.cfg │ │ ├── at91rm9200-dk.cfg │ │ ├── at91rm9200-ek.cfg │ │ ├── at91sam9261-ek.cfg │ │ ├── at91sam9263-ek.cfg │ │ ├── at91sam9g20-ek.cfg │ │ ├── atmel_at91sam7s-ek.cfg │ │ ├── atmel_at91sam9260-ek.cfg │ │ ├── atmel_at91sam9rl-ek.cfg │ │ ├── atmel_sam3n_ek.cfg │ │ ├── atmel_sam3s_ek.cfg │ │ ├── atmel_sam3u_ek.cfg │ │ ├── atmel_sam3x_ek.cfg │ │ ├── atmel_sam4e_ek.cfg │ │ ├── atmel_sam4l8_xplained_pro.cfg │ │ ├── atmel_sam4s_ek.cfg │ │ ├── atmel_sam4s_xplained_pro.cfg │ │ ├── atmel_samc20_xplained_pro.cfg │ │ ├── atmel_samc21_xplained_pro.cfg │ │ ├── atmel_samd10_xplained_mini.cfg │ │ ├── atmel_samd11_xplained_pro.cfg │ │ ├── atmel_samd20_xplained_pro.cfg │ │ ├── atmel_samd21_xplained_pro.cfg │ │ ├── atmel_same70_xplained.cfg │ │ ├── atmel_samg53_xplained_pro.cfg │ │ ├── atmel_samg55_xplained_pro.cfg │ │ ├── atmel_saml21_xplained_pro.cfg │ │ ├── atmel_samr21_xplained_pro.cfg │ │ ├── atmel_samv71_xplained_ultra.cfg │ │ ├── avnet_ultrazed-eg.cfg │ │ ├── balloon3-cpu.cfg │ │ ├── bcm28155_ap.cfg │ │ ├── bluefield.cfg │ │ ├── bt-homehubv1.cfg │ │ ├── colibri.cfg │ │ ├── crossbow_tech_imote2.cfg │ │ ├── csb337.cfg │ │ ├── csb732.cfg │ │ ├── da850evm.cfg │ │ ├── digi_connectcore_wi-9c.cfg │ │ ├── digilent_analog_discovery.cfg │ │ ├── digilent_atlys.cfg │ │ ├── digilent_nexys_video.cfg │ │ ├── digilent_zedboard.cfg │ │ ├── diolan_lpc4350-db1.cfg │ │ ├── diolan_lpc4357-db1.cfg │ │ ├── dk-tm4c129.cfg │ │ ├── dm355evm.cfg │ │ ├── dm365evm.cfg │ │ ├── dm6446evm.cfg │ │ ├── dp_busblaster_v3.cfg │ │ ├── dp_busblaster_v4.cfg │ │ ├── dptechnics_dpt-board-v1.cfg │ │ ├── efikamx.cfg │ │ ├── efm32.cfg │ │ ├── eir.cfg │ │ ├── ek-lm3s1968.cfg │ │ ├── ek-lm3s3748.cfg │ │ ├── ek-lm3s6965.cfg │ │ ├── ek-lm3s811-revb.cfg │ │ ├── ek-lm3s811.cfg │ │ ├── ek-lm3s8962.cfg │ │ ├── ek-lm3s9b9x.cfg │ │ ├── ek-lm3s9d92.cfg │ │ ├── ek-lm4f120xl.cfg │ │ ├── ek-lm4f232.cfg │ │ ├── ek-tm4c123gxl.cfg │ │ ├── ek-tm4c1294xl.cfg │ │ ├── embedded-artists_lpc2478-32.cfg │ │ ├── emcraft_imx8m-som-bsb.cfg │ │ ├── emcraft_twr-vf6-som-bsb.cfg │ │ ├── emcraft_vf6-som.cfg │ │ ├── ethernut3.cfg │ │ ├── evb-lan9255.cfg │ │ ├── frdm-kl25z.cfg │ │ ├── frdm-kl46z.cfg │ │ ├── fsl_imx6q_sabresd.cfg │ │ ├── glyn_tonga2.cfg │ │ ├── gti │ │ │ └── espressobin.cfg │ │ ├── gumstix-aerocore.cfg │ │ ├── hammer.cfg │ │ ├── hilscher_nxdb500sys.cfg │ │ ├── hilscher_nxeb500hmi.cfg │ │ ├── hilscher_nxhx10.cfg │ │ ├── hilscher_nxhx50.cfg │ │ ├── hilscher_nxhx500.cfg │ │ ├── hilscher_nxsb100.cfg │ │ ├── hitex_lpc1768stick.cfg │ │ ├── hitex_lpc2929.cfg │ │ ├── hitex_stm32-performancestick.cfg │ │ ├── hitex_str9-comstick.cfg │ │ ├── iar_lpc1768.cfg │ │ ├── iar_str912_sk.cfg │ │ ├── icnova_imx53_sodimm.cfg │ │ ├── icnova_sam9g45_sodimm.cfg │ │ ├── imx27ads.cfg │ │ ├── imx27lnst.cfg │ │ ├── imx28evk.cfg │ │ ├── imx31pdk.cfg │ │ ├── imx35pdk.cfg │ │ ├── imx53-m53evk.cfg │ │ ├── imx53loco.cfg │ │ ├── imx8mp-evk.cfg │ │ ├── insignal_arndale.cfg │ │ ├── kasli.cfg │ │ ├── kc100.cfg │ │ ├── kc705.cfg │ │ ├── kcu105.cfg │ │ ├── keil_mcb1700.cfg │ │ ├── keil_mcb2140.cfg │ │ ├── kindle2.cfg │ │ ├── kwikstik.cfg │ │ ├── la_fonera-fon2200.cfg │ │ ├── lambdaconcept_ecpix-5.cfg │ │ ├── lemaker_hikey.cfg │ │ ├── linksys-wag200g.cfg │ │ ├── linksys-wrt54gl.cfg │ │ ├── linksys_nslu2.cfg │ │ ├── lisa-l.cfg │ │ ├── logicpd_imx27.cfg │ │ ├── lpc1850_spifi_generic.cfg │ │ ├── lpc4350_spifi_generic.cfg │ │ ├── lubbock.cfg │ │ ├── marsohod.cfg │ │ ├── marsohod2.cfg │ │ ├── marsohod3.cfg │ │ ├── mbed-lpc11u24.cfg │ │ ├── mbed-lpc1768.cfg │ │ ├── mcb1700.cfg │ │ ├── microchip_explorer16.cfg │ │ ├── microchip_sama5d27_som1_kit1.cfg │ │ ├── microchip_same51_curiosity_nano.cfg │ │ ├── microchip_same54_xplained_pro.cfg │ │ ├── microchip_saml11_xplained_pro.cfg │ │ ├── mini2440.cfg │ │ ├── mini6410.cfg │ │ ├── minispartan6.cfg │ │ ├── nds32_corvettef1.cfg │ │ ├── nds32_xc5.cfg │ │ ├── nds32_xc7.cfg │ │ ├── netgear-dg834v3.cfg │ │ ├── netgear-wg102.cfg │ │ ├── nordic_nrf51822_mkit.cfg │ │ ├── nordic_nrf51_dk.cfg │ │ ├── nordic_nrf52_dk.cfg │ │ ├── nordic_nrf52_ftx232.cfg │ │ ├── novena-internal-fpga.cfg │ │ ├── npcx_evb.cfg │ │ ├── numato_mimas_a7.cfg │ │ ├── numato_opsis.cfg │ │ ├── nxp_frdm-ls1012a.cfg │ │ ├── nxp_imx7sabre.cfg │ │ ├── nxp_lpc-link2.cfg │ │ ├── nxp_mcimx8m-evk.cfg │ │ ├── nxp_rdb-ls1046a.cfg │ │ ├── nxp_rdb-ls1088a.cfg │ │ ├── olimex_LPC2378STK.cfg │ │ ├── olimex_lpc_h2148.cfg │ │ ├── olimex_sam7_ex256.cfg │ │ ├── olimex_sam7_la2.cfg │ │ ├── olimex_sam9_l9260.cfg │ │ ├── olimex_stm32_h103.cfg │ │ ├── olimex_stm32_h107.cfg │ │ ├── olimex_stm32_h405.cfg │ │ ├── olimex_stm32_p107.cfg │ │ ├── omap2420_h4.cfg │ │ ├── openrd.cfg │ │ ├── or1k_generic.cfg │ │ ├── osk5912.cfg │ │ ├── phone_se_j100i.cfg │ │ ├── phytec_lpc3250.cfg │ │ ├── pic-p32mx.cfg │ │ ├── pico-debug.cfg │ │ ├── pipistrello.cfg │ │ ├── propox_mmnet1001.cfg │ │ ├── pxa255_sst.cfg │ │ ├── quark_d2000_refboard.cfg │ │ ├── quark_x10xx_board.cfg │ │ ├── quicklogic_quickfeather.cfg │ │ ├── radiona_ulx3s.cfg │ │ ├── redbee.cfg │ │ ├── reflexces_achilles_i-dev_kit_arria10.cfg │ │ ├── renesas_dk-s7g2.cfg │ │ ├── renesas_falcon.cfg │ │ ├── renesas_gr_peach.cfg │ │ ├── renesas_porter.cfg │ │ ├── renesas_salvator-xs.cfg │ │ ├── renesas_silk.cfg │ │ ├── renesas_stout.cfg │ │ ├── rigado_bmd300_ek.cfg │ │ ├── rpi3.cfg │ │ ├── rpi4b.cfg │ │ ├── rsc-w910.cfg │ │ ├── sayma_amc.cfg │ │ ├── sheevaplug.cfg │ │ ├── sifive-e31arty.cfg │ │ ├── sifive-e51arty.cfg │ │ ├── sifive-hifive1-revb.cfg │ │ ├── sifive-hifive1.cfg │ │ ├── smdk6410.cfg │ │ ├── snps_em_sk.cfg │ │ ├── snps_em_sk_v1.cfg │ │ ├── snps_em_sk_v2.1.cfg │ │ ├── snps_em_sk_v2.2.cfg │ │ ├── snps_hsdk.cfg │ │ ├── spansion_sk-fm4-176l-s6e2cc.cfg │ │ ├── spansion_sk-fm4-u120-9b560.cfg │ │ ├── spear300evb.cfg │ │ ├── spear300evb_mod.cfg │ │ ├── spear310evb20.cfg │ │ ├── spear310evb20_mod.cfg │ │ ├── spear320cpu.cfg │ │ ├── spear320cpu_mod.cfg │ │ ├── st_b-l475e-iot01a.cfg │ │ ├── st_nucleo_8l152r8.cfg │ │ ├── st_nucleo_8s208rb.cfg │ │ ├── st_nucleo_f0.cfg │ │ ├── st_nucleo_f103rb.cfg │ │ ├── st_nucleo_f3.cfg │ │ ├── st_nucleo_f4.cfg │ │ ├── st_nucleo_f7.cfg │ │ ├── st_nucleo_g0.cfg │ │ ├── st_nucleo_g4.cfg │ │ ├── st_nucleo_h743zi.cfg │ │ ├── st_nucleo_h745zi.cfg │ │ ├── st_nucleo_l073rz.cfg │ │ ├── st_nucleo_l1.cfg │ │ ├── st_nucleo_l4.cfg │ │ ├── st_nucleo_l5.cfg │ │ ├── st_nucleo_wb55.cfg │ │ ├── steval-idb007v1.cfg │ │ ├── steval-idb008v1.cfg │ │ ├── steval-idb011v1.cfg │ │ ├── steval_pcc010.cfg │ │ ├── stm320518_eval.cfg │ │ ├── stm320518_eval_stlink.cfg │ │ ├── stm32100b_eval.cfg │ │ ├── stm3210b_eval.cfg │ │ ├── stm3210c_eval.cfg │ │ ├── stm3210e_eval.cfg │ │ ├── stm3220g_eval.cfg │ │ ├── stm3220g_eval_stlink.cfg │ │ ├── stm3241g_eval.cfg │ │ ├── stm3241g_eval_stlink.cfg │ │ ├── stm32429i_eval.cfg │ │ ├── stm32429i_eval_stlink.cfg │ │ ├── stm32439i_eval.cfg │ │ ├── stm32439i_eval_stlink.cfg │ │ ├── stm327x6g_eval.cfg │ │ ├── stm32f0discovery.cfg │ │ ├── stm32f103c8_blue_pill.cfg │ │ ├── stm32f334discovery.cfg │ │ ├── stm32f3discovery.cfg │ │ ├── stm32f412g-disco.cfg │ │ ├── stm32f413h-disco.cfg │ │ ├── stm32f429disc1.cfg │ │ ├── stm32f429discovery.cfg │ │ ├── stm32f469discovery.cfg │ │ ├── stm32f469i-disco.cfg │ │ ├── stm32f4discovery.cfg │ │ ├── stm32f723e-disco.cfg │ │ ├── stm32f746g-disco.cfg │ │ ├── stm32f769i-disco.cfg │ │ ├── stm32f7discovery.cfg │ │ ├── stm32h735g-disco.cfg │ │ ├── stm32h745i-disco.cfg │ │ ├── stm32h747i-disco.cfg │ │ ├── stm32h750b-disco.cfg │ │ ├── stm32h7b3i-disco.cfg │ │ ├── stm32h7x3i_eval.cfg │ │ ├── stm32h7x_dual_qspi.cfg │ │ ├── stm32l0discovery.cfg │ │ ├── stm32l476g-disco.cfg │ │ ├── stm32l496g-disco.cfg │ │ ├── stm32l4discovery.cfg │ │ ├── stm32l4p5g-disco.cfg │ │ ├── stm32l4r9i-disco.cfg │ │ ├── stm32ldiscovery.cfg │ │ ├── stm32mp13x_dk.cfg │ │ ├── stm32mp15x_dk2.cfg │ │ ├── stm32vldiscovery.cfg │ │ ├── str910-eval.cfg │ │ ├── telo.cfg │ │ ├── ti_am335xevm.cfg │ │ ├── ti_am437x_idk.cfg │ │ ├── ti_am43xx_evm.cfg │ │ ├── ti_am625evm.cfg │ │ ├── ti_am642evm.cfg │ │ ├── ti_am654evm.cfg │ │ ├── ti_beagleboard.cfg │ │ ├── ti_beagleboard_xm.cfg │ │ ├── ti_beaglebone-base.cfg │ │ ├── ti_beaglebone.cfg │ │ ├── ti_beaglebone_black.cfg │ │ ├── ti_blaze.cfg │ │ ├── ti_cc13x0_launchpad.cfg │ │ ├── ti_cc13x2_launchpad.cfg │ │ ├── ti_cc26x0_launchpad.cfg │ │ ├── ti_cc26x2_launchpad.cfg │ │ ├── ti_cc3200_launchxl.cfg │ │ ├── ti_cc3220sf_launchpad.cfg │ │ ├── ti_cc32xx_launchpad.cfg │ │ ├── ti_dk-tm4c129.cfg │ │ ├── ti_ek-tm4c123gxl.cfg │ │ ├── ti_ek-tm4c1294xl.cfg │ │ ├── ti_j7200evm.cfg │ │ ├── ti_j721evm.cfg │ │ ├── ti_j721s2evm.cfg │ │ ├── ti_msp432_launchpad.cfg │ │ ├── ti_pandaboard.cfg │ │ ├── ti_pandaboard_es.cfg │ │ ├── ti_tmdx570ls20susb.cfg │ │ ├── ti_tmdx570ls31usb.cfg │ │ ├── tocoding_poplar.cfg │ │ ├── topas910.cfg │ │ ├── topasa900.cfg │ │ ├── tp-link_tl-mr3020.cfg │ │ ├── tp-link_wdr4300.cfg │ │ ├── twr-k60f120m.cfg │ │ ├── twr-k60n512.cfg │ │ ├── twr-vf65gs10.cfg │ │ ├── twr-vf65gs10_cmsisdap.cfg │ │ ├── tx25_stk5.cfg │ │ ├── tx27_stk5.cfg │ │ ├── unknown_at91sam9260.cfg │ │ ├── uptech_2410.cfg │ │ ├── vd_a53x2_jtag.cfg │ │ ├── vd_m4_jtag.cfg │ │ ├── vd_pulpissimo_jtag.cfg │ │ ├── vd_swerv_jtag.cfg │ │ ├── verdex.cfg │ │ ├── voipac.cfg │ │ ├── voltcraft_dso-3062c.cfg │ │ ├── x300t.cfg │ │ ├── xmc-2go.cfg │ │ ├── xmc1100-boot-kit.cfg │ │ ├── xmc4200-application-kit-actuator.cfg │ │ ├── xmc4300-relax.cfg │ │ ├── xmc4500-application-kit-general.cfg │ │ ├── xmc4500-application-kit-sdram.cfg │ │ ├── xmc4500-relax.cfg │ │ ├── xmc4700-relax.cfg │ │ ├── xmc4800-relax.cfg │ │ └── xmos_xk-xac-xa8_arm.cfg │ ├── chip │ │ ├── atmel │ │ │ └── at91 │ │ │ │ ├── aic.tcl │ │ │ │ ├── at91_pio.cfg │ │ │ │ ├── at91_pmc.cfg │ │ │ │ ├── at91_rstc.cfg │ │ │ │ ├── at91_wdt.cfg │ │ │ │ ├── at91sam7x128.tcl │ │ │ │ ├── at91sam7x256.tcl │ │ │ │ ├── at91sam9261.cfg │ │ │ │ ├── at91sam9261_matrix.cfg │ │ │ │ ├── at91sam9263.cfg │ │ │ │ ├── at91sam9263_matrix.cfg │ │ │ │ ├── at91sam9_init.cfg │ │ │ │ ├── at91sam9_sdramc.cfg │ │ │ │ ├── at91sam9_smc.cfg │ │ │ │ ├── hardware.cfg │ │ │ │ ├── pmc.tcl │ │ │ │ ├── rtt.tcl │ │ │ │ ├── sam9_smc.cfg │ │ │ │ └── usarts.tcl │ │ ├── st │ │ │ ├── spear │ │ │ │ ├── quirk_no_srst.tcl │ │ │ │ ├── spear3xx.tcl │ │ │ │ └── spear3xx_ddr.tcl │ │ │ └── stm32 │ │ │ │ ├── stm32.tcl │ │ │ │ ├── stm32_rcc.tcl │ │ │ │ └── stm32_regs.tcl │ │ └── ti │ │ │ └── lm3s │ │ │ ├── lm3s.tcl │ │ │ └── lm3s_regs.tcl │ ├── cpld │ │ ├── altera-5m570z-cpld.cfg │ │ ├── altera-epm240.cfg │ │ ├── jtagspi.cfg │ │ ├── lattice-lc4032ze.cfg │ │ ├── xilinx-xc6s.cfg │ │ ├── xilinx-xc7.cfg │ │ ├── xilinx-xcf-p.cfg │ │ ├── xilinx-xcf-s.cfg │ │ ├── xilinx-xcr3256.cfg │ │ └── xilinx-xcu.cfg │ ├── cpu │ │ ├── arc │ │ │ ├── common.tcl │ │ │ ├── em.tcl │ │ │ ├── hs.tcl │ │ │ └── v2.tcl │ │ └── arm │ │ │ ├── arm7tdmi.tcl │ │ │ ├── arm920.tcl │ │ │ ├── arm946.tcl │ │ │ ├── arm966.tcl │ │ │ └── cortex_m3.tcl │ ├── fpga │ │ ├── altera-10m50.cfg │ │ ├── altera-ep3c10.cfg │ │ ├── lattice_ecp5.cfg │ │ ├── xilinx-dna.cfg │ │ └── xilinx-xadc.cfg │ ├── interface │ │ ├── altera-usb-blaster.cfg │ │ ├── altera-usb-blaster2.cfg │ │ ├── arm-jtag-ew.cfg │ │ ├── at91rm9200.cfg │ │ ├── buspirate.cfg │ │ ├── calao-usb-a9260.cfg │ │ ├── chameleon.cfg │ │ ├── cmsis-dap.cfg │ │ ├── dln-2-gpiod.cfg │ │ ├── dummy.cfg │ │ ├── estick.cfg │ │ ├── flashlink.cfg │ │ ├── ft232r.cfg │ │ ├── ft232r │ │ │ └── radiona_ulx3s.cfg │ │ ├── ftdi │ │ │ ├── 100ask-openjtag.cfg │ │ │ ├── ashling-opella-ld-jtag.cfg │ │ │ ├── ashling-opella-ld-swd.cfg │ │ │ ├── axm0432.cfg │ │ │ ├── c232hm.cfg │ │ │ ├── calao-usb-a9260-c01.cfg │ │ │ ├── calao-usb-a9260-c02.cfg │ │ │ ├── cortino.cfg │ │ │ ├── digilent-hs1.cfg │ │ │ ├── digilent-hs2.cfg │ │ │ ├── digilent_jtag_hs3.cfg │ │ │ ├── digilent_jtag_smt2.cfg │ │ │ ├── digilent_jtag_smt2_nc.cfg │ │ │ ├── dlp-usb1232h.cfg │ │ │ ├── dp_busblaster.cfg │ │ │ ├── dp_busblaster_kt-link.cfg │ │ │ ├── flossjtag-noeeprom.cfg │ │ │ ├── flossjtag.cfg │ │ │ ├── flyswatter.cfg │ │ │ ├── flyswatter2.cfg │ │ │ ├── ft232h-module-swd.cfg │ │ │ ├── gw16042.cfg │ │ │ ├── hie-jtag.cfg │ │ │ ├── hilscher_nxhx10_etm.cfg │ │ │ ├── hilscher_nxhx500_etm.cfg │ │ │ ├── hilscher_nxhx500_re.cfg │ │ │ ├── hilscher_nxhx50_etm.cfg │ │ │ ├── hilscher_nxhx50_re.cfg │ │ │ ├── hitex_lpc1768stick.cfg │ │ │ ├── hitex_str9-comstick.cfg │ │ │ ├── icebear.cfg │ │ │ ├── imx8mp-evk.cfg │ │ │ ├── incircuit-icprog.cfg │ │ │ ├── iotlab-usb.cfg │ │ │ ├── isodebug.cfg │ │ │ ├── jtag-lock-pick_tiny_2.cfg │ │ │ ├── jtagkey.cfg │ │ │ ├── jtagkey2.cfg │ │ │ ├── jtagkey2p.cfg │ │ │ ├── kt-link.cfg │ │ │ ├── lambdaconcept_ecpix-5.cfg │ │ │ ├── lisa-l.cfg │ │ │ ├── luminary-icdi.cfg │ │ │ ├── luminary-lm3s811.cfg │ │ │ ├── luminary.cfg │ │ │ ├── m53evk.cfg │ │ │ ├── mbftdi.cfg │ │ │ ├── minimodule-swd.cfg │ │ │ ├── minimodule.cfg │ │ │ ├── minispartan6.cfg │ │ │ ├── miniwiggler.cfg │ │ │ ├── neodb.cfg │ │ │ ├── ngxtech.cfg │ │ │ ├── olimex-arm-jtag-swd.cfg │ │ │ ├── olimex-arm-usb-ocd-h.cfg │ │ │ ├── olimex-arm-usb-ocd.cfg │ │ │ ├── olimex-arm-usb-tiny-h.cfg │ │ │ ├── olimex-jtag-tiny.cfg │ │ │ ├── oocdlink.cfg │ │ │ ├── opendous_ftdi.cfg │ │ │ ├── openocd-usb-hs.cfg │ │ │ ├── openocd-usb.cfg │ │ │ ├── openrd.cfg │ │ │ ├── pipistrello.cfg │ │ │ ├── pls_spc5.cfg │ │ │ ├── redbee-econotag.cfg │ │ │ ├── redbee-usb.cfg │ │ │ ├── rowley-cc-arm-swd.cfg │ │ │ ├── sheevaplug.cfg │ │ │ ├── signalyzer-lite.cfg │ │ │ ├── signalyzer.cfg │ │ │ ├── snps_sdp.cfg │ │ │ ├── steppenprobe.cfg │ │ │ ├── stm32-stick.cfg │ │ │ ├── swd-resistor-hack.cfg │ │ │ ├── ti-icdi.cfg │ │ │ ├── tumpa-lite.cfg │ │ │ ├── tumpa.cfg │ │ │ ├── turtelizer2-revB.cfg │ │ │ ├── turtelizer2-revC.cfg │ │ │ ├── um232h.cfg │ │ │ ├── vpaclink.cfg │ │ │ ├── xds100v2.cfg │ │ │ └── xds100v3.cfg │ │ ├── imx-native.cfg │ │ ├── jlink.cfg │ │ ├── jtag_dpi.cfg │ │ ├── jtag_hat_rpi2.cfg │ │ ├── jtag_vpi.cfg │ │ ├── kitprog.cfg │ │ ├── nds32-aice.cfg │ │ ├── nulink.cfg │ │ ├── opendous.cfg │ │ ├── openjtag.cfg │ │ ├── osbdm.cfg │ │ ├── parport.cfg │ │ ├── parport_dlc5.cfg │ │ ├── raspberrypi-native.cfg │ │ ├── raspberrypi2-native.cfg │ │ ├── rlink.cfg │ │ ├── rshim.cfg │ │ ├── stlink-dap.cfg │ │ ├── stlink-v1.cfg │ │ ├── stlink-v2-1.cfg │ │ ├── stlink-v2.cfg │ │ ├── stlink.cfg │ │ ├── sysfsgpio-raspberrypi.cfg │ │ ├── ti-icdi.cfg │ │ ├── ulink.cfg │ │ ├── usb-jtag.cfg │ │ ├── usbprog.cfg │ │ ├── vdebug.cfg │ │ ├── vsllink.cfg │ │ └── xds110.cfg │ ├── mem_helper.tcl │ ├── memory.tcl │ ├── mmr_helpers.tcl │ ├── target │ │ ├── 1986ве1т.cfg │ │ ├── adsp-sc58x.cfg │ │ ├── aduc702x.cfg │ │ ├── aducm360.cfg │ │ ├── allwinner_v3s.cfg │ │ ├── alphascale_asm9260t.cfg │ │ ├── altera_fpgasoc.cfg │ │ ├── altera_fpgasoc_arria10.cfg │ │ ├── am335x.cfg │ │ ├── am437x.cfg │ │ ├── amdm37x.cfg │ │ ├── ampere_emag.cfg │ │ ├── ar71xx.cfg │ │ ├── arm_corelink_sse200.cfg │ │ ├── armada370.cfg │ │ ├── at32ap7000.cfg │ │ ├── at91r40008.cfg │ │ ├── at91rm9200.cfg │ │ ├── at91sam3XXX.cfg │ │ ├── at91sam3ax_4x.cfg │ │ ├── at91sam3ax_8x.cfg │ │ ├── at91sam3ax_xx.cfg │ │ ├── at91sam3nXX.cfg │ │ ├── at91sam3sXX.cfg │ │ ├── at91sam3u1c.cfg │ │ ├── at91sam3u1e.cfg │ │ ├── at91sam3u2c.cfg │ │ ├── at91sam3u2e.cfg │ │ ├── at91sam3u4c.cfg │ │ ├── at91sam3u4e.cfg │ │ ├── at91sam3uxx.cfg │ │ ├── at91sam4XXX.cfg │ │ ├── at91sam4c32x.cfg │ │ ├── at91sam4cXXX.cfg │ │ ├── at91sam4lXX.cfg │ │ ├── at91sam4sXX.cfg │ │ ├── at91sam4sd32x.cfg │ │ ├── at91sam7a2.cfg │ │ ├── at91sam7se512.cfg │ │ ├── at91sam7sx.cfg │ │ ├── at91sam7x256.cfg │ │ ├── at91sam7x512.cfg │ │ ├── at91sam9.cfg │ │ ├── at91sam9260.cfg │ │ ├── at91sam9260_ext_RAM_ext_flash.cfg │ │ ├── at91sam9261.cfg │ │ ├── at91sam9263.cfg │ │ ├── at91sam9g10.cfg │ │ ├── at91sam9g20.cfg │ │ ├── at91sam9g45.cfg │ │ ├── at91sam9rl.cfg │ │ ├── at91sama5d2.cfg │ │ ├── at91samdXX.cfg │ │ ├── at91samg5x.cfg │ │ ├── atheros_ar2313.cfg │ │ ├── atheros_ar2315.cfg │ │ ├── atheros_ar9331.cfg │ │ ├── atheros_ar9344.cfg │ │ ├── atmega128.cfg │ │ ├── atmega128rfa1.cfg │ │ ├── atsame5x.cfg │ │ ├── atsaml1x.cfg │ │ ├── atsamv.cfg │ │ ├── avr32.cfg │ │ ├── bcm2711.cfg │ │ ├── bcm281xx.cfg │ │ ├── bcm2835.cfg │ │ ├── bcm2836.cfg │ │ ├── bcm2837.cfg │ │ ├── bcm4706.cfg │ │ ├── bcm4718.cfg │ │ ├── bcm47xx.cfg │ │ ├── bcm5352e.cfg │ │ ├── bcm6348.cfg │ │ ├── bluefield.cfg │ │ ├── bluenrg-x.cfg │ │ ├── c100.cfg │ │ ├── c100config.tcl │ │ ├── c100helper.tcl │ │ ├── c100regs.tcl │ │ ├── cc2538.cfg │ │ ├── cs351x.cfg │ │ ├── davinci.cfg │ │ ├── dragonite.cfg │ │ ├── dsp56321.cfg │ │ ├── dsp568013.cfg │ │ ├── dsp568037.cfg │ │ ├── efm32.cfg │ │ ├── em357.cfg │ │ ├── em358.cfg │ │ ├── eos_s3.cfg │ │ ├── epc9301.cfg │ │ ├── esi32xx.cfg │ │ ├── exynos5250.cfg │ │ ├── faux.cfg │ │ ├── feroceon.cfg │ │ ├── fm3.cfg │ │ ├── fm4.cfg │ │ ├── fm4_mb9bf.cfg │ │ ├── fm4_s6e2cc.cfg │ │ ├── gd32e23x.cfg │ │ ├── gd32vf103.cfg │ │ ├── gp326xxxa.cfg │ │ ├── hi3798.cfg │ │ ├── hi6220.cfg │ │ ├── hilscher_netx10.cfg │ │ ├── hilscher_netx50.cfg │ │ ├── hilscher_netx500.cfg │ │ ├── icepick.cfg │ │ ├── imx.cfg │ │ ├── imx21.cfg │ │ ├── imx25.cfg │ │ ├── imx27.cfg │ │ ├── imx28.cfg │ │ ├── imx31.cfg │ │ ├── imx35.cfg │ │ ├── imx51.cfg │ │ ├── imx53.cfg │ │ ├── imx6.cfg │ │ ├── imx6sx.cfg │ │ ├── imx6ul.cfg │ │ ├── imx7.cfg │ │ ├── imx7ulp.cfg │ │ ├── imx8m.cfg │ │ ├── imx8qm.cfg │ │ ├── infineon │ │ │ └── tle987x.cfg │ │ ├── is5114.cfg │ │ ├── ixp42x.cfg │ │ ├── k1921vk01t.cfg │ │ ├── k40.cfg │ │ ├── k60.cfg │ │ ├── ke0x.cfg │ │ ├── ke1xf.cfg │ │ ├── ke1xz.cfg │ │ ├── kl25.cfg │ │ ├── kl46.cfg │ │ ├── klx.cfg │ │ ├── ks869x.cfg │ │ ├── kx.cfg │ │ ├── lpc11xx.cfg │ │ ├── lpc12xx.cfg │ │ ├── lpc13xx.cfg │ │ ├── lpc17xx.cfg │ │ ├── lpc1850.cfg │ │ ├── lpc1xxx.cfg │ │ ├── lpc2103.cfg │ │ ├── lpc2124.cfg │ │ ├── lpc2129.cfg │ │ ├── lpc2148.cfg │ │ ├── lpc2294.cfg │ │ ├── lpc2378.cfg │ │ ├── lpc2460.cfg │ │ ├── lpc2478.cfg │ │ ├── lpc2900.cfg │ │ ├── lpc2xxx.cfg │ │ ├── lpc3131.cfg │ │ ├── lpc3250.cfg │ │ ├── lpc40xx.cfg │ │ ├── lpc4350.cfg │ │ ├── lpc4357.cfg │ │ ├── lpc4370.cfg │ │ ├── lpc84x.cfg │ │ ├── lpc8nxx.cfg │ │ ├── lpc8xx.cfg │ │ ├── ls1012a.cfg │ │ ├── ls1046a.cfg │ │ ├── ls1088a.cfg │ │ ├── marvell │ │ │ ├── 88f3710.cfg │ │ │ ├── 88f3720.cfg │ │ │ └── 88f37x0.cfg │ │ ├── max32620.cfg │ │ ├── max32625.cfg │ │ ├── max3263x.cfg │ │ ├── mc13224v.cfg │ │ ├── mdr32f9q2i.cfg │ │ ├── nds32v2.cfg │ │ ├── nds32v3.cfg │ │ ├── nds32v3m.cfg │ │ ├── nds32v5.cfg │ │ ├── nhs31xx.cfg │ │ ├── npcx.cfg │ │ ├── nrf51.cfg │ │ ├── nrf52.cfg │ │ ├── nuc910.cfg │ │ ├── numicro.cfg │ │ ├── omap2420.cfg │ │ ├── omap3530.cfg │ │ ├── omap4430.cfg │ │ ├── omap4460.cfg │ │ ├── omap5912.cfg │ │ ├── omapl138.cfg │ │ ├── or1k.cfg │ │ ├── pic32mx.cfg │ │ ├── psoc4.cfg │ │ ├── psoc5lp.cfg │ │ ├── psoc6.cfg │ │ ├── pxa255.cfg │ │ ├── pxa270.cfg │ │ ├── pxa3xx.cfg │ │ ├── qualcomm_qca4531.cfg │ │ ├── quark_d20xx.cfg │ │ ├── quark_x10xx.cfg │ │ ├── readme.txt │ │ ├── renesas_r7s72100.cfg │ │ ├── renesas_rcar_gen2.cfg │ │ ├── renesas_rcar_gen3.cfg │ │ ├── renesas_rcar_reset_common.cfg │ │ ├── renesas_rz_g2.cfg │ │ ├── renesas_s7g2.cfg │ │ ├── rk3308.cfg │ │ ├── rk3399.cfg │ │ ├── rp2040-core0.cfg │ │ ├── samsung_s3c2410.cfg │ │ ├── samsung_s3c2440.cfg │ │ ├── samsung_s3c2450.cfg │ │ ├── samsung_s3c4510.cfg │ │ ├── samsung_s3c6410.cfg │ │ ├── sharp_lh79532.cfg │ │ ├── sim3x.cfg │ │ ├── smp8634.cfg │ │ ├── snps_em_sk_fpga.cfg │ │ ├── snps_hsdk.cfg │ │ ├── spear3xx.cfg │ │ ├── stellaris.cfg │ │ ├── stm32f0x.cfg │ │ ├── stm32f1x.cfg │ │ ├── stm32f2x.cfg │ │ ├── stm32f3x.cfg │ │ ├── stm32f4x.cfg │ │ ├── stm32f7x.cfg │ │ ├── stm32g0x.cfg │ │ ├── stm32g4x.cfg │ │ ├── stm32h7x.cfg │ │ ├── stm32h7x_dual_bank.cfg │ │ ├── stm32l0.cfg │ │ ├── stm32l0_dual_bank.cfg │ │ ├── stm32l1.cfg │ │ ├── stm32l1x_dual_bank.cfg │ │ ├── stm32l4x.cfg │ │ ├── stm32l5x.cfg │ │ ├── stm32mp13x.cfg │ │ ├── stm32mp15x.cfg │ │ ├── stm32u5x.cfg │ │ ├── stm32w108xx.cfg │ │ ├── stm32wbx.cfg │ │ ├── stm32wlx.cfg │ │ ├── stm32x5x_common.cfg │ │ ├── stm32xl.cfg │ │ ├── stm8l.cfg │ │ ├── stm8l152.cfg │ │ ├── stm8s.cfg │ │ ├── stm8s003.cfg │ │ ├── stm8s103.cfg │ │ ├── stm8s105.cfg │ │ ├── str710.cfg │ │ ├── str730.cfg │ │ ├── str750.cfg │ │ ├── str912.cfg │ │ ├── swj-dp.tcl │ │ ├── swm050.cfg │ │ ├── test_reset_syntax_error.cfg │ │ ├── test_syntax_error.cfg │ │ ├── ti-ar7.cfg │ │ ├── ti-cjtag.cfg │ │ ├── ti_calypso.cfg │ │ ├── ti_cc13x0.cfg │ │ ├── ti_cc13x2.cfg │ │ ├── ti_cc26x0.cfg │ │ ├── ti_cc26x2.cfg │ │ ├── ti_cc3220sf.cfg │ │ ├── ti_cc32xx.cfg │ │ ├── ti_dm355.cfg │ │ ├── ti_dm365.cfg │ │ ├── ti_dm6446.cfg │ │ ├── ti_k3.cfg │ │ ├── ti_msp432.cfg │ │ ├── ti_rm4x.cfg │ │ ├── ti_tms570.cfg │ │ ├── ti_tms570ls20xxx.cfg │ │ ├── ti_tms570ls3137.cfg │ │ ├── tmpa900.cfg │ │ ├── tmpa910.cfg │ │ ├── tnetc4401.cfg │ │ ├── u8500.cfg │ │ ├── vd_aarch64.cfg │ │ ├── vd_cortex_m.cfg │ │ ├── vd_riscv.cfg │ │ ├── vybrid_vf6xx.cfg │ │ ├── xilinx_zynqmp.cfg │ │ ├── xmc1xxx.cfg │ │ ├── xmc4xxx.cfg │ │ ├── xmos_xs1-xau8a-10_arm.cfg │ │ ├── zynq_7000.cfg │ │ └── к1879xб1я.cfg │ ├── test │ │ ├── selftest.cfg │ │ └── syntax1.cfg │ └── tools │ │ ├── firmware-recovery.tcl │ │ └── memtest.tcl │ └── share │ └── doc │ ├── info │ ├── dir │ ├── openocd.info │ ├── openocd.info-1 │ └── openocd.info-2 │ └── man │ └── man1 │ └── openocd.1 ├── doc ├── USB to JTAG and SPI Communication Protocol.PDF └── USB转JTAG和SPI接口通信协议.pdf ├── sch └── USB_JTAG_SPI_1v0(sch).pdf ├── src ├── MCU │ └── USB_JTAG_SPI_CH32V30x │ │ ├── .cproject │ │ ├── .project │ │ ├── .settings │ │ └── language.settings.xml │ │ ├── .template │ │ ├── SRC │ │ ├── Core │ │ │ ├── core_riscv.c │ │ │ └── core_riscv.h │ │ ├── Debug │ │ │ ├── debug.c │ │ │ └── debug.h │ │ ├── Ld │ │ │ └── Link.ld │ │ ├── Peripheral │ │ │ ├── inc │ │ │ │ ├── ch32v30x.h │ │ │ │ ├── ch32v30x_adc.h │ │ │ │ ├── ch32v30x_bkp.h │ │ │ │ ├── ch32v30x_can.h │ │ │ │ ├── ch32v30x_crc.h │ │ │ │ ├── ch32v30x_dac.h │ │ │ │ ├── ch32v30x_dbgmcu.h │ │ │ │ ├── ch32v30x_dma.h │ │ │ │ ├── ch32v30x_dvp.h │ │ │ │ ├── ch32v30x_eth.h │ │ │ │ ├── ch32v30x_exti.h │ │ │ │ ├── ch32v30x_flash.h │ │ │ │ ├── ch32v30x_fsmc.h │ │ │ │ ├── ch32v30x_gpio.h │ │ │ │ ├── ch32v30x_i2c.h │ │ │ │ ├── ch32v30x_iwdg.h │ │ │ │ ├── ch32v30x_misc.h │ │ │ │ ├── ch32v30x_opa.h │ │ │ │ ├── ch32v30x_pwr.h │ │ │ │ ├── ch32v30x_rcc.h │ │ │ │ ├── ch32v30x_rng.h │ │ │ │ ├── ch32v30x_rtc.h │ │ │ │ ├── ch32v30x_sdio.h │ │ │ │ ├── ch32v30x_spi.h │ │ │ │ ├── ch32v30x_tim.h │ │ │ │ ├── ch32v30x_usart.h │ │ │ │ ├── ch32v30x_usb.h │ │ │ │ ├── ch32v30x_usb_host.h │ │ │ │ └── ch32v30x_wwdg.h │ │ │ └── src │ │ │ │ ├── ch32v30x_adc.c │ │ │ │ ├── ch32v30x_bkp.c │ │ │ │ ├── ch32v30x_can.c │ │ │ │ ├── ch32v30x_crc.c │ │ │ │ ├── ch32v30x_dac.c │ │ │ │ ├── ch32v30x_dbgmcu.c │ │ │ │ ├── ch32v30x_dma.c │ │ │ │ ├── ch32v30x_dvp.c │ │ │ │ ├── ch32v30x_eth.c │ │ │ │ ├── ch32v30x_exti.c │ │ │ │ ├── ch32v30x_flash.c │ │ │ │ ├── ch32v30x_fsmc.c │ │ │ │ ├── ch32v30x_gpio.c │ │ │ │ ├── ch32v30x_i2c.c │ │ │ │ ├── ch32v30x_iwdg.c │ │ │ │ ├── ch32v30x_misc.c │ │ │ │ ├── ch32v30x_opa.c │ │ │ │ ├── ch32v30x_pwr.c │ │ │ │ ├── ch32v30x_rcc.c │ │ │ │ ├── ch32v30x_rng.c │ │ │ │ ├── ch32v30x_rtc.c │ │ │ │ ├── ch32v30x_sdio.c │ │ │ │ ├── ch32v30x_spi.c │ │ │ │ ├── ch32v30x_tim.c │ │ │ │ ├── ch32v30x_usart.c │ │ │ │ └── ch32v30x_wwdg.c │ │ └── Startup │ │ │ ├── startup_ch32v30x_D8.S │ │ │ └── startup_ch32v30x_D8C.S │ │ ├── USBHS │ │ ├── USB_Desc.h │ │ ├── ch32v30x_usb_device.c │ │ └── ch32vf30x_usb_device.h │ │ ├── USB_JTAG_SPI_CH32V30x.wvproj │ │ ├── User │ │ ├── ch32v30x_conf.h │ │ ├── ch32v30x_it.c │ │ ├── ch32v30x_it.h │ │ ├── main.c │ │ ├── myfile │ │ │ ├── HARDWARE.c │ │ │ ├── HARDWARE.h │ │ │ ├── JTAG.c │ │ │ ├── JTAG.h │ │ │ ├── JTAG_PORT.c │ │ │ ├── JTAG_PORT.h │ │ │ ├── MAIN.h │ │ │ ├── PRINTF.h │ │ │ ├── TYPE.h │ │ │ └── USB转JTAG-SPI接口通信协议_V100.docx │ │ ├── system_ch32v30x.c │ │ └── system_ch32v30x.h │ │ └── obj │ │ └── USB_JTAG_SPI_CH32V30x.hex ├── OpenOCD │ ├── USB20JTAG.zip │ └── USB20JTAG │ │ ├── usb20jtag_ch.c │ │ └── usb20jtag_en.c └── WIN APP │ ├── CH341PAR_Debug.vcproj │ ├── DbgFunc.cpp │ ├── DbgFunc.h │ ├── EditCtrlProc.cpp │ ├── External │ ├── CH375DLL.H │ ├── CH375DLL.lib │ ├── CH375DLL64.dll │ ├── CH375DLL64.lib │ └── CH375DLL_CN.H │ ├── FlashApp.cpp │ ├── FlashApp.h │ ├── Main.cpp │ ├── Main.h │ ├── Main.ico │ ├── Main.rc │ ├── Release │ └── USB20SPI.exe │ ├── SPI_FLASH.h │ ├── SPI_Flash.cpp │ ├── USB20Jtag.rar │ ├── USB20Jtag │ ├── DbgFunc.cpp │ ├── DbgFunc.h │ ├── EditCtrlProc.cpp │ ├── External │ │ ├── CH375DLL.H │ │ ├── CH375DLL.LIB │ │ ├── CH375DLL64.dll │ │ ├── CH375DLL64.lib │ │ └── CH375DLL_EN.h │ ├── JtagDebug.cpp │ ├── JtagDebug.h │ ├── Main.aps │ ├── Main.cpp │ ├── Main.h │ ├── Main.ico │ ├── Main.rc │ ├── Release │ │ └── USB20Jtag.exe │ ├── ReleasePkt │ │ ├── USB20Jtag.exe │ │ ├── USB20Jtag_220419T1 │ │ │ ├── CH372DRV │ │ │ │ ├── CH375DLL.dll │ │ │ │ ├── CH375W64.sys │ │ │ │ ├── CH375WDM.CAT │ │ │ │ ├── CH375WDM.INF │ │ │ │ ├── CH375WDM.sys │ │ │ │ ├── DRVSETUP64 │ │ │ │ │ └── DRVSETUP64.exe │ │ │ │ ├── SETUP.EXE │ │ │ │ └── WIN 1X │ │ │ │ │ ├── CH375DLL.dll │ │ │ │ │ ├── CH375W64.sys │ │ │ │ │ ├── CH375WDM.CAT │ │ │ │ │ ├── CH375WDM.INF │ │ │ │ │ └── CH375WDM.sys │ │ │ ├── USB20Jtag_220419T1 - 副本.zip │ │ │ ├── USB20Jtag_220419T1.exe │ │ │ ├── USB20Jtag_220419T1.zip │ │ │ ├── USB20Jtag_220419T2.exe │ │ │ └── USB20Jtag_220420T1.exe │ │ └── USB20Jtag_220420T1 │ │ │ ├── CH372DRV │ │ │ ├── CH375DLL.dll │ │ │ ├── CH375W64.sys │ │ │ ├── CH375WDM.CAT │ │ │ ├── CH375WDM.INF │ │ │ ├── CH375WDM.sys │ │ │ ├── DRVSETUP64 │ │ │ │ └── DRVSETUP64.exe │ │ │ ├── SETUP.EXE │ │ │ └── WIN 1X │ │ │ │ ├── CH375DLL.dll │ │ │ │ ├── CH375W64.sys │ │ │ │ ├── CH375WDM.CAT │ │ │ │ ├── CH375WDM.INF │ │ │ │ └── CH375WDM.sys │ │ │ ├── USB20Jtag_220420T1.exe │ │ │ └── USB20Jtag_220420T1.rar │ ├── Usb20Jtag.cpp │ ├── Usb20Jtag.h │ ├── Usb20ToJtag.sln │ ├── Usb20ToJtag.vcproj │ ├── resource.h │ └── small.ico │ ├── USB20SPI.H │ ├── USB20SPI.cpp │ ├── USB20SPI.rar │ ├── USB20SPI │ ├── CH341PAR_Debug.vcproj │ ├── DbgFunc.cpp │ ├── DbgFunc.h │ ├── EditCtrlProc.cpp │ ├── External │ │ ├── CH375DLL.H │ │ ├── CH375DLL.lib │ │ ├── CH375DLL64.dll │ │ ├── CH375DLL64.lib │ │ └── CH375DLL_CN.H │ ├── FlashApp.cpp │ ├── FlashApp.h │ ├── Main.cpp │ ├── Main.h │ ├── Main.ico │ ├── Main.rc │ ├── Release │ │ └── USB20SPI.exe │ ├── SPI_FLASH.h │ ├── SPI_Flash.cpp │ ├── USB20SPI.H │ ├── USB20SPI.cpp │ ├── USB20ToSPI.sln │ ├── resource.h │ ├── resource1.h │ └── small.ico │ ├── USB20ToSPI.sln │ ├── resource.h │ ├── resource1.h │ └── small.ico ├── tools ├── MCU IDE(MounRiver).url └── MCU ISP Tool.url └── 高速USB20(480Mbps)JTAG调试器单芯片方案-CN.pdf /FileList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/FileList.txt -------------------------------------------------------------------------------- /Single-Chip Solution for Hi-Speed USB20 (480Mbps) JTAG Debugger.PDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/Single-Chip Solution for Hi-Speed USB20 (480Mbps) JTAG Debugger.PDF -------------------------------------------------------------------------------- /bin/WIN APP/USB20Jtag.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/bin/WIN APP/USB20Jtag.exe -------------------------------------------------------------------------------- /bin/WIN APP/USB20SPI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/bin/WIN APP/USB20SPI.exe -------------------------------------------------------------------------------- /bin/WIN APP/openocd/bin/led.bit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/bin/WIN APP/openocd/bin/led.bit -------------------------------------------------------------------------------- /bin/WIN APP/openocd/bin/libftdi1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/bin/WIN APP/openocd/bin/libftdi1.dll -------------------------------------------------------------------------------- /bin/WIN APP/openocd/bin/libusb-1.0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/bin/WIN APP/openocd/bin/libusb-1.0.dll -------------------------------------------------------------------------------- /bin/WIN APP/openocd/bin/openocd.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/bin/WIN APP/openocd/bin/openocd.exe -------------------------------------------------------------------------------- /bin/WIN APP/openocd/bin/usb20jtag.cfg: -------------------------------------------------------------------------------- 1 | 2 | adapter driver usb20jtag 3 | usb20jtag vid_pid 0x1a86 0x55dd 4 | 5 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/distro-info/licenses/hidapi-hidapi-0.10.1/LICENSE-orig.txt: -------------------------------------------------------------------------------- 1 | HIDAPI - Multi-Platform library for 2 | communication with HID devices. 3 | 4 | Copyright 2009, Alan Ott, Signal 11 Software. 5 | All Rights Reserved. 6 | 7 | This software may be used by anyone for any reason so 8 | long as the copyright notice in the source files 9 | remains intact. 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/distro-info/licenses/libiconv-1.16/AUTHORS: -------------------------------------------------------------------------------- 1 | Bruno Haible 2 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/distro-info/licenses/libiconv-1.16/DEPENDENCIES: -------------------------------------------------------------------------------- 1 | No packages need to be installed before GNU libiconv is installed. 2 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/distro-info/licenses/libusb-1.0.24/NEWS: -------------------------------------------------------------------------------- 1 | For the latest libusb news, please refer to the ChangeLog file, or visit: 2 | http://libusb.info 3 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/distro-info/licenses/openocd-0.11.0-4/preferred/gfdl-1.2.texi.readme: -------------------------------------------------------------------------------- 1 | # SPDX-License-Identifier: GPL-2.0-or-later OR GFDL-1.2-no-invariants-or-later 2 | 3 | The texinfo version of the license gfdl-1.2 is distributed in the 4 | file doc/fdl.texi . 5 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/distro-info/patches/hidapi-0.10.1.patch: -------------------------------------------------------------------------------- 1 | --- configure-orig.ac 2020-11-24 13:39:27.000000000 +0200 2 | +++ configure.ac 2021-08-26 20:08:10.000000000 +0300 3 | @@ -13,7 +13,6 @@ 4 | 5 | AC_CONFIG_MACRO_DIR([m4]) 6 | AM_INIT_AUTOMAKE([foreign -Wall -Werror]) 7 | -AC_CONFIG_MACRO_DIR([m4]) 8 | 9 | m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) 10 | LT_INIT 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/distro-info/scripts/VERSION: -------------------------------------------------------------------------------- 1 | 0.11.0-4 2 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/distro-info/scripts/helper/templates/body-github-pre-releases-test.md: -------------------------------------------------------------------------------- 1 | Binaries that are expected to be fully functional, to be tested before publishing. 2 | 3 | Warning: Do not use them in production, since occasionally they may be broken. 4 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/distro-info/scripts/helper/tests/c-cpp/README.md: -------------------------------------------------------------------------------- 1 | Some of the files are from Martin's llvm-mingw project: 2 | 3 | - 4 | 5 | Chages: 6 | 7 | - in the `hello-exception.cpp` file, the `wait` boolean variable was 8 | renamed `do_wait`, to avoid the clash with a system definition. 9 | 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/distro-info/scripts/helper/tests/c-cpp/simple-objc.m: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main(void) 4 | { 5 | /* Not really Objective-C */ 6 | printf("Hello World\n"); 7 | 8 | return 0; 9 | } 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/distro-info/scripts/helper/tests/c-cpp/weak-override/add2.c: -------------------------------------------------------------------------------- 1 | extern int value; 2 | void func(void) { 3 | value += 2; 4 | } 5 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/distro-info/scripts/helper/tests/c-cpp/weak-override/dummy.c: -------------------------------------------------------------------------------- 1 | void dummy(void) { 2 | } 3 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/distro-info/scripts/helper/tests/c-cpp/weak-override/expected3.c: -------------------------------------------------------------------------------- 1 | int expected = 3; 2 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/distro-info/scripts/helper/tests/fortran/concurrent.f90: -------------------------------------------------------------------------------- 1 | integer,parameter::m=10000 2 | real::a(m), b(m) 3 | real::fact=0.5 4 | 5 | do concurrent (i=1:m) 6 | a(i) = a(i) + fact*b(i) 7 | end do 8 | write(*,"(A)") "Done" 9 | end 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/bin/led.bit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/bin/WIN APP/openocd/openocd/bin/led.bit -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/bin/openocd.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/bin/WIN APP/openocd/openocd/bin/openocd.exe -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/bin/usb20jtag.cfg: -------------------------------------------------------------------------------- 1 | 2 | adapter driver usb20jtag 3 | usb20jtag vid_pid 0x1a86 0x55dd 4 | 5 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/distro-info/licenses/libiconv-1.16/AUTHORS: -------------------------------------------------------------------------------- 1 | Bruno Haible 2 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/distro-info/licenses/libiconv-1.16/DEPENDENCIES: -------------------------------------------------------------------------------- 1 | No packages need to be installed before GNU libiconv is installed. 2 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/distro-info/licenses/libusb-1.0.24/NEWS: -------------------------------------------------------------------------------- 1 | For the latest libusb news, please refer to the ChangeLog file, or visit: 2 | http://libusb.info 3 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/distro-info/licenses/openocd-0.11.0-4/preferred/gfdl-1.2.texi.readme: -------------------------------------------------------------------------------- 1 | # SPDX-License-Identifier: GPL-2.0-or-later OR GFDL-1.2-no-invariants-or-later 2 | 3 | The texinfo version of the license gfdl-1.2 is distributed in the 4 | file doc/fdl.texi . 5 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/distro-info/scripts/VERSION: -------------------------------------------------------------------------------- 1 | 0.11.0-4 2 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/distro-info/scripts/helper/templates/body-github-pre-releases-test.md: -------------------------------------------------------------------------------- 1 | Binaries that are expected to be fully functional, to be tested before publishing. 2 | 3 | Warning: Do not use them in production, since occasionally they may be broken. 4 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/distro-info/scripts/helper/tests/c-cpp/README.md: -------------------------------------------------------------------------------- 1 | Some of the files are from Martin's llvm-mingw project: 2 | 3 | - 4 | 5 | Chages: 6 | 7 | - in the `hello-exception.cpp` file, the `wait` boolean variable was 8 | renamed `do_wait`, to avoid the clash with a system definition. 9 | 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/distro-info/scripts/helper/tests/c-cpp/simple-objc.m: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main(void) 4 | { 5 | /* Not really Objective-C */ 6 | printf("Hello World\n"); 7 | 8 | return 0; 9 | } 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/distro-info/scripts/helper/tests/c-cpp/weak-override/add2.c: -------------------------------------------------------------------------------- 1 | extern int value; 2 | void func(void) { 3 | value += 2; 4 | } 5 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/distro-info/scripts/helper/tests/c-cpp/weak-override/dummy.c: -------------------------------------------------------------------------------- 1 | void dummy(void) { 2 | } 3 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/distro-info/scripts/helper/tests/c-cpp/weak-override/expected3.c: -------------------------------------------------------------------------------- 1 | int expected = 3; 2 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/distro-info/scripts/helper/tests/fortran/concurrent.f90: -------------------------------------------------------------------------------- 1 | integer,parameter::m=10000 2 | real::a(m), b(m) 3 | real::fact=0.5 4 | 5 | do concurrent (i=1:m) 6 | a(i) = a(i) + fact*b(i) 7 | end do 8 | write(*,"(A)") "Done" 9 | end 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/adapteva_parallella1.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Adapteva Parallella-I board (via Porcupine-1 adapter board) 3 | # 4 | 5 | reset_config srst_only 6 | 7 | source [find target/zynq_7000.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/arm_evaluator7t.cfg: -------------------------------------------------------------------------------- 1 | # This board is from ARM and has an samsung s3c45101x01 chip 2 | 3 | source [find target/samsung_s3c4510.cfg] 4 | 5 | # 6 | # FIXME: 7 | # Add (A) sdram configuration 8 | # Add (B) flash cfi programming configuration 9 | # 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/atmel_at91sam7s-ek.cfg: -------------------------------------------------------------------------------- 1 | # Atmel AT91SAM7S-EK 2 | # http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3784 3 | 4 | set CHIPNAME at91sam7s256 5 | 6 | source [find target/at91sam7sx.cfg] 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/atmel_sam3n_ek.cfg: -------------------------------------------------------------------------------- 1 | 2 | # 3 | # Board configuration for Atmel's SAM3N-EK 4 | # 5 | 6 | reset_config srst_only 7 | 8 | set CHIPNAME at91sam3n4c 9 | 10 | adapter speed 32 11 | 12 | source [find target/at91sam3nXX.cfg] 13 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/atmel_sam3s_ek.cfg: -------------------------------------------------------------------------------- 1 | source [find target/at91sam3sXX.cfg] 2 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/atmel_sam3u_ek.cfg: -------------------------------------------------------------------------------- 1 | source [find target/at91sam3u4e.cfg] 2 | 3 | reset_config srst_only 4 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/atmel_sam3x_ek.cfg: -------------------------------------------------------------------------------- 1 | source [find target/at91sam3ax_8x.cfg] 2 | 3 | reset_config srst_only 4 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/atmel_sam4e_ek.cfg: -------------------------------------------------------------------------------- 1 | # This is an SAM4E-EK board with a single SAM4E16 chip. 2 | # http://www.atmel.com/tools/sam4e-ek.aspx 3 | 4 | # chip name 5 | set CHIPNAME SAM4E16E 6 | 7 | source [find target/at91sam4sXX.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/atmel_sam4l8_xplained_pro.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Atmel SAM4L8 Xplained Pro evaluation kit. 3 | # http://www.atmel.com/tools/ATSAM4L8-XPRO.aspx 4 | # 5 | 6 | source [find interface/cmsis-dap.cfg] 7 | 8 | # chip name 9 | set CHIPNAME ATSAM4LC8CA 10 | 11 | source [find target/at91sam4lXX.cfg] 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/atmel_sam4s_ek.cfg: -------------------------------------------------------------------------------- 1 | source [find target/at91sam4sXX.cfg] 2 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/atmel_sam4s_xplained_pro.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Atmel SAM4S Xplained Pro evaluation kit. 3 | # http://www.atmel.com/tools/ATSAM4S-XPRO.aspx 4 | # 5 | 6 | source [find interface/cmsis-dap.cfg] 7 | 8 | # chip name 9 | set CHIPNAME ATSAM4SD32C 10 | 11 | source [find target/at91sam4sd32x.cfg] 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/atmel_samc20_xplained_pro.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Atmel SAMC20 Xplained Pro evaluation kit. 3 | # 4 | 5 | source [find interface/cmsis-dap.cfg] 6 | 7 | # chip name 8 | set CHIPNAME at91samc20j18 9 | 10 | source [find target/at91samdXX.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/atmel_samc21_xplained_pro.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Atmel SAMC21 Xplained Pro evaluation kit. 3 | # http://www.atmel.com/tools/ATSAMC21-XPRO.aspx 4 | # 5 | 6 | source [find interface/cmsis-dap.cfg] 7 | 8 | # chip name 9 | set CHIPNAME at91samc21j18 10 | 11 | source [find target/at91samdXX.cfg] 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/atmel_samd10_xplained_mini.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Atmel SAMD10 Xplained mini evaluation kit. 3 | # http://www.atmel.com/tools/atsamd10-xmini.aspx 4 | 5 | source [find interface/cmsis-dap.cfg] 6 | 7 | # chip name 8 | set CHIPNAME at91samd10d14 9 | 10 | source [find target/at91samdXX.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/atmel_samd11_xplained_pro.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Atmel SAMD11 Xplained Pro evaluation kit. 3 | # 4 | 5 | source [find interface/cmsis-dap.cfg] 6 | 7 | # chip name 8 | set CHIPNAME at91samd11d14 9 | 10 | source [find target/at91samdXX.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/atmel_samd20_xplained_pro.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Atmel SAMD20 Xplained Pro evaluation kit. 3 | # http://www.atmel.com/tools/ATSAMD20-XPRO.aspx 4 | # 5 | 6 | source [find interface/cmsis-dap.cfg] 7 | 8 | # chip name 9 | set CHIPNAME at91samd20j18 10 | 11 | source [find target/at91samdXX.cfg] 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/atmel_samd21_xplained_pro.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Atmel SAMD21 Xplained Pro evaluation kit. 3 | # 4 | 5 | source [find interface/cmsis-dap.cfg] 6 | 7 | # chip name 8 | set CHIPNAME at91samd21j18 9 | 10 | source [find target/at91samdXX.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/atmel_samg53_xplained_pro.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Atmel SAMG53 Xplained Pro evaluation kit. 3 | # http://www.atmel.com/tools/ATSAMG53-XPRO.aspx 4 | # 5 | 6 | source [find interface/cmsis-dap.cfg] 7 | 8 | # chip name 9 | set CHIPNAME ATSAMG53N19 10 | 11 | source [find target/at91samg5x.cfg] 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/atmel_samg55_xplained_pro.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Atmel SAMG55 Xplained Pro evaluation kit. 3 | # http://www.atmel.com/tools/ATSAMG55-XPRO.aspx 4 | # 5 | 6 | source [find interface/cmsis-dap.cfg] 7 | 8 | # chip name 9 | set CHIPNAME ATSAMG55J19 10 | 11 | source [find target/at91samg5x.cfg] 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/atmel_saml21_xplained_pro.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Atmel SAML21 Xplained Pro evaluation kit. 3 | # 4 | 5 | source [find interface/cmsis-dap.cfg] 6 | 7 | # chip name 8 | set CHIPNAME at91saml21j18 9 | 10 | source [find target/at91samdXX.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/atmel_samr21_xplained_pro.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Atmel SAMR21 Xplained Pro evaluation kit. 3 | # 4 | 5 | source [find interface/cmsis-dap.cfg] 6 | 7 | # chip name 8 | set CHIPNAME at91samr21g18 9 | 10 | source [find target/at91samdXX.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/bcm28155_ap.cfg: -------------------------------------------------------------------------------- 1 | # BCM28155_AP 2 | 3 | adapter speed 20000 4 | 5 | set CHIPNAME bcm28155 6 | source [find target/bcm281xx.cfg] 7 | 8 | reset_config trst_and_srst 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/bluefield.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Board configuration for BlueField SoC. 3 | # 4 | 5 | source [find interface/rshim.cfg] 6 | source [find target/bluefield.cfg] 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/digilent_zedboard.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Digilent Zedboard Rev.C, Rev.D with Xilinx Zynq chip 3 | # 4 | # http://zedboard.com/product/zedboard 5 | # 6 | 7 | source [find interface/ftdi/digilent_jtag_smt2.cfg] 8 | 9 | reset_config srst_only srst_push_pull 10 | 11 | source [find target/zynq_7000.cfg] 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/diolan_lpc4350-db1.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Diolan LPC-4350-DB1 development board 3 | # 4 | 5 | set CHIPNAME lpc4350 6 | 7 | source [find target/lpc4350.cfg] 8 | 9 | flash bank $_CHIPNAME.nor cfi 0x1C000000 0x00200000 2 2 $_CHIPNAME.m4 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/diolan_lpc4357-db1.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Diolan LPC-4357-DB1 development board 3 | # 4 | 5 | set CHIPNAME lpc4357 6 | 7 | source [find target/lpc4357.cfg] 8 | 9 | flash bank $_CHIPNAME.nor cfi 0x1C000000 0x00200000 2 2 $_CHIPNAME.m4 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/dk-tm4c129.cfg: -------------------------------------------------------------------------------- 1 | echo "WARNING: board/dk-tm4c129.cfg is deprecated, please switch to board/ti_dk-tm4c129.cfg" 2 | 3 | source [find board/ti_dk-tm4c129.cfg] 4 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/efikamx.cfg: -------------------------------------------------------------------------------- 1 | # Genesi USA EfikaMX 2 | # http://www.genesi-usa.com/products/efika 3 | 4 | # Fall back to 6MHz if RTCK is not supported 5 | jtag_rclk 6000 6 | $_TARGETNAME configure -event "reset-start" { jtag_rclk 6000 } 7 | 8 | source [find target/imx51.cfg] 9 | 10 | reset_config trst_only 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/efm32.cfg: -------------------------------------------------------------------------------- 1 | # Configuration for EFM32 boards with on-board SEGGER J-Link 2 | # 3 | # Tested with Tiny, Giant and Zero Gecko Starter Kit. 4 | # 5 | 6 | source [find interface/jlink.cfg] 7 | transport select swd 8 | adapter speed 1000 9 | 10 | set CHIPNAME efm32 11 | source [find target/efm32.cfg] 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/ek-tm4c123gxl.cfg: -------------------------------------------------------------------------------- 1 | echo "WARNING: board/ek-tm4c123gxl.cfg is deprecated, please switch to board/ti_ek-tm4c123gxl.cfg" 2 | 3 | source [find board/ti_ek-tm4c123gxl.cfg] 4 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/ek-tm4c1294xl.cfg: -------------------------------------------------------------------------------- 1 | echo "WARNING: board/ek-tm4c1294xl.cfg is deprecated, please switch to board/ti_ek-tm4c1294xl.cfg" 2 | 3 | source [find board/ti_ek-tm4c1294xl.cfg] 4 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/emcraft_twr-vf6-som-bsb.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # EmCraft Systems TWR-VF6-SOM-BSB 3 | # 4 | # http://www.emcraft.com/products/259#twr-kit 5 | # 6 | 7 | source [find board/emcraft_vf6-som.cfg] 8 | 9 | reset_config srst_only srst_nogate 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/emcraft_vf6-som.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # EmCraft Systems Vybrid VF6 SOM 3 | # 4 | # http://www.emcraft.com/products/259#som 5 | # 6 | 7 | set CHIPNAME vf610 8 | source [find target/vybrid_vf6xx.cfg] 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/evb-lan9255.cfg: -------------------------------------------------------------------------------- 1 | # SPDX-License-Identifier: GPL-2.0-or-later 2 | # 3 | # Microchip LAN9255 evaluation board 4 | # https://www.microchip.com/en-us/development-tool/EV25Y25A 5 | # 6 | 7 | set CHIPNAME same53 8 | 9 | source [find target/atsame5x.cfg] 10 | 11 | reset_config srst_only 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/gti/espressobin.cfg: -------------------------------------------------------------------------------- 1 | # config for ESPRESSObin from 2 | # Globalscale Technologies Inc. 3 | 4 | # srst is isolated through missing resistor 5 | reset_config trst_only 6 | 7 | source [find target/marvell/88f3720.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/hitex_lpc1768stick.cfg: -------------------------------------------------------------------------------- 1 | # Hitex LPC1768 Stick 2 | # 3 | # http://www.hitex.com/?id=1602 4 | # 5 | 6 | reset_config trst_and_srst 7 | 8 | source [find interface/ftdi/hitex_lpc1768stick.cfg] 9 | 10 | source [find target/lpc17xx.cfg] 11 | 12 | 13 | # startup @ 500kHz 14 | adapter speed 500 15 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/iar_str912_sk.cfg: -------------------------------------------------------------------------------- 1 | # The IAR str912-sk evaluation kick start board has an str912 2 | 3 | source [find target/str912.cfg] 4 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/insignal_arndale.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # InSignal Arndale board 3 | # 4 | 5 | source [find target/exynos5250.cfg] 6 | 7 | # Experimentally determined highest working speed 8 | adapter speed 200 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/kcu105.cfg: -------------------------------------------------------------------------------- 1 | # xilinx ultrascale 2 | # http://www.xilinx.com/support/documentation/user_guides/ug570-ultrascale-configuration.pdf 3 | 4 | source [find interface/ftdi/digilent_jtag_smt2_nc.cfg] 5 | 6 | set CHIP XCKU040 7 | source [find cpld/xilinx-xcu.cfg] 8 | 9 | source [find cpld/jtagspi.cfg] 10 | 11 | adapter speed 25000 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/keil_mcb1700.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Keil MCB1700 eval board 3 | # 4 | # http://www.keil.com/mcb1700/picture.asp 5 | # 6 | 7 | source [find target/lpc17xx.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/keil_mcb2140.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Keil MCB2140 eval board 3 | # 4 | # http://www.keil.com/mcb2140/picture.asp 5 | # 6 | 7 | source [find target/lpc2148.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/kwikstik.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Freescale KwikStik development board 3 | # 4 | 5 | # 6 | # JLINK interface is onboard 7 | # 8 | source [find interface/jlink.cfg] 9 | 10 | source [find target/k40.cfg] 11 | 12 | reset_config trst_and_srst 13 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/la_fonera-fon2200.cfg: -------------------------------------------------------------------------------- 1 | source [find target/atheros_ar2315.cfg] 2 | 3 | reset_config trst_and_srst 4 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/linksys_nslu2.cfg: -------------------------------------------------------------------------------- 1 | # This is for the LinkSys (CISCO) NSLU2 board 2 | # It is an Intel XSCALE IXP420 CPU. 3 | 4 | source [find target/ixp42x.cfg] 5 | # The _TARGETNAME is set by the above. 6 | 7 | $_TARGETNAME configure -work-area-phys 0x00020000 -work-area-size 0x10000 -work-area-backup 0 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/lisa-l.cfg: -------------------------------------------------------------------------------- 1 | # the Lost Illusions Serendipitous Autopilot 2 | # http://paparazzi.enac.fr/wiki/Lisa 3 | 4 | # Work-area size (RAM size) = 20kB for STM32F103RB device 5 | set WORKAREASIZE 0x5000 6 | 7 | source [find target/stm32f1x.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/mbed-lpc11u24.cfg: -------------------------------------------------------------------------------- 1 | # This is an mbed eval board with a single NXP LPC11U24 chip. 2 | # http://mbed.org/handbook/mbed-NXP-LPC11U24 3 | # 4 | 5 | source [find interface/cmsis-dap.cfg] 6 | 7 | # NXP LPC11U24 Cortex-M0 with 32kB Flash and 8kB SRAM 8 | set WORKAREASIZE 0x2000 9 | 10 | source [find target/lpc11xx.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/mbed-lpc1768.cfg: -------------------------------------------------------------------------------- 1 | # This is an mbed eval board with a single NXP LPC1768 chip. 2 | # http://mbed.org/handbook/mbed-NXP-LPC1768 3 | # 4 | 5 | source [find interface/cmsis-dap.cfg] 6 | 7 | source [find target/lpc17xx.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/microchip_saml11_xplained_pro.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Microchip (formerly Atmel) SAM L11 Xplained Pro Evaluation Kit. 3 | # https://www.microchip.com/DevelopmentTools/ProductDetails/dm320205 4 | # 5 | 6 | source [find interface/cmsis-dap.cfg] 7 | adapter speed 1000 8 | 9 | set CHIPNAME saml11 10 | source [find target/atsaml1x.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/nds32_xc5.cfg: -------------------------------------------------------------------------------- 1 | set _CPUTAPID 0x1000063d 2 | set _CHIPNAME nds32 3 | source [find target/nds32v3.cfg] 4 | 5 | jtag init 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/nds32_xc7.cfg: -------------------------------------------------------------------------------- 1 | # SPDX-License-Identifier: GPL-2.0-or-later 2 | # ADP-XC7K160/410 3 | # http://www.andestech.com/en/products-solutions/andeshape-platforms/adp-xc7k160-410/ 4 | 5 | source [find target/nds32v5.cfg] 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/nordic_nrf51822_mkit.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Nordic Semiconductor PCA10024 board (aka nRF51822-mKIT) 3 | # 4 | 5 | source [find interface/cmsis-dap.cfg] 6 | source [find target/nrf51.cfg] 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/nordic_nrf51_dk.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Nordic Semiconductor NRF51 Development Kit (nRF6824) 3 | # 4 | 5 | source [find interface/jlink.cfg] 6 | 7 | transport select swd 8 | 9 | source [find target/nrf51.cfg] 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/nordic_nrf52_dk.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Nordic Semiconductor NRF52 Development Kit (nRF52832) 3 | # 4 | 5 | source [find interface/jlink.cfg] 6 | 7 | transport select swd 8 | 9 | source [find target/nrf52.cfg] 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/npcx_evb.cfg: -------------------------------------------------------------------------------- 1 | # SPDX-License-Identifier: GPL-2.0-or-later 2 | 3 | # Nuvoton NPCX Evaluation Board 4 | 5 | source [find interface/jlink.cfg] 6 | transport select swd 7 | 8 | source [find target/npcx.cfg] 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/nxp_frdm-ls1012a.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # NXP FRDM-LS1012A (Freedom) 3 | # 4 | 5 | # 6 | # NXP Kinetis K20 7 | # 8 | source [find interface/cmsis-dap.cfg] 9 | transport select jtag 10 | 11 | # Also offers a 10-pin 0.05" CoreSight JTAG connector. 12 | 13 | source [find target/ls1012a.cfg] 14 | 15 | reset_config srst_only 16 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/olimex_LPC2378STK.cfg: -------------------------------------------------------------------------------- 1 | ##################################################### 2 | # Olimex LPC2378STK eval board 3 | # 4 | # http://olimex.com/dev/lpc-2378stk.html 5 | # 6 | # Author: Sten, debian@sansys-electronic.com 7 | ##################################################### 8 | # 9 | 10 | source [find target/lpc2378.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/olimex_lpc_h2148.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Olimex LPC-H2148 eval board 3 | # 4 | # http://www.olimex.com/dev/lpc-h2148.html 5 | # 6 | 7 | source [find target/lpc2148.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/olimex_sam7_ex256.cfg: -------------------------------------------------------------------------------- 1 | # Olimex SAM7-EX256 has a single Atmel at91sam7ex256 on it. 2 | 3 | source [find target/at91sam7x256.cfg] 4 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/olimex_stm32_h103.cfg: -------------------------------------------------------------------------------- 1 | # Olimex STM32-H103 eval board 2 | # http://olimex.com/dev/stm32-h103.html 3 | 4 | # Work-area size (RAM size) = 20kB for STM32F103RB device 5 | set WORKAREASIZE 0x5000 6 | 7 | source [find target/stm32f1x.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/olimex_stm32_h107.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Olimex STM32-H107 3 | # 4 | # http://olimex.com/dev/stm32-h107.html 5 | # 6 | 7 | # Work-area size (RAM size) = 64kB for STM32F107VC device 8 | set WORKAREASIZE 0x10000 9 | 10 | source [find target/stm32f1x.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/olimex_stm32_h405.cfg: -------------------------------------------------------------------------------- 1 | # SPDX-License-Identifier: GPL-2.0-or-later 2 | # Olimex STM32-H405 eval board 3 | # https://www.olimex.com/Products/ARM/ST/STM32-H405/ 4 | 5 | # Work-area size (RAM size) = 128kB for STM32F405RG device 6 | set WORKAREASIZE 0x20000 7 | 8 | source [find target/stm32f4x.cfg] 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/olimex_stm32_p107.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Olimex STM32-P107 3 | # 4 | # http://olimex.com/dev/stm32-p107.html 5 | # 6 | 7 | # Work-area size (RAM size) = 64kB for STM32F107VC device 8 | set WORKAREASIZE 0x10000 9 | 10 | source [find target/stm32f1x.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/phone_se_j100i.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Sony Ericsson J100I Phone 3 | # 4 | # more information can be found on 5 | # http://bb.osmocom.org/trac/wiki/SonyEricssonJ100i 6 | # 7 | source [find target/ti_calypso.cfg] 8 | 9 | # external flash 10 | 11 | set _FLASHNAME $_CHIPNAME.flash 12 | flash bank $_FLASHNAME cfi 0x00000000 0x400000 2 2 $_TARGETNAME 13 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/pic-p32mx.cfg: -------------------------------------------------------------------------------- 1 | # The Olimex PIC-P32MX has a PIC32MX 2 | 3 | set CPUTAPID 0x40916053 4 | source [find target/pic32mx.cfg] 5 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/quark_x10xx_board.cfg: -------------------------------------------------------------------------------- 1 | # There are many Quark boards that can host the quark_x10xx SoC 2 | # Galileo is an example board 3 | 4 | source [find target/quark_x10xx.cfg] 5 | 6 | #default frequency but this can be adjusted at runtime 7 | adapter speed 4000 8 | 9 | reset_config trst_only 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/quicklogic_quickfeather.cfg: -------------------------------------------------------------------------------- 1 | # SPDX-License-Identifier: GPL-2.0-or-later 2 | # QuickLogic EOS S3 QuickFeather 3 | # https://www.quicklogic.com/products/eos-s3/quickfeather-development-kit/ 4 | 5 | source [find target/eos_s3.cfg] 6 | 7 | reset_config srst_only 8 | 9 | transport select swd 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/redbee.cfg: -------------------------------------------------------------------------------- 1 | source [find target/mc13224v.cfg] 2 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/renesas_dk-s7g2.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Renesas Synergy DK-S7G2 3 | # 4 | 5 | source [find interface/jlink.cfg] 6 | transport select swd 7 | 8 | # XXX 19-pin SWD+TRACE connector also available 9 | 10 | # Synergy R7FS7G27H2A01CBD 11 | source [find target/renesas_s7g2.cfg] 12 | 13 | # 32 MB QSPI flash (Micron N25Q256A13EF840E) 14 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/renesas_falcon.cfg: -------------------------------------------------------------------------------- 1 | # SPDX-License-Identifier: GPL-2.0-or-later 2 | # Renesas R-Car V3U Falcon Board Config 3 | 4 | # The Falcon board comes with either an V3U SOC. 5 | 6 | echo "\nFalcon:" 7 | if { ![info exists SOC] } { 8 | set SOC V3U 9 | } 10 | source [find target/renesas_rcar_gen3.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/renesas_gr_peach.cfg: -------------------------------------------------------------------------------- 1 | # Renesas RZ/A1H GR-Peach board 2 | 3 | reset_config srst_only 4 | 5 | source [find target/renesas_r7s72100.cfg] 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/renesas_porter.cfg: -------------------------------------------------------------------------------- 1 | # Renesas R-Car M2 Evaluation Board 2 | 3 | set SOC M2 4 | source [find target/renesas_rcar_gen2.cfg] 5 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/renesas_salvator-xs.cfg: -------------------------------------------------------------------------------- 1 | # Renesas R-Car Gen3 Salvator-X(S) Board Config 2 | 3 | # The Salvator-X(S) boards come with either an H3, M3W, or M3N SOC. 4 | 5 | echo "\nSalvator-X(S):" 6 | if { ![info exists SOC] } { 7 | set SOC H3 8 | } 9 | source [find target/renesas_rcar_gen3.cfg] 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/renesas_silk.cfg: -------------------------------------------------------------------------------- 1 | # Renesas R-Car E2 Evaluation Board 2 | 3 | set SOC E2 4 | source [find target/renesas_rcar_gen2.cfg] 5 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/renesas_stout.cfg: -------------------------------------------------------------------------------- 1 | # Renesas R-Car H2 Evaluation Board 2 | 3 | set SOC H2 4 | source [find target/renesas_rcar_gen2.cfg] 5 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/rigado_bmd300_ek.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Rigado BMD-300 Evaluation Kit 3 | # 4 | # https://www.rigado.com/products/modules/bmd-300/ 5 | # 6 | 7 | source [find interface/jlink.cfg] 8 | transport select swd 9 | adapter speed 1000 10 | 11 | source [find target/nrf52.cfg] 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/st_nucleo_8l152r8.cfg: -------------------------------------------------------------------------------- 1 | # This is a ST NUCLEO 8L152R8 board with a single STM8L152R8T6 chip. 2 | # http://www.st.com/en/evaluation-tools/nucleo-8l152r8.html 3 | 4 | source [find interface/stlink-dap.cfg] 5 | 6 | transport select swim 7 | 8 | source [find target/stm8l152.cfg] 9 | 10 | reset_config srst_only 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/st_nucleo_f103rb.cfg: -------------------------------------------------------------------------------- 1 | # This is an ST NUCLEO F103RB board with a single STM32F103RBT6 chip. 2 | # http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF259875 3 | 4 | source [find interface/stlink.cfg] 5 | 6 | transport select hla_swd 7 | 8 | source [find target/stm32f1x.cfg] 9 | 10 | reset_config srst_only 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/st_nucleo_f3.cfg: -------------------------------------------------------------------------------- 1 | # This is an ST NUCLEO F334R8 board with a single STM32F334R8T6 chip. 2 | # http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF260004 3 | 4 | source [find interface/stlink.cfg] 5 | 6 | transport select hla_swd 7 | 8 | source [find target/stm32f3x.cfg] 9 | 10 | reset_config srst_only 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/st_nucleo_f7.cfg: -------------------------------------------------------------------------------- 1 | # STMicroelectronics STM32F7 Nucleo development board 2 | # Known boards: NUCLEO-F746ZG and NUCLEO-F767ZI 3 | 4 | source [find interface/stlink.cfg] 5 | 6 | transport select hla_swd 7 | 8 | source [find target/stm32f7x.cfg] 9 | 10 | reset_config srst_only 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/st_nucleo_h743zi.cfg: -------------------------------------------------------------------------------- 1 | # This is an ST NUCLEO-H743ZI board with single STM32H743ZI chip. 2 | # http://www.st.com/en/evaluation-tools/nucleo-h743zi.html 3 | 4 | source [find interface/stlink.cfg] 5 | 6 | transport select hla_swd 7 | 8 | source [find target/stm32h7x_dual_bank.cfg] 9 | 10 | reset_config srst_only 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/st_nucleo_l1.cfg: -------------------------------------------------------------------------------- 1 | # This is an ST NUCLEO L152RE board with a single STM32L152RET6 chip. 2 | # http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF260002 3 | 4 | source [find interface/stlink.cfg] 5 | 6 | transport select hla_swd 7 | 8 | source [find target/stm32l1x_dual_bank.cfg] 9 | 10 | reset_config srst_only 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/st_nucleo_l4.cfg: -------------------------------------------------------------------------------- 1 | # Should work with all STM32L4 Nucleo Dev Boards. 2 | # http://www.st.com/en/evaluation-tools/stm32-mcu-nucleo.html 3 | 4 | source [find interface/stlink.cfg] 5 | 6 | transport select hla_swd 7 | 8 | source [find target/stm32l4x.cfg] 9 | 10 | # use hardware reset 11 | reset_config srst_only srst_nogate 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/st_nucleo_wb55.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Configuration for STM32WB55 Nucleo board (STM32WB55RGV6) 3 | # 4 | 5 | source [find interface/stlink.cfg] 6 | 7 | transport select hla_swd 8 | 9 | source [find target/stm32wbx.cfg] 10 | 11 | reset_config srst_only 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/steval-idb007v1.cfg: -------------------------------------------------------------------------------- 1 | # This is an evaluation board with a single BlueNRG-1 chip. 2 | # http://www.st.com/content/st_com/en/products/evaluation-tools/solution-evaluation-tools/communication-and-connectivity-solution-eval-boards/steval-idb008v1.html 3 | set CHIPNAME bluenrg-1 4 | source [find target/bluenrg-x.cfg] 5 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/steval-idb008v1.cfg: -------------------------------------------------------------------------------- 1 | # This is an evaluation board with a single BlueNRG-2 chip. 2 | # http://www.st.com/content/st_com/en/products/evaluation-tools/solution-evaluation-tools/communication-and-connectivity-solution-eval-boards/steval-idb007v1.html 3 | set CHIPNAME bluenrg-2 4 | source [find target/bluenrg-x.cfg] 5 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/steval-idb011v1.cfg: -------------------------------------------------------------------------------- 1 | # This is an evaluation board with a single BlueNRG-LP chip. 2 | set CHIPNAME bluenrg-lp 3 | source [find target/bluenrg-x.cfg] 4 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/stm32100b_eval.cfg: -------------------------------------------------------------------------------- 1 | # This is an STM32 eval board with a single STM32F100VBT6 chip. 2 | # http://www.st.com/internet/evalboard/product/247099.jsp 3 | 4 | # The chip has only 8KB sram 5 | set WORKAREASIZE 0x2000 6 | 7 | source [find target/stm32f1x.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/stm3210b_eval.cfg: -------------------------------------------------------------------------------- 1 | # This is an STM32 eval board with a single STM32F10x (128KB) chip. 2 | # http://www.st.com/internet/evalboard/product/176090.jsp 3 | 4 | # increase working area to 32KB for faster flash programming 5 | set WORKAREASIZE 0x8000 6 | 7 | source [find target/stm32f1x.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/stm3210c_eval.cfg: -------------------------------------------------------------------------------- 1 | # This is an STM32 eval board with a single STM32F107VCT chip. 2 | # http://www.st.com/internet/evalboard/product/217965.jsp 3 | 4 | # increase working area to 32KB for faster flash programming 5 | set WORKAREASIZE 0x8000 6 | 7 | source [find target/stm32f1x.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/stm32f0discovery.cfg: -------------------------------------------------------------------------------- 1 | # This is an STM32F0 discovery board with a single STM32F051R8T6 chip. 2 | # http://www.st.com/internet/evalboard/product/253215.jsp 3 | 4 | source [find interface/stlink.cfg] 5 | 6 | transport select hla_swd 7 | 8 | set WORKAREASIZE 0x2000 9 | source [find target/stm32f0x.cfg] 10 | 11 | reset_config srst_only 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/stm32f334discovery.cfg: -------------------------------------------------------------------------------- 1 | # This is an STM32F334 discovery board with a single STM32F334C8T6 chip. 2 | # As it is one of the few boards with stlink V.2-1, we source the corresponding 3 | # nucleo file. 4 | # http://www.st.com/web/en/catalog/tools/FM116/SC959/SS1532/LN1848/PF260318 5 | 6 | source [find board/st_nucleo_f3.cfg] 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/stm32f3discovery.cfg: -------------------------------------------------------------------------------- 1 | # This is an STM32F3 discovery board with a single STM32F303VCT6 chip. 2 | # http://www.st.com/internet/evalboard/product/254044.jsp 3 | 4 | source [find interface/stlink.cfg] 5 | 6 | transport select hla_swd 7 | 8 | source [find target/stm32f3x.cfg] 9 | 10 | reset_config srst_only 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/stm32f429disc1.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # This is an STM32F429 discovery board with a single STM32F429ZI chip. 3 | # http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/PF259090 4 | # 5 | 6 | source [find interface/stlink.cfg] 7 | 8 | transport select hla_swd 9 | 10 | source [find target/stm32f4x.cfg] 11 | 12 | reset_config srst_only 13 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/stm32l0discovery.cfg: -------------------------------------------------------------------------------- 1 | # This is an STM32L053 discovery board with a single STM32L053 chip. 2 | # http://www.st.com/web/en/catalog/tools/PF260319 3 | 4 | source [find interface/stlink.cfg] 5 | 6 | transport select hla_swd 7 | 8 | set WORKAREASIZE 0x2000 9 | source [find target/stm32l0.cfg] 10 | 11 | reset_config srst_only 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/stm32ldiscovery.cfg: -------------------------------------------------------------------------------- 1 | # This is an STM32L discovery board with a single STM32L152RBT6 chip. 2 | # http://www.st.com/internet/evalboard/product/250990.jsp 3 | 4 | source [find interface/stlink.cfg] 5 | 6 | transport select hla_swd 7 | 8 | set WORKAREASIZE 0x4000 9 | source [find target/stm32l1.cfg] 10 | 11 | reset_config srst_only 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/stm32mp13x_dk.cfg: -------------------------------------------------------------------------------- 1 | # board MB1635x 2 | # http://www.st.com/en/evaluation-tools/stm32mp135f-dk.html 3 | 4 | source [find interface/stlink-dap.cfg] 5 | 6 | transport select dapdirect_swd 7 | 8 | source [find target/stm32mp13x.cfg] 9 | 10 | reset_config srst_only 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/stm32mp15x_dk2.cfg: -------------------------------------------------------------------------------- 1 | # board MB1272B 2 | # http://www.st.com/en/evaluation-tools/stm32mp157a-dk1.html 3 | # http://www.st.com/en/evaluation-tools/stm32mp157c-dk2.html 4 | 5 | source [find interface/stlink-dap.cfg] 6 | 7 | transport select dapdirect_swd 8 | 9 | source [find target/stm32mp15x.cfg] 10 | 11 | reset_config srst_only 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/stm32vldiscovery.cfg: -------------------------------------------------------------------------------- 1 | # This is an STM32VL discovery board with a single STM32F100RB chip. 2 | # http://www.st.com/internet/evalboard/product/250863.jsp 3 | 4 | source [find interface/stlink.cfg] 5 | 6 | transport select hla_swd 7 | 8 | set WORKAREASIZE 0x2000 9 | source [find target/stm32f1x.cfg] 10 | 11 | reset_config srst_only 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/ti_am335xevm.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # TI AM335x Evaluation Module 3 | # 4 | # For more information please see http://www.ti.com/tool/tmdxevm3358 5 | # 6 | jtag_rclk 6000 7 | 8 | source [find target/am335x.cfg] 9 | 10 | reset_config trst_and_srst 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/ti_am43xx_evm.cfg: -------------------------------------------------------------------------------- 1 | # Works on both AM437x GP EVM and AM438x ePOS EVM 2 | transport select jtag 3 | adapter speed 16000 4 | 5 | source [find target/am437x.cfg] 6 | 7 | reset_config trst_and_srst 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/ti_beagleboard.cfg: -------------------------------------------------------------------------------- 1 | # OMAP3 BeagleBoard 2 | # http://beagleboard.org 3 | 4 | # Fall back to 6MHz if RTCK is not supported 5 | jtag_rclk 6000 6 | 7 | source [find target/omap3530.cfg] 8 | 9 | # TI-14 JTAG connector 10 | reset_config trst_only 11 | 12 | # Later run: omap3_dbginit 13 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/ti_beagleboard_xm.cfg: -------------------------------------------------------------------------------- 1 | # BeagleBoard xM (DM37x) 2 | # http://beagleboard.org 3 | 4 | set CHIPTYPE "dm37x" 5 | source [find target/amdm37x.cfg] 6 | 7 | # The TI-14 JTAG connector does not have srst. CPU reset is handled in 8 | # hardware. 9 | reset_config trst_only 10 | 11 | # "amdm37x_dbginit dm37x.cpu" needs to be run after init. 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/ti_beaglebone-base.cfg: -------------------------------------------------------------------------------- 1 | # AM335x Beaglebone family base configuration 2 | # http://beagleboard.org/bone 3 | 4 | source [find target/am335x.cfg] 5 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/ti_beaglebone.cfg: -------------------------------------------------------------------------------- 1 | # AM335x Beaglebone 2 | # http://beagleboard.org/bone 3 | 4 | # The JTAG interface is built directly on the board. 5 | source [find interface/ftdi/xds100v2.cfg] 6 | 7 | adapter speed 16000 8 | 9 | reset_config trst_and_srst 10 | 11 | source [find board/ti_beaglebone-base.cfg] 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/ti_beaglebone_black.cfg: -------------------------------------------------------------------------------- 1 | # AM335x Beaglebone Black 2 | # http://beagleboard.org/bone 3 | 4 | adapter speed 1000 5 | 6 | reset_config trst_and_srst 7 | 8 | source [find board/ti_beaglebone-base.cfg] 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/ti_blaze.cfg: -------------------------------------------------------------------------------- 1 | jtag_rclk 6000 2 | 3 | source [find target/omap4430.cfg] 4 | 5 | reset_config trst_and_srst 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/ti_cc13x0_launchpad.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # TI CC13x0 LaunchPad Evaluation Kit 3 | # 4 | source [find interface/xds110.cfg] 5 | transport select jtag 6 | adapter speed 5500 7 | source [find target/ti_cc13x0.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/ti_cc13x2_launchpad.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # TI CC13x2 LaunchPad Evaluation Kit 3 | # 4 | source [find interface/xds110.cfg] 5 | adapter speed 5500 6 | transport select jtag 7 | source [find target/ti_cc13x2.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/ti_cc26x0_launchpad.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # TI CC26x0 LaunchPad Evaluation Kit 3 | # 4 | source [find interface/xds110.cfg] 5 | adapter speed 5500 6 | transport select jtag 7 | source [find target/ti_cc26x0.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/ti_cc26x2_launchpad.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # TI CC26x2 LaunchPad Evaluation Kit 3 | # 4 | source [find interface/xds110.cfg] 5 | adapter speed 5500 6 | transport select jtag 7 | source [find target/ti_cc26x2.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/ti_cc3220sf_launchpad.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # TI CC3220SF-LaunchXL LaunchPad Evaluation Kit 3 | # 4 | source [find interface/xds110.cfg] 5 | adapter speed 8500 6 | transport select swd 7 | source [find target/ti_cc3220sf.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/ti_cc32xx_launchpad.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # TI CC32xx-LaunchXL LaunchPad Evaluation Kit 3 | # 4 | source [find interface/xds110.cfg] 5 | adapter speed 8500 6 | transport select swd 7 | source [find target/ti_cc32xx.cfg] 8 | 9 | reset_config srst_only 10 | adapter srst delay 1100 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/ti_dk-tm4c129.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # TI Tiva C DK-TM4C129X Connected Development Kit 3 | # 4 | # http://www.ti.com/tool/dk-tm4c129x 5 | # 6 | 7 | source [find interface/ti-icdi.cfg] 8 | 9 | transport select hla_jtag 10 | 11 | set WORKAREASIZE 0x8000 12 | set CHIPNAME tm4c129xnczad 13 | 14 | source [find target/stellaris.cfg] 15 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/ti_ek-tm4c123gxl.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # TI Tiva C Series ek-tm4c123gxl Launchpad Evaluation Kit 3 | # 4 | # http://www.ti.com/tool/ek-tm4c123gxl 5 | # 6 | 7 | source [find interface/ti-icdi.cfg] 8 | 9 | transport select hla_jtag 10 | 11 | set WORKAREASIZE 0x8000 12 | set CHIPNAME tm4c123gh6pm 13 | source [find target/stellaris.cfg] 14 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/ti_ek-tm4c1294xl.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # TI Tiva C Series ek-tm4c1294xl Launchpad Evaluation Kit 3 | # 4 | # http://www.ti.com/tool/ek-tm4c1294xl 5 | # 6 | 7 | source [find interface/ti-icdi.cfg] 8 | 9 | transport select hla_jtag 10 | 11 | set WORKAREASIZE 0x8000 12 | set CHIPNAME tm4c1294ncpdt 13 | 14 | source [find target/stellaris.cfg] 15 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/ti_msp432_launchpad.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # TI MSP432 LaunchPad Evaluation Kit 3 | # 4 | source [find interface/xds110.cfg] 5 | adapter speed 10000 6 | transport select swd 7 | source [find target/ti_msp432.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/ti_pandaboard.cfg: -------------------------------------------------------------------------------- 1 | jtag_rclk 6000 2 | 3 | source [find target/omap4430.cfg] 4 | 5 | reset_config trst_only 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/ti_pandaboard_es.cfg: -------------------------------------------------------------------------------- 1 | jtag_rclk 6000 2 | 3 | source [find target/omap4460.cfg] 4 | 5 | reset_config trst_only 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/ti_tmdx570ls31usb.cfg: -------------------------------------------------------------------------------- 1 | adapter speed 1500 2 | 3 | source [find interface/ftdi/xds100v2.cfg] 4 | source [find target/ti_tms570.cfg] 5 | 6 | reset_config trst_only 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/xmc-2go.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Infineon XMC 2Go 3 | # 4 | 5 | # 6 | # Segger J-Link Lite XMC4200 on-board 7 | # 8 | source [find interface/jlink.cfg] 9 | transport select swd 10 | 11 | set CHIPNAME xmc1100 12 | set WORKAREASIZE 0x4000 13 | source [find target/xmc1xxx.cfg] 14 | 15 | reset_config srst_only srst_nogate 16 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/xmc1100-boot-kit.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Infineon XMC1100 Boot Kit 3 | # 4 | 5 | # 6 | # Segger J-Link Lite XMC4200 on-board 7 | # 8 | source [find interface/jlink.cfg] 9 | transport select swd 10 | 11 | set CHIPNAME xmc1100 12 | set WORKAREASIZE 0x4000 13 | source [find target/xmc1xxx.cfg] 14 | 15 | reset_config srst_only srst_nogate 16 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/xmc4200-application-kit-actuator.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Infineon XMC4200 Application Kit - Actuator 3 | # 4 | 5 | # 6 | # Segger J-Link Lite XMC4200 on-board 7 | # 8 | source [find interface/jlink.cfg] 9 | transport select swd 10 | 11 | set CHIPNAME xmc4200 12 | source [find target/xmc4xxx.cfg] 13 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/xmc4300-relax.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Infineon XMC4300 Relax EtherCAT Kit 3 | # 4 | 5 | # 6 | # Segger J-Link Lite XMC4200 on-board 7 | # 8 | source [find interface/jlink.cfg] 9 | transport select swd 10 | 11 | set CHIPNAME xmc4300 12 | source [find target/xmc4xxx.cfg] 13 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/xmc4500-application-kit-general.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Infineon XMC4500 Application Kit - General Purpose 3 | # 4 | 5 | set CHIPNAME xmc4500 6 | source [find target/xmc4xxx.cfg] 7 | 8 | reset_config srst_only 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/xmc4500-application-kit-sdram.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Infineon XMC4500 Application Kit - SDRAM 3 | # 4 | 5 | # 6 | # Segger J-Link Lite XMC4200 on-board 7 | # 8 | 9 | set CHIPNAME xmc4500 10 | source [find target/xmc4xxx.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/xmc4500-relax.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Infineon XMC4500 Relax Kit / Relax Lite Kit 3 | # 4 | 5 | # 6 | # Segger J-Link Lite XMC4500 on-board 7 | # 8 | source [find interface/jlink.cfg] 9 | transport select swd 10 | 11 | # There's also an unpopulated 10-pin 0.05" pinout. 12 | 13 | set CHIPNAME xmc4500 14 | source [find target/xmc4xxx.cfg] 15 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/board/xmos_xk-xac-xa8_arm.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # xCORE-XA Core Module 3 | # 4 | # https://www.xmos.com/support/boards?product=17940 5 | # 6 | 7 | # 8 | # J-Link OB STM32F103 9 | # 10 | source [find interface/jlink.cfg] 11 | transport select swd 12 | 13 | # 14 | # XS1-XAU8A-10 15 | # 16 | source [find target/xmos_xs1-xau8a-10_arm.cfg] 17 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/chip/st/stm32/stm32.tcl: -------------------------------------------------------------------------------- 1 | source [find bitsbytes.tcl] 2 | source [find cpu/arm/cortex_m3.tcl] 3 | source [find memory.tcl] 4 | source [find mmr_helpers.tcl] 5 | 6 | source [find chip/st/stm32/stm32_regs.tcl] 7 | source [find chip/st/stm32/stm32_rcc.tcl] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/chip/ti/lm3s/lm3s.tcl: -------------------------------------------------------------------------------- 1 | source [find chip/ti/lm3s/lm3s_regs.tcl] 2 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/cpld/altera-5m570z-cpld.cfg: -------------------------------------------------------------------------------- 1 | # Altera MAXV 5M24OZ/5M570Z CPLD 2 | # see MAX V Device Handbook 3 | # Table 6-3: 32-Bit MAX V Device IDCODE 4 | # Version Part Number Manuf. ID LSB 5 | # 0000 0010 0000 1010 0111 000 0110 1110 1 6 | jtag newtap 5m570z tap -expected-id 0x020a60dd -irlen 10 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/cpld/lattice-lc4032ze.cfg: -------------------------------------------------------------------------------- 1 | # Lattice ispMACH 4000ZE family, device LC4032ZE 2 | # just configure a tap 3 | jtag newtap LC4032ZE tap -irlen 8 -expected-id 0x01806043 4 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/cpld/xilinx-xcr3256.cfg: -------------------------------------------------------------------------------- 1 | #xilinx coolrunner xcr3256 2 | #simple device - just configure a tap 3 | jtag newtap xcr tap -irlen 5 -ircapture 0x01 -irmask 0x1f -expected-id 0x0494c093 4 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/cpu/arm/arm7tdmi.tcl: -------------------------------------------------------------------------------- 1 | set CPU_TYPE arm 2 | set CPU_NAME arm7tdmi 3 | set CPU_ARCH armv4t 4 | set CPU_MAX_ADDRESS 0xFFFFFFFF 5 | set CPU_NBITS 32 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/cpu/arm/arm920.tcl: -------------------------------------------------------------------------------- 1 | set CPU_TYPE arm 2 | set CPU_NAME arm920 3 | set CPU_ARCH armv4t 4 | set CPU_MAX_ADDRESS 0xFFFFFFFF 5 | set CPU_NBITS 32 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/cpu/arm/arm946.tcl: -------------------------------------------------------------------------------- 1 | set CPU_TYPE arm 2 | set CPU_NAME arm946 3 | set CPU_ARCH armv5te 4 | set CPU_MAX_ADDRESS 0xFFFFFFFF 5 | set CPU_NBITS 32 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/cpu/arm/arm966.tcl: -------------------------------------------------------------------------------- 1 | set CPU_TYPE arm 2 | set CPU_NAME arm966 3 | set CPU_ARCH armv5te 4 | set CPU_MAX_ADDRESS 0xFFFFFFFF 5 | set CPU_NBITS 32 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/cpu/arm/cortex_m3.tcl: -------------------------------------------------------------------------------- 1 | set CPU_TYPE arm 2 | set CPU_NAME cortex_m3 3 | set CPU_ARCH armv7 4 | set CPU_MAX_ADDRESS 0xFFFFFFFF 5 | set CPU_NBITS 32 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/fpga/altera-ep3c10.cfg: -------------------------------------------------------------------------------- 1 | # Altera Cyclone III EP3C10 2 | # see Cyclone III Device Handbook, Volume 1; 3 | # Table 14–5. 32-Bit Cyclone III Device IDCODE 4 | jtag newtap ep3c10 tap -expected-id 0x020f10dd -irlen 10 5 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/interface/altera-usb-blaster.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Altera USB-Blaster 3 | # 4 | # http://www.altera.com/literature/ug/ug_usb_blstr.pdf 5 | # 6 | 7 | adapter driver usb_blaster 8 | usb_blaster lowlevel_driver ftdi 9 | # These are already the defaults. 10 | # usb_blaster vid_pid 0x09FB 0x6001 11 | # usb_blaster device_desc "USB-Blaster" 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/interface/altera-usb-blaster2.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Altera USB-Blaster II 3 | # 4 | 5 | adapter driver usb_blaster 6 | usb_blaster vid_pid 0x09fb 0x6010 0x09fb 0x6810 7 | usb_blaster lowlevel_driver ublast2 8 | usb_blaster firmware /path/to/quartus/blaster_6810.hex 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/interface/arm-jtag-ew.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Olimex ARM-JTAG-EW 3 | # 4 | # http://www.olimex.com/dev/arm-jtag-ew.html 5 | # 6 | 7 | adapter driver arm-jtag-ew 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/interface/at91rm9200.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Various Atmel AT91RM9200 boards 3 | # 4 | # TODO: URL? 5 | # 6 | 7 | adapter driver at91rm9200 8 | at91rm9200_device rea_ecr 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/interface/calao-usb-a9260.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # CALAO Systems USB-A9260 common -C01 -C02 setup 3 | # 4 | # http://www.calao-systems.com/ 5 | # 6 | # See calao-usb-a9260-c01.cfg and calao-usb-a9260-c02.cfg. 7 | # 8 | 9 | adapter srst delay 200 10 | jtag_ntrst_delay 200 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/interface/chameleon.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Amontec Chameleon POD 3 | # 4 | # http://www.amontec.com/chameleon.shtml 5 | # 6 | 7 | adapter driver parport 8 | parport cable chameleon 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/interface/cmsis-dap.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # ARM CMSIS-DAP compliant adapter 3 | # 4 | # http://www.keil.com/support/man/docs/dapdebug/ 5 | # 6 | 7 | adapter driver cmsis-dap 8 | 9 | # Optionally specify the serial number of CMSIS-DAP usb device. 10 | # adapter serial 02200201E6661E601B98E3B9 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/interface/dummy.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Dummy interface (for testing purposes) 3 | # 4 | 5 | adapter driver dummy 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/interface/estick.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # eStick 3 | # 4 | # http://code.google.com/p/estick-jtag/ 5 | # 6 | 7 | adapter driver opendous 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/interface/ft232r.cfg: -------------------------------------------------------------------------------- 1 | adapter driver ft232r 2 | adapter speed 1000 3 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/interface/ftdi/cortino.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Hitex Cortino 3 | # 4 | # http://www.hitex.com/index.php?id=cortino 5 | # 6 | 7 | adapter driver ftdi 8 | ftdi device_desc "Cortino" 9 | ftdi vid_pid 0x0640 0x0032 10 | 11 | ftdi layout_init 0x0108 0x010b 12 | ftdi layout_signal nTRST -data 0x0100 13 | ftdi layout_signal nSRST -data 0x0200 -oe 0x0200 14 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/interface/ftdi/digilent-hs2.cfg: -------------------------------------------------------------------------------- 1 | # this supports JTAG-HS2 (and apparently Nexys4 as well) 2 | 3 | adapter driver ftdi 4 | ftdi device_desc "Digilent Adept USB Device" 5 | ftdi vid_pid 0x0403 0x6014 6 | 7 | ftdi channel 0 8 | ftdi layout_init 0x00e8 0x60eb 9 | 10 | reset_config none 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/interface/ftdi/olimex-arm-jtag-swd.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Olimex ARM JTAG SWD adapter 3 | # https://www.olimex.com/Products/ARM/JTAG/ARM-JTAG-SWD/ 4 | # 5 | 6 | transport select swd 7 | 8 | ftdi layout_signal SWD_EN -nalias nTRST 9 | ftdi layout_signal SWDIO_OE -alias TMS 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/interface/ftdi/rowley-cc-arm-swd.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Rowley ARM SWD Adapter 3 | # http://sites.fastspring.com/rowley/product/armswdadapter 4 | # https://drive.google.com/file/d/0Bzv7UpKpOQhnTUNNdzI5OUR4WGs/edit?usp=sharing 5 | # 6 | 7 | transport select swd 8 | 9 | ftdi layout_signal SWD_EN -nalias nTRST 10 | ftdi layout_signal SWDIO_OE -alias TMS 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/interface/ftdi/xds100v3.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Texas Instruments XDS100 ver 3.0 3 | # 4 | # http://processors.wiki.ti.com/index.php/XDS100 5 | # 6 | 7 | # Version 3.0 is the same as 2.0 as far as OpenOCD is concerned 8 | source [find interface/ftdi/xds100v2.cfg] 9 | 10 | # The USB ids are different. 11 | ftdi vid_pid 0x0403 0xa6d1 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/interface/nulink.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Nuvoton Nu-Link in-circuit debugger/programmer 3 | # 4 | 5 | adapter driver hla 6 | hla_layout nulink 7 | hla_device_desc "Nu-Link" 8 | hla_vid_pid 0x0416 0x511b 0x0416 0x511c 0x0416 0x511d 0x0416 0x5200 0x0416 0x5201 9 | 10 | # Only swd is supported 11 | transport select hla_swd 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/interface/opendous.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # opendous-jtag 3 | # 4 | # http://code.google.com/p/opendous-jtag/ 5 | # 6 | 7 | adapter driver opendous 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/interface/openjtag.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # OpenJTAG 3 | # 4 | # www.openjtag.org 5 | # 6 | 7 | adapter driver openjtag 8 | openjtag device_desc "Open JTAG Project" 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/interface/osbdm.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # P&E Micro OSBDM (aka OSJTAG) interface 3 | # 4 | # http://pemicro.com/osbdm/ 5 | # 6 | adapter driver osbdm 7 | reset_config srst_only 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/interface/rlink.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Raisonance RLink 3 | # 4 | # http://www.mcu-raisonance.com/~rlink-debugger-programmer__microcontrollers__tool~tool__T018:4cn9ziz4bnx6.html 5 | # 6 | 7 | adapter driver rlink 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/interface/rshim.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # BlueField SoC in-circuit debugger/programmer 3 | # 4 | 5 | adapter driver rshim 6 | transport select dapdirect_swd 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/interface/stlink-v1.cfg: -------------------------------------------------------------------------------- 1 | echo "WARNING: interface/stlink-v1.cfg is deprecated, please switch to interface/stlink.cfg" 2 | source [find interface/stlink.cfg] 3 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/interface/stlink-v2-1.cfg: -------------------------------------------------------------------------------- 1 | echo "WARNING: interface/stlink-v2-1.cfg is deprecated, please switch to interface/stlink.cfg" 2 | source [find interface/stlink.cfg] 3 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/interface/stlink-v2.cfg: -------------------------------------------------------------------------------- 1 | echo "WARNING: interface/stlink-v2.cfg is deprecated, please switch to interface/stlink.cfg" 2 | source [find interface/stlink.cfg] 3 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/interface/ulink.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Keil ULINK running OpenULINK firmware. 3 | # 4 | # http://www.keil.com/ulink1/ 5 | # http://article.gmane.org/gmane.comp.debugging.openocd.devel/17362 6 | # 7 | 8 | adapter driver ulink 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/interface/usbprog.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Embedded Projects USBprog 3 | # 4 | # http://embedded-projects.net/index.php?page_id=135 5 | # 6 | 7 | adapter driver usbprog 8 | # USBprog is broken w/short TMS sequences, this is a workaround 9 | # until the C code can be fixed. 10 | tms_sequence long 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/interface/vsllink.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Versaloon Link -- VSLLink 3 | # 4 | # http://www.versaloon.com/ 5 | # 6 | 7 | adapter driver vsllink 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/at91sam3ax_xx.cfg: -------------------------------------------------------------------------------- 1 | # script for ATMEL sam3, a Cortex-M3 chip 2 | # 3 | # at91sam3A4C 4 | # at91sam3A8C 5 | # at91sam3X4C 6 | # at91sam3X4E 7 | # at91sam3X8C 8 | # at91sam3X8E 9 | # at91sam3X8H 10 | source [find target/at91sam3XXX.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/at91sam3u1c.cfg: -------------------------------------------------------------------------------- 1 | # common stuff 2 | source [find target/at91sam3uxx.cfg] 3 | 4 | # size is automatically "calculated" by probing 5 | set _FLASHNAME $_CHIPNAME.flash 6 | flash bank $_FLASHNAME at91sam3 0x000080000 0 1 1 $_TARGETNAME 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/at91sam3u1e.cfg: -------------------------------------------------------------------------------- 1 | # common stuff 2 | source [find target/at91sam3uxx.cfg] 3 | 4 | # size is automatically "calculated" by probing 5 | set _FLASHNAME $_CHIPNAME.flash 6 | flash bank $_FLASHNAME at91sam3 0x000080000 0 1 1 $_TARGETNAME 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/at91sam3u2c.cfg: -------------------------------------------------------------------------------- 1 | # common stuff 2 | source [find target/at91sam3uxx.cfg] 3 | 4 | # size is automatically "calculated" by probing 5 | set _FLASHNAME $_CHIPNAME.flash 6 | flash bank $_FLASHNAME at91sam3 0x000080000 0 1 1 $_TARGETNAME 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/at91sam3u2e.cfg: -------------------------------------------------------------------------------- 1 | # common stuff 2 | source [find target/at91sam3uxx.cfg] 3 | 4 | # size is automatically "calculated" by probing 5 | set _FLASHNAME $_CHIPNAME.flash 6 | flash bank $_FLASHNAME at91sam3 0x000080000 0 1 1 $_TARGETNAME 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/at91sam3uxx.cfg: -------------------------------------------------------------------------------- 1 | # script for ATMEL sam3, a Cortex-M3 chip 2 | # 3 | # at91sam3u4e 4 | # at91sam3u2e 5 | # at91sam3u1e 6 | # at91sam3u4c 7 | # at91sam3u2c 8 | # at91sam3u1c 9 | 10 | source [find target/at91sam3XXX.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/at91sam4c32x.cfg: -------------------------------------------------------------------------------- 1 | # script for ATMEL sam4c32, a Cortex-M4 chip 2 | # 3 | 4 | source [find target/at91sam4XXX.cfg] 5 | 6 | set _FLASHNAME $_CHIPNAME.flash0 7 | flash bank $_FLASHNAME at91sam4 0x01000000 0 1 1 $_TARGETNAME 8 | set _FLASHNAME $_CHIPNAME.flash1 9 | flash bank $_FLASHNAME at91sam4 0x01100000 0 1 1 $_TARGETNAME 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/at91sam4cXXX.cfg: -------------------------------------------------------------------------------- 1 | # script for ATMEL sam4c, a Cortex-M4 chip 2 | # 3 | 4 | source [find target/at91sam4XXX.cfg] 5 | 6 | set _FLASHNAME $_CHIPNAME.flash 7 | flash bank $_FLASHNAME at91sam4 0x01000000 0 1 1 $_TARGETNAME 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/at91sam4sXX.cfg: -------------------------------------------------------------------------------- 1 | # script for ATMEL sam4, a Cortex-M4 chip 2 | # 3 | 4 | source [find target/at91sam4XXX.cfg] 5 | 6 | set _FLASHNAME $_CHIPNAME.flash 7 | flash bank $_FLASHNAME at91sam4 0x00400000 0 1 1 $_TARGETNAME 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/at91sam4sd32x.cfg: -------------------------------------------------------------------------------- 1 | # script for ATMEL sam4sd32, a Cortex-M4 chip 2 | # 3 | 4 | source [find target/at91sam4XXX.cfg] 5 | 6 | set _FLASHNAME $_CHIPNAME.flash0 7 | flash bank $_FLASHNAME at91sam4 0x00400000 0 1 1 $_TARGETNAME 8 | set _FLASHNAME $_CHIPNAME.flash1 9 | flash bank $_FLASHNAME at91sam4 0x00500000 0 1 1 $_TARGETNAME 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/at91samg5x.cfg: -------------------------------------------------------------------------------- 1 | # script for the ATMEL samg5x Cortex-M4F chip family 2 | # 3 | 4 | source [find target/at91sam4XXX.cfg] 5 | 6 | set _FLASHNAME $_CHIPNAME.flash 7 | flash bank $_FLASHNAME at91sam4 0x00400000 0 1 1 $_TARGETNAME 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/bcm4706.cfg: -------------------------------------------------------------------------------- 1 | set _CHIPNAME bcm4706 2 | set _CPUID 0x1008c17f 3 | 4 | jtag newtap $_CHIPNAME cpu -irlen 5 -ircapture 0x1 -irmask 0x1f -expected-id $_CPUID 5 | 6 | set _TARGETNAME $_CHIPNAME.cpu 7 | target create $_TARGETNAME mips_m4k -endian little -chain-position $_TARGETNAME 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/bcm4718.cfg: -------------------------------------------------------------------------------- 1 | set _CHIPNAME bcm4718 2 | set _LVTAPID 0x1471617f 3 | set _CPUID 0x0008c17f 4 | 5 | source [find target/bcm47xx.cfg] 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/bcm5352e.cfg: -------------------------------------------------------------------------------- 1 | set _CHIPNAME bcm5352e 2 | set _CPUID 0x0535217f 3 | 4 | jtag newtap $_CHIPNAME cpu -irlen 8 -ircapture 0x1 -irmask 0x1f -expected-id $_CPUID 5 | 6 | set _TARGETNAME $_CHIPNAME.cpu 7 | target create $_TARGETNAME mips_m4k -endian little -chain-position $_TARGETNAME 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/bcm6348.cfg: -------------------------------------------------------------------------------- 1 | set _CHIPNAME bcm6348 2 | set _CPUID 0x0634817f 3 | 4 | adapter speed 1000 5 | 6 | jtag newtap $_CHIPNAME cpu -irlen 5 -ircapture 0x1 -irmask 0x1f -expected-id $_CPUID 7 | 8 | set _TARGETNAME $_CHIPNAME.cpu 9 | target create $_TARGETNAME mips_m4k -endian big -chain-position $_TARGETNAME 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/k40.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Freescale Kinetis K40 devices 3 | # 4 | 5 | set CHIPNAME k40 6 | source [find target/kx.cfg] 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/k60.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Freescale Kinetis K60 devices 3 | # 4 | 5 | set CHIPNAME k60 6 | source [find target/kx.cfg] 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/ke1xf.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # NXP (Freescale) Kinetis KE1xF devices 3 | # 4 | 5 | set CHIPNAME ke 6 | 7 | source [find target/kx.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/ke1xz.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # NXP (Freescale) Kinetis KE1xZ devices 3 | # 4 | 5 | set CHIPNAME ke 6 | 7 | source [find target/klx.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/kl25.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Freescale Kinetis KL25 devices 3 | # 4 | 5 | set CHIPNAME kl25 6 | source [find target/klx.cfg] 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/kl46.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Freescale Kinetis KL46 devices 3 | # 4 | 5 | set CHIPNAME kl46 6 | source [find target/klx.cfg] 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/lpc11xx.cfg: -------------------------------------------------------------------------------- 1 | # NXP LPC11xx Cortex-M0 with at least 1kB SRAM 2 | set CHIPNAME lpc11xx 3 | set CHIPSERIES lpc1100 4 | if { ![info exists WORKAREASIZE] } { 5 | set WORKAREASIZE 0x400 6 | } 7 | 8 | source [find target/lpc1xxx.cfg] 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/lpc12xx.cfg: -------------------------------------------------------------------------------- 1 | # NXP LPC12xx Cortex-M0 with at least 4kB SRAM 2 | set CHIPNAME lpc12xx 3 | set CHIPSERIES lpc1200 4 | if { ![info exists WORKAREASIZE] } { 5 | set WORKAREASIZE 0x1000 6 | } 7 | 8 | source [find target/lpc1xxx.cfg] 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/lpc13xx.cfg: -------------------------------------------------------------------------------- 1 | # NXP LPC13xx Cortex-M3 with at least 4kB SRAM 2 | set CHIPNAME lpc13xx 3 | set CHIPSERIES lpc1300 4 | if { ![info exists WORKAREASIZE] } { 5 | set WORKAREASIZE 0x1000 6 | } 7 | 8 | source [find target/lpc1xxx.cfg] 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/lpc17xx.cfg: -------------------------------------------------------------------------------- 1 | # NXP LPC17xx Cortex-M3 with at least 8kB SRAM 2 | set CHIPNAME lpc17xx 3 | set CHIPSERIES lpc1700 4 | if { ![info exists WORKAREASIZE] } { 5 | set WORKAREASIZE 0x2000 6 | } 7 | 8 | source [find target/lpc1xxx.cfg] 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/lpc40xx.cfg: -------------------------------------------------------------------------------- 1 | # NXP LPC40xx Cortex-M4F with at least 16kB SRAM 2 | set CHIPNAME lpc40xx 3 | set CHIPSERIES lpc4000 4 | if { ![info exists WORKAREASIZE] } { 5 | set WORKAREASIZE 0x4000 6 | } 7 | 8 | source [find target/lpc1xxx.cfg] 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/lpc84x.cfg: -------------------------------------------------------------------------------- 1 | # NXP LPC84x Cortex-M0+ with at least 8kB SRAM 2 | if { ![info exists CHIPNAME] } { 3 | set CHIPNAME lpc84x 4 | } 5 | set CHIPSERIES lpc800 6 | if { ![info exists WORKAREASIZE] } { 7 | set WORKAREASIZE 0x1fe0 8 | } 9 | 10 | set IAP_ENTRY 0x0F001FF1 11 | source [find target/lpc1xxx.cfg] 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/lpc8xx.cfg: -------------------------------------------------------------------------------- 1 | # NXP LPC8xx Cortex-M0+ with at least 1kB SRAM 2 | if { ![info exists CHIPNAME] } { 3 | set CHIPNAME lpc8xx 4 | } 5 | set CHIPSERIES lpc800 6 | if { ![info exists WORKAREASIZE] } { 7 | set WORKAREASIZE 0x400 8 | } 9 | 10 | source [find target/lpc1xxx.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/marvell/88f3710.cfg: -------------------------------------------------------------------------------- 1 | # Marvell Armada 3710 2 | 3 | set CORES 1 4 | 5 | source [find target/marvell/88f37x0.cfg] 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/marvell/88f3720.cfg: -------------------------------------------------------------------------------- 1 | # Marvell Armada 3720 2 | 3 | set CORES 2 4 | 5 | source [find target/marvell/88f37x0.cfg] 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/nds32v2.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Andes Core 3 | # 4 | # http://www.andestech.com 5 | # 6 | 7 | jtag newtap $_CHIPNAME cpu -expected-id $_CPUTAPID 8 | 9 | set _TARGETNAME $_CHIPNAME.cpu 10 | target create $_TARGETNAME nds32_v2 -endian little -chain-position $_TARGETNAME 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/nds32v3.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Andes Core 3 | # 4 | # http://www.andestech.com 5 | # 6 | 7 | jtag newtap $_CHIPNAME cpu -expected-id $_CPUTAPID 8 | 9 | set _TARGETNAME $_CHIPNAME.cpu 10 | target create $_TARGETNAME nds32_v3 -endian little -chain-position $_TARGETNAME 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/nds32v3m.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Andes Core 3 | # 4 | # http://www.andestech.com 5 | # 6 | 7 | jtag newtap $_CHIPNAME cpu -expected-id $_CPUTAPID 8 | 9 | set _TARGETNAME $_CHIPNAME.cpu 10 | target create $_TARGETNAME nds32_v3m -endian little -chain-position $_TARGETNAME 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/nds32v5.cfg: -------------------------------------------------------------------------------- 1 | # SPDX-License-Identifier: GPL-2.0-or-later 2 | # 3 | # Andes Core 4 | # 5 | # http://www.andestech.com 6 | # 7 | 8 | set _CHIPNAME nds 9 | jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x1000563D 10 | 11 | set _TARGETNAME $_CHIPNAME.cpu 12 | target create $_TARGETNAME riscv -chain-position $_TARGETNAME 13 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/nhs31xx.cfg: -------------------------------------------------------------------------------- 1 | # NXP NHS31xx Cortex-M0+ with 8kB SRAM 2 | 3 | set CHIPNAME nhs31xx 4 | source [find target/lpc8nxx.cfg] 5 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/stm32h7x_dual_bank.cfg: -------------------------------------------------------------------------------- 1 | # script for stm32h7x family (dual flash bank) 2 | 3 | # STM32H7xxxI 2Mo have a dual bank flash. 4 | set DUAL_BANK 1 5 | 6 | source [find target/stm32h7x.cfg] 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/stm32l0_dual_bank.cfg: -------------------------------------------------------------------------------- 1 | source [find target/stm32l0.cfg] 2 | 3 | # Add the second flash bank. 4 | set _FLASHNAME $_CHIPNAME.flash1 5 | flash bank $_FLASHNAME stm32lx 0 0 0 0 $_TARGETNAME 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/stm32l1x_dual_bank.cfg: -------------------------------------------------------------------------------- 1 | source [find target/stm32l1.cfg] 2 | 3 | # The stm32l1x 384kb have a dual bank flash. 4 | # Let's add a definition for the second bank here. 5 | 6 | # Add the second flash bank. 7 | set _FLASHNAME $_CHIPNAME.flash1 8 | flash bank $_FLASHNAME stm32lx 0 0 0 0 $_TARGETNAME 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/stm32xl.cfg: -------------------------------------------------------------------------------- 1 | # script for stm32xl family (dual flash bank) 2 | source [find target/stm32f1x.cfg] 3 | 4 | # flash size will be probed 5 | set _FLASHNAME $_CHIPNAME.flash1 6 | flash bank $_FLASHNAME stm32f1x 0x08080000 0 0 0 $_TARGETNAME 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/stm8l152.cfg: -------------------------------------------------------------------------------- 1 | #config script for STM8L152 2 | 3 | set EEPROMSTART 0x1000 4 | set EEPROMEND 0x13ff 5 | 6 | proc stm8_reset_rop {} { 7 | mwb 0x4800 0xaa 8 | mwb 0x4800 0xaa 9 | reset halt 10 | } 11 | 12 | source [find target/stm8l.cfg] 13 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/stm8s003.cfg: -------------------------------------------------------------------------------- 1 | #config script for STM8S003 2 | 3 | set FLASHEND 0x9FFF 4 | set BLOCKSIZE 0x40 5 | 6 | proc stm8_reset_rop {} { 7 | mwb 0x4800 0x00 8 | reset halt 9 | } 10 | 11 | source [find target/stm8s.cfg] 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/stm8s103.cfg: -------------------------------------------------------------------------------- 1 | #config script for STM8S103 2 | 3 | set FLASHEND 0x9FFF 4 | set EEPROMEND 0x427F 5 | set OPTIONEND 0x480A 6 | set BLOCKSIZE 0x40 7 | 8 | proc stm8_reset_rop {} { 9 | mwb 0x4800 0x00 10 | reset halt 11 | } 12 | 13 | source [find target/stm8s.cfg] 14 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/stm8s105.cfg: -------------------------------------------------------------------------------- 1 | #config script for STM8S105 2 | 3 | proc stm8_reset_rop {} { 4 | mwb 0x4800 0x00 5 | reset halt 6 | } 7 | 8 | source [find target/stm8s.cfg] 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/test_syntax_error.cfg: -------------------------------------------------------------------------------- 1 | # This script tests a syntax error in the startup 2 | # config script 3 | 4 | syntax error here 5 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/ti_cc13x0.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Texas Instruments CC13x0 - ARM Cortex-M3 3 | # 4 | # http://www.ti.com 5 | # 6 | 7 | set CHIPNAME cc13x0 8 | set JRC_TAPID 0x0B9BE02F 9 | set WORKAREASIZE 0x4000 10 | 11 | source [find target/ti_cc26x0.cfg] 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/ti_cc13x2.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Texas Instruments CC13x2 - ARM Cortex-M4 3 | # 4 | # http://www.ti.com 5 | # 6 | 7 | set CHIPNAME cc13x2 8 | set JRC_TAPID 0x0BB4102F 9 | set WORKAREASIZE 0x7000 10 | 11 | source [find target/ti_cc26x0.cfg] 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/ti_cc26x2.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Texas Instruments CC26x2 - ARM Cortex-M4 3 | # 4 | # http://www.ti.com 5 | # 6 | 7 | set CHIPNAME cc26x2 8 | set JRC_TAPID 0x0BB4102F 9 | set WORKAREASIZE 0x7000 10 | 11 | source [find target/ti_cc26x0.cfg] 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/ti_rm4x.cfg: -------------------------------------------------------------------------------- 1 | source [find target/ti_tms570.cfg] 2 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/ti_tms570ls20xxx.cfg: -------------------------------------------------------------------------------- 1 | # TMS570LS20216, TMS570LS20206, TMS570LS10216 2 | # TMS570LS10206, TMS570LS10116, TMS570LS10106 3 | set DAP_TAPID 0x0B7B302F 4 | set JRC_TAPID 0x0B7B302F 5 | 6 | source [find target/ti_tms570.cfg] 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/openocd/scripts/target/ti_tms570ls3137.cfg: -------------------------------------------------------------------------------- 1 | # TMS570LS3137 2 | set DAP_TAPID 0x0B8A002F 3 | set JRC_TAPID 0x0B8A002F 4 | 5 | source [find target/ti_tms570.cfg] 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/adapteva_parallella1.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Adapteva Parallella-I board (via Porcupine-1 adapter board) 3 | # 4 | 5 | reset_config srst_only 6 | 7 | source [find target/zynq_7000.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/arm_evaluator7t.cfg: -------------------------------------------------------------------------------- 1 | # This board is from ARM and has an samsung s3c45101x01 chip 2 | 3 | source [find target/samsung_s3c4510.cfg] 4 | 5 | # 6 | # FIXME: 7 | # Add (A) sdram configuration 8 | # Add (B) flash cfi programming configuration 9 | # 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/atmel_at91sam7s-ek.cfg: -------------------------------------------------------------------------------- 1 | # Atmel AT91SAM7S-EK 2 | # http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3784 3 | 4 | set CHIPNAME at91sam7s256 5 | 6 | source [find target/at91sam7sx.cfg] 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/atmel_sam3n_ek.cfg: -------------------------------------------------------------------------------- 1 | 2 | # 3 | # Board configuration for Atmel's SAM3N-EK 4 | # 5 | 6 | reset_config srst_only 7 | 8 | set CHIPNAME at91sam3n4c 9 | 10 | adapter speed 32 11 | 12 | source [find target/at91sam3nXX.cfg] 13 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/atmel_sam3s_ek.cfg: -------------------------------------------------------------------------------- 1 | source [find target/at91sam3sXX.cfg] 2 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/atmel_sam3u_ek.cfg: -------------------------------------------------------------------------------- 1 | source [find target/at91sam3u4e.cfg] 2 | 3 | reset_config srst_only 4 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/atmel_sam3x_ek.cfg: -------------------------------------------------------------------------------- 1 | source [find target/at91sam3ax_8x.cfg] 2 | 3 | reset_config srst_only 4 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/atmel_sam4e_ek.cfg: -------------------------------------------------------------------------------- 1 | # This is an SAM4E-EK board with a single SAM4E16 chip. 2 | # http://www.atmel.com/tools/sam4e-ek.aspx 3 | 4 | # chip name 5 | set CHIPNAME SAM4E16E 6 | 7 | source [find target/at91sam4sXX.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/atmel_sam4l8_xplained_pro.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Atmel SAM4L8 Xplained Pro evaluation kit. 3 | # http://www.atmel.com/tools/ATSAM4L8-XPRO.aspx 4 | # 5 | 6 | source [find interface/cmsis-dap.cfg] 7 | 8 | # chip name 9 | set CHIPNAME ATSAM4LC8CA 10 | 11 | source [find target/at91sam4lXX.cfg] 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/atmel_sam4s_ek.cfg: -------------------------------------------------------------------------------- 1 | source [find target/at91sam4sXX.cfg] 2 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/atmel_sam4s_xplained_pro.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Atmel SAM4S Xplained Pro evaluation kit. 3 | # http://www.atmel.com/tools/ATSAM4S-XPRO.aspx 4 | # 5 | 6 | source [find interface/cmsis-dap.cfg] 7 | 8 | # chip name 9 | set CHIPNAME ATSAM4SD32C 10 | 11 | source [find target/at91sam4sd32x.cfg] 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/atmel_samc20_xplained_pro.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Atmel SAMC20 Xplained Pro evaluation kit. 3 | # 4 | 5 | source [find interface/cmsis-dap.cfg] 6 | 7 | # chip name 8 | set CHIPNAME at91samc20j18 9 | 10 | source [find target/at91samdXX.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/atmel_samc21_xplained_pro.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Atmel SAMC21 Xplained Pro evaluation kit. 3 | # http://www.atmel.com/tools/ATSAMC21-XPRO.aspx 4 | # 5 | 6 | source [find interface/cmsis-dap.cfg] 7 | 8 | # chip name 9 | set CHIPNAME at91samc21j18 10 | 11 | source [find target/at91samdXX.cfg] 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/atmel_samd10_xplained_mini.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Atmel SAMD10 Xplained mini evaluation kit. 3 | # http://www.atmel.com/tools/atsamd10-xmini.aspx 4 | 5 | source [find interface/cmsis-dap.cfg] 6 | 7 | # chip name 8 | set CHIPNAME at91samd10d14 9 | 10 | source [find target/at91samdXX.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/atmel_samd11_xplained_pro.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Atmel SAMD11 Xplained Pro evaluation kit. 3 | # 4 | 5 | source [find interface/cmsis-dap.cfg] 6 | 7 | # chip name 8 | set CHIPNAME at91samd11d14 9 | 10 | source [find target/at91samdXX.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/atmel_samd20_xplained_pro.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Atmel SAMD20 Xplained Pro evaluation kit. 3 | # http://www.atmel.com/tools/ATSAMD20-XPRO.aspx 4 | # 5 | 6 | source [find interface/cmsis-dap.cfg] 7 | 8 | # chip name 9 | set CHIPNAME at91samd20j18 10 | 11 | source [find target/at91samdXX.cfg] 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/atmel_samd21_xplained_pro.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Atmel SAMD21 Xplained Pro evaluation kit. 3 | # 4 | 5 | source [find interface/cmsis-dap.cfg] 6 | 7 | # chip name 8 | set CHIPNAME at91samd21j18 9 | 10 | source [find target/at91samdXX.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/atmel_same70_xplained.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Atmel SAME70 Xplained evaluation kit. 3 | # http://www.atmel.com/tools/ATSAME70-XPLD.aspx 4 | # 5 | # Connect using the EDBG chip on the dev kit over USB 6 | source [find interface/cmsis-dap.cfg] 7 | 8 | set CHIPNAME atsame70q21 9 | 10 | source [find target/atsamv.cfg] 11 | 12 | reset_config srst_only 13 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/atmel_samg53_xplained_pro.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Atmel SAMG53 Xplained Pro evaluation kit. 3 | # http://www.atmel.com/tools/ATSAMG53-XPRO.aspx 4 | # 5 | 6 | source [find interface/cmsis-dap.cfg] 7 | 8 | # chip name 9 | set CHIPNAME ATSAMG53N19 10 | 11 | source [find target/at91samg5x.cfg] 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/atmel_samg55_xplained_pro.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Atmel SAMG55 Xplained Pro evaluation kit. 3 | # http://www.atmel.com/tools/ATSAMG55-XPRO.aspx 4 | # 5 | 6 | source [find interface/cmsis-dap.cfg] 7 | 8 | # chip name 9 | set CHIPNAME ATSAMG55J19 10 | 11 | source [find target/at91samg5x.cfg] 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/atmel_saml21_xplained_pro.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Atmel SAML21 Xplained Pro evaluation kit. 3 | # 4 | 5 | source [find interface/cmsis-dap.cfg] 6 | 7 | # chip name 8 | set CHIPNAME at91saml21j18 9 | 10 | source [find target/at91samdXX.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/atmel_samr21_xplained_pro.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Atmel SAMR21 Xplained Pro evaluation kit. 3 | # 4 | 5 | source [find interface/cmsis-dap.cfg] 6 | 7 | # chip name 8 | set CHIPNAME at91samr21g18 9 | 10 | source [find target/at91samdXX.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/bcm28155_ap.cfg: -------------------------------------------------------------------------------- 1 | # BCM28155_AP 2 | 3 | adapter speed 20000 4 | 5 | set CHIPNAME bcm28155 6 | source [find target/bcm281xx.cfg] 7 | 8 | reset_config trst_and_srst 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/bluefield.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Board configuration for BlueField SoC. 3 | # 4 | 5 | source [find interface/rshim.cfg] 6 | source [find target/bluefield.cfg] 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/digilent_zedboard.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Digilent Zedboard Rev.C, Rev.D with Xilinx Zynq chip 3 | # 4 | # http://zedboard.com/product/zedboard 5 | # 6 | 7 | source [find interface/ftdi/digilent_jtag_smt2.cfg] 8 | 9 | reset_config srst_only srst_push_pull 10 | 11 | source [find target/zynq_7000.cfg] 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/diolan_lpc4350-db1.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Diolan LPC-4350-DB1 development board 3 | # 4 | 5 | set CHIPNAME lpc4350 6 | 7 | source [find target/lpc4350.cfg] 8 | 9 | flash bank $_CHIPNAME.nor cfi 0x1C000000 0x00200000 2 2 $_CHIPNAME.m4 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/diolan_lpc4357-db1.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Diolan LPC-4357-DB1 development board 3 | # 4 | 5 | set CHIPNAME lpc4357 6 | 7 | source [find target/lpc4357.cfg] 8 | 9 | flash bank $_CHIPNAME.nor cfi 0x1C000000 0x00200000 2 2 $_CHIPNAME.m4 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/dk-tm4c129.cfg: -------------------------------------------------------------------------------- 1 | echo "WARNING: board/dk-tm4c129.cfg is deprecated, please switch to board/ti_dk-tm4c129.cfg" 2 | 3 | source [find board/ti_dk-tm4c129.cfg] 4 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/efikamx.cfg: -------------------------------------------------------------------------------- 1 | # Genesi USA EfikaMX 2 | # http://www.genesi-usa.com/products/efika 3 | 4 | # Fall back to 6MHz if RTCK is not supported 5 | jtag_rclk 6000 6 | $_TARGETNAME configure -event "reset-start" { jtag_rclk 6000 } 7 | 8 | source [find target/imx51.cfg] 9 | 10 | reset_config trst_only 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/efm32.cfg: -------------------------------------------------------------------------------- 1 | # Configuration for EFM32 boards with on-board SEGGER J-Link 2 | # 3 | # Tested with Tiny, Giant and Zero Gecko Starter Kit. 4 | # 5 | 6 | source [find interface/jlink.cfg] 7 | transport select swd 8 | adapter speed 1000 9 | 10 | set CHIPNAME efm32 11 | source [find target/efm32.cfg] 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/ek-tm4c123gxl.cfg: -------------------------------------------------------------------------------- 1 | echo "WARNING: board/ek-tm4c123gxl.cfg is deprecated, please switch to board/ti_ek-tm4c123gxl.cfg" 2 | 3 | source [find board/ti_ek-tm4c123gxl.cfg] 4 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/ek-tm4c1294xl.cfg: -------------------------------------------------------------------------------- 1 | echo "WARNING: board/ek-tm4c1294xl.cfg is deprecated, please switch to board/ti_ek-tm4c1294xl.cfg" 2 | 3 | source [find board/ti_ek-tm4c1294xl.cfg] 4 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/emcraft_twr-vf6-som-bsb.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # EmCraft Systems TWR-VF6-SOM-BSB 3 | # 4 | # http://www.emcraft.com/products/259#twr-kit 5 | # 6 | 7 | source [find board/emcraft_vf6-som.cfg] 8 | 9 | reset_config srst_only srst_nogate 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/emcraft_vf6-som.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # EmCraft Systems Vybrid VF6 SOM 3 | # 4 | # http://www.emcraft.com/products/259#som 5 | # 6 | 7 | set CHIPNAME vf610 8 | source [find target/vybrid_vf6xx.cfg] 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/evb-lan9255.cfg: -------------------------------------------------------------------------------- 1 | # SPDX-License-Identifier: GPL-2.0-or-later 2 | # 3 | # Microchip LAN9255 evaluation board 4 | # https://www.microchip.com/en-us/development-tool/EV25Y25A 5 | # 6 | 7 | set CHIPNAME same53 8 | 9 | source [find target/atsame5x.cfg] 10 | 11 | reset_config srst_only 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/gti/espressobin.cfg: -------------------------------------------------------------------------------- 1 | # config for ESPRESSObin from 2 | # Globalscale Technologies Inc. 3 | 4 | # srst is isolated through missing resistor 5 | reset_config trst_only 6 | 7 | source [find target/marvell/88f3720.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/hitex_lpc1768stick.cfg: -------------------------------------------------------------------------------- 1 | # Hitex LPC1768 Stick 2 | # 3 | # http://www.hitex.com/?id=1602 4 | # 5 | 6 | reset_config trst_and_srst 7 | 8 | source [find interface/ftdi/hitex_lpc1768stick.cfg] 9 | 10 | source [find target/lpc17xx.cfg] 11 | 12 | 13 | # startup @ 500kHz 14 | adapter speed 500 15 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/iar_str912_sk.cfg: -------------------------------------------------------------------------------- 1 | # The IAR str912-sk evaluation kick start board has an str912 2 | 3 | source [find target/str912.cfg] 4 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/insignal_arndale.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # InSignal Arndale board 3 | # 4 | 5 | source [find target/exynos5250.cfg] 6 | 7 | # Experimentally determined highest working speed 8 | adapter speed 200 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/kcu105.cfg: -------------------------------------------------------------------------------- 1 | # xilinx ultrascale 2 | # http://www.xilinx.com/support/documentation/user_guides/ug570-ultrascale-configuration.pdf 3 | 4 | source [find interface/ftdi/digilent_jtag_smt2_nc.cfg] 5 | 6 | set CHIP XCKU040 7 | source [find cpld/xilinx-xcu.cfg] 8 | 9 | source [find cpld/jtagspi.cfg] 10 | 11 | adapter speed 25000 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/keil_mcb1700.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Keil MCB1700 eval board 3 | # 4 | # http://www.keil.com/mcb1700/picture.asp 5 | # 6 | 7 | source [find target/lpc17xx.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/keil_mcb2140.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Keil MCB2140 eval board 3 | # 4 | # http://www.keil.com/mcb2140/picture.asp 5 | # 6 | 7 | source [find target/lpc2148.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/kwikstik.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Freescale KwikStik development board 3 | # 4 | 5 | # 6 | # JLINK interface is onboard 7 | # 8 | source [find interface/jlink.cfg] 9 | 10 | source [find target/k40.cfg] 11 | 12 | reset_config trst_and_srst 13 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/la_fonera-fon2200.cfg: -------------------------------------------------------------------------------- 1 | source [find target/atheros_ar2315.cfg] 2 | 3 | reset_config trst_and_srst 4 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/linksys_nslu2.cfg: -------------------------------------------------------------------------------- 1 | # This is for the LinkSys (CISCO) NSLU2 board 2 | # It is an Intel XSCALE IXP420 CPU. 3 | 4 | source [find target/ixp42x.cfg] 5 | # The _TARGETNAME is set by the above. 6 | 7 | $_TARGETNAME configure -work-area-phys 0x00020000 -work-area-size 0x10000 -work-area-backup 0 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/lisa-l.cfg: -------------------------------------------------------------------------------- 1 | # the Lost Illusions Serendipitous Autopilot 2 | # http://paparazzi.enac.fr/wiki/Lisa 3 | 4 | # Work-area size (RAM size) = 20kB for STM32F103RB device 5 | set WORKAREASIZE 0x5000 6 | 7 | source [find target/stm32f1x.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/marsohod.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Marsohod CPLD Development and Education board 3 | # 4 | # http://marsohod.org/howtostart/plata 5 | # 6 | 7 | # Recommended MBFTDI programmer 8 | source [find interface/ftdi/mbftdi.cfg] 9 | adapter speed 2000 10 | transport select jtag 11 | 12 | # Altera MAXII EPM240T100C CPLD 13 | source [find cpld/altera-epm240.cfg] 14 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/marsohod2.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Marsohod2 FPGA Development and Education board 3 | # 4 | # http://www.marsohod.org/prodmarsohod2 5 | # 6 | 7 | # Built-in MBFTDI programmer 8 | source [find interface/ftdi/mbftdi.cfg] 9 | adapter speed 2000 10 | transport select jtag 11 | 12 | # Cyclone III EP3C10E144 FPGA 13 | source [find fpga/altera-ep3c10.cfg] 14 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/marsohod3.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Marsohod3 FPGA Development and Education board 3 | # 4 | # http://www.marsohod.org/plata-marsokhod3 5 | # 6 | 7 | # Built-in MBFTDI programmer 8 | source [find interface/ftdi/mbftdi.cfg] 9 | adapter speed 2000 10 | transport select jtag 11 | 12 | # MAX10 10M50SAE144C8GES FPGA 13 | source [find fpga/altera-10m50.cfg] 14 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/mbed-lpc11u24.cfg: -------------------------------------------------------------------------------- 1 | # This is an mbed eval board with a single NXP LPC11U24 chip. 2 | # http://mbed.org/handbook/mbed-NXP-LPC11U24 3 | # 4 | 5 | source [find interface/cmsis-dap.cfg] 6 | 7 | # NXP LPC11U24 Cortex-M0 with 32kB Flash and 8kB SRAM 8 | set WORKAREASIZE 0x2000 9 | 10 | source [find target/lpc11xx.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/mbed-lpc1768.cfg: -------------------------------------------------------------------------------- 1 | # This is an mbed eval board with a single NXP LPC1768 chip. 2 | # http://mbed.org/handbook/mbed-NXP-LPC1768 3 | # 4 | 5 | source [find interface/cmsis-dap.cfg] 6 | 7 | source [find target/lpc17xx.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/microchip_saml11_xplained_pro.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Microchip (formerly Atmel) SAM L11 Xplained Pro Evaluation Kit. 3 | # https://www.microchip.com/DevelopmentTools/ProductDetails/dm320205 4 | # 5 | 6 | source [find interface/cmsis-dap.cfg] 7 | adapter speed 1000 8 | 9 | set CHIPNAME saml11 10 | source [find target/atsaml1x.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/nds32_xc5.cfg: -------------------------------------------------------------------------------- 1 | set _CPUTAPID 0x1000063d 2 | set _CHIPNAME nds32 3 | source [find target/nds32v3.cfg] 4 | 5 | jtag init 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/nds32_xc7.cfg: -------------------------------------------------------------------------------- 1 | # SPDX-License-Identifier: GPL-2.0-or-later 2 | # ADP-XC7K160/410 3 | # http://www.andestech.com/en/products-solutions/andeshape-platforms/adp-xc7k160-410/ 4 | 5 | source [find target/nds32v5.cfg] 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/nordic_nrf51822_mkit.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Nordic Semiconductor PCA10024 board (aka nRF51822-mKIT) 3 | # 4 | 5 | source [find interface/cmsis-dap.cfg] 6 | source [find target/nrf51.cfg] 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/nordic_nrf51_dk.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Nordic Semiconductor NRF51 Development Kit (nRF6824) 3 | # 4 | 5 | source [find interface/jlink.cfg] 6 | 7 | transport select swd 8 | 9 | source [find target/nrf51.cfg] 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/nordic_nrf52_dk.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Nordic Semiconductor NRF52 Development Kit (nRF52832) 3 | # 4 | 5 | source [find interface/jlink.cfg] 6 | 7 | transport select swd 8 | 9 | source [find target/nrf52.cfg] 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/npcx_evb.cfg: -------------------------------------------------------------------------------- 1 | # SPDX-License-Identifier: GPL-2.0-or-later 2 | 3 | # Nuvoton NPCX Evaluation Board 4 | 5 | source [find interface/jlink.cfg] 6 | transport select swd 7 | 8 | source [find target/npcx.cfg] 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/nxp_frdm-ls1012a.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # NXP FRDM-LS1012A (Freedom) 3 | # 4 | 5 | # 6 | # NXP Kinetis K20 7 | # 8 | source [find interface/cmsis-dap.cfg] 9 | transport select jtag 10 | 11 | # Also offers a 10-pin 0.05" CoreSight JTAG connector. 12 | 13 | source [find target/ls1012a.cfg] 14 | 15 | reset_config srst_only 16 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/olimex_LPC2378STK.cfg: -------------------------------------------------------------------------------- 1 | ##################################################### 2 | # Olimex LPC2378STK eval board 3 | # 4 | # http://olimex.com/dev/lpc-2378stk.html 5 | # 6 | # Author: Sten, debian@sansys-electronic.com 7 | ##################################################### 8 | # 9 | 10 | source [find target/lpc2378.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/olimex_lpc_h2148.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Olimex LPC-H2148 eval board 3 | # 4 | # http://www.olimex.com/dev/lpc-h2148.html 5 | # 6 | 7 | source [find target/lpc2148.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/olimex_sam7_ex256.cfg: -------------------------------------------------------------------------------- 1 | # Olimex SAM7-EX256 has a single Atmel at91sam7ex256 on it. 2 | 3 | source [find target/at91sam7x256.cfg] 4 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/olimex_stm32_h103.cfg: -------------------------------------------------------------------------------- 1 | # Olimex STM32-H103 eval board 2 | # http://olimex.com/dev/stm32-h103.html 3 | 4 | # Work-area size (RAM size) = 20kB for STM32F103RB device 5 | set WORKAREASIZE 0x5000 6 | 7 | source [find target/stm32f1x.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/olimex_stm32_h107.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Olimex STM32-H107 3 | # 4 | # http://olimex.com/dev/stm32-h107.html 5 | # 6 | 7 | # Work-area size (RAM size) = 64kB for STM32F107VC device 8 | set WORKAREASIZE 0x10000 9 | 10 | source [find target/stm32f1x.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/olimex_stm32_h405.cfg: -------------------------------------------------------------------------------- 1 | # SPDX-License-Identifier: GPL-2.0-or-later 2 | # Olimex STM32-H405 eval board 3 | # https://www.olimex.com/Products/ARM/ST/STM32-H405/ 4 | 5 | # Work-area size (RAM size) = 128kB for STM32F405RG device 6 | set WORKAREASIZE 0x20000 7 | 8 | source [find target/stm32f4x.cfg] 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/olimex_stm32_p107.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Olimex STM32-P107 3 | # 4 | # http://olimex.com/dev/stm32-p107.html 5 | # 6 | 7 | # Work-area size (RAM size) = 64kB for STM32F107VC device 8 | set WORKAREASIZE 0x10000 9 | 10 | source [find target/stm32f1x.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/phone_se_j100i.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Sony Ericsson J100I Phone 3 | # 4 | # more information can be found on 5 | # http://bb.osmocom.org/trac/wiki/SonyEricssonJ100i 6 | # 7 | source [find target/ti_calypso.cfg] 8 | 9 | # external flash 10 | 11 | set _FLASHNAME $_CHIPNAME.flash 12 | flash bank $_FLASHNAME cfi 0x00000000 0x400000 2 2 $_TARGETNAME 13 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/pic-p32mx.cfg: -------------------------------------------------------------------------------- 1 | # The Olimex PIC-P32MX has a PIC32MX 2 | 3 | set CPUTAPID 0x40916053 4 | source [find target/pic32mx.cfg] 5 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/quark_x10xx_board.cfg: -------------------------------------------------------------------------------- 1 | # There are many Quark boards that can host the quark_x10xx SoC 2 | # Galileo is an example board 3 | 4 | source [find target/quark_x10xx.cfg] 5 | 6 | #default frequency but this can be adjusted at runtime 7 | adapter speed 4000 8 | 9 | reset_config trst_only 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/quicklogic_quickfeather.cfg: -------------------------------------------------------------------------------- 1 | # SPDX-License-Identifier: GPL-2.0-or-later 2 | # QuickLogic EOS S3 QuickFeather 3 | # https://www.quicklogic.com/products/eos-s3/quickfeather-development-kit/ 4 | 5 | source [find target/eos_s3.cfg] 6 | 7 | reset_config srst_only 8 | 9 | transport select swd 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/redbee.cfg: -------------------------------------------------------------------------------- 1 | source [find target/mc13224v.cfg] 2 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/renesas_dk-s7g2.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Renesas Synergy DK-S7G2 3 | # 4 | 5 | source [find interface/jlink.cfg] 6 | transport select swd 7 | 8 | # XXX 19-pin SWD+TRACE connector also available 9 | 10 | # Synergy R7FS7G27H2A01CBD 11 | source [find target/renesas_s7g2.cfg] 12 | 13 | # 32 MB QSPI flash (Micron N25Q256A13EF840E) 14 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/renesas_falcon.cfg: -------------------------------------------------------------------------------- 1 | # SPDX-License-Identifier: GPL-2.0-or-later 2 | # Renesas R-Car V3U Falcon Board Config 3 | 4 | # The Falcon board comes with either an V3U SOC. 5 | 6 | echo "\nFalcon:" 7 | if { ![info exists SOC] } { 8 | set SOC V3U 9 | } 10 | source [find target/renesas_rcar_gen3.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/renesas_gr_peach.cfg: -------------------------------------------------------------------------------- 1 | # Renesas RZ/A1H GR-Peach board 2 | 3 | reset_config srst_only 4 | 5 | source [find target/renesas_r7s72100.cfg] 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/renesas_porter.cfg: -------------------------------------------------------------------------------- 1 | # Renesas R-Car M2 Evaluation Board 2 | 3 | set SOC M2 4 | source [find target/renesas_rcar_gen2.cfg] 5 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/renesas_salvator-xs.cfg: -------------------------------------------------------------------------------- 1 | # Renesas R-Car Gen3 Salvator-X(S) Board Config 2 | 3 | # The Salvator-X(S) boards come with either an H3, M3W, or M3N SOC. 4 | 5 | echo "\nSalvator-X(S):" 6 | if { ![info exists SOC] } { 7 | set SOC H3 8 | } 9 | source [find target/renesas_rcar_gen3.cfg] 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/renesas_silk.cfg: -------------------------------------------------------------------------------- 1 | # Renesas R-Car E2 Evaluation Board 2 | 3 | set SOC E2 4 | source [find target/renesas_rcar_gen2.cfg] 5 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/renesas_stout.cfg: -------------------------------------------------------------------------------- 1 | # Renesas R-Car H2 Evaluation Board 2 | 3 | set SOC H2 4 | source [find target/renesas_rcar_gen2.cfg] 5 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/rigado_bmd300_ek.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Rigado BMD-300 Evaluation Kit 3 | # 4 | # https://www.rigado.com/products/modules/bmd-300/ 5 | # 6 | 7 | source [find interface/jlink.cfg] 8 | transport select swd 9 | adapter speed 1000 10 | 11 | source [find target/nrf52.cfg] 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/st_nucleo_8l152r8.cfg: -------------------------------------------------------------------------------- 1 | # This is a ST NUCLEO 8L152R8 board with a single STM8L152R8T6 chip. 2 | # http://www.st.com/en/evaluation-tools/nucleo-8l152r8.html 3 | 4 | source [find interface/stlink-dap.cfg] 5 | 6 | transport select swim 7 | 8 | source [find target/stm8l152.cfg] 9 | 10 | reset_config srst_only 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/st_nucleo_f103rb.cfg: -------------------------------------------------------------------------------- 1 | # This is an ST NUCLEO F103RB board with a single STM32F103RBT6 chip. 2 | # http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF259875 3 | 4 | source [find interface/stlink.cfg] 5 | 6 | transport select hla_swd 7 | 8 | source [find target/stm32f1x.cfg] 9 | 10 | reset_config srst_only 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/st_nucleo_f3.cfg: -------------------------------------------------------------------------------- 1 | # This is an ST NUCLEO F334R8 board with a single STM32F334R8T6 chip. 2 | # http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF260004 3 | 4 | source [find interface/stlink.cfg] 5 | 6 | transport select hla_swd 7 | 8 | source [find target/stm32f3x.cfg] 9 | 10 | reset_config srst_only 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/st_nucleo_f7.cfg: -------------------------------------------------------------------------------- 1 | # STMicroelectronics STM32F7 Nucleo development board 2 | # Known boards: NUCLEO-F746ZG and NUCLEO-F767ZI 3 | 4 | source [find interface/stlink.cfg] 5 | 6 | transport select hla_swd 7 | 8 | source [find target/stm32f7x.cfg] 9 | 10 | reset_config srst_only 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/st_nucleo_h743zi.cfg: -------------------------------------------------------------------------------- 1 | # This is an ST NUCLEO-H743ZI board with single STM32H743ZI chip. 2 | # http://www.st.com/en/evaluation-tools/nucleo-h743zi.html 3 | 4 | source [find interface/stlink.cfg] 5 | 6 | transport select hla_swd 7 | 8 | source [find target/stm32h7x_dual_bank.cfg] 9 | 10 | reset_config srst_only 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/st_nucleo_l1.cfg: -------------------------------------------------------------------------------- 1 | # This is an ST NUCLEO L152RE board with a single STM32L152RET6 chip. 2 | # http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF260002 3 | 4 | source [find interface/stlink.cfg] 5 | 6 | transport select hla_swd 7 | 8 | source [find target/stm32l1x_dual_bank.cfg] 9 | 10 | reset_config srst_only 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/st_nucleo_l4.cfg: -------------------------------------------------------------------------------- 1 | # Should work with all STM32L4 Nucleo Dev Boards. 2 | # http://www.st.com/en/evaluation-tools/stm32-mcu-nucleo.html 3 | 4 | source [find interface/stlink.cfg] 5 | 6 | transport select hla_swd 7 | 8 | source [find target/stm32l4x.cfg] 9 | 10 | # use hardware reset 11 | reset_config srst_only srst_nogate 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/st_nucleo_wb55.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Configuration for STM32WB55 Nucleo board (STM32WB55RGV6) 3 | # 4 | 5 | source [find interface/stlink.cfg] 6 | 7 | transport select hla_swd 8 | 9 | source [find target/stm32wbx.cfg] 10 | 11 | reset_config srst_only 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/steval-idb007v1.cfg: -------------------------------------------------------------------------------- 1 | # This is an evaluation board with a single BlueNRG-1 chip. 2 | # http://www.st.com/content/st_com/en/products/evaluation-tools/solution-evaluation-tools/communication-and-connectivity-solution-eval-boards/steval-idb008v1.html 3 | set CHIPNAME bluenrg-1 4 | source [find target/bluenrg-x.cfg] 5 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/steval-idb008v1.cfg: -------------------------------------------------------------------------------- 1 | # This is an evaluation board with a single BlueNRG-2 chip. 2 | # http://www.st.com/content/st_com/en/products/evaluation-tools/solution-evaluation-tools/communication-and-connectivity-solution-eval-boards/steval-idb007v1.html 3 | set CHIPNAME bluenrg-2 4 | source [find target/bluenrg-x.cfg] 5 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/steval-idb011v1.cfg: -------------------------------------------------------------------------------- 1 | # This is an evaluation board with a single BlueNRG-LP chip. 2 | set CHIPNAME bluenrg-lp 3 | source [find target/bluenrg-x.cfg] 4 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/stm32100b_eval.cfg: -------------------------------------------------------------------------------- 1 | # This is an STM32 eval board with a single STM32F100VBT6 chip. 2 | # http://www.st.com/internet/evalboard/product/247099.jsp 3 | 4 | # The chip has only 8KB sram 5 | set WORKAREASIZE 0x2000 6 | 7 | source [find target/stm32f1x.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/stm3210b_eval.cfg: -------------------------------------------------------------------------------- 1 | # This is an STM32 eval board with a single STM32F10x (128KB) chip. 2 | # http://www.st.com/internet/evalboard/product/176090.jsp 3 | 4 | # increase working area to 32KB for faster flash programming 5 | set WORKAREASIZE 0x8000 6 | 7 | source [find target/stm32f1x.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/stm3210c_eval.cfg: -------------------------------------------------------------------------------- 1 | # This is an STM32 eval board with a single STM32F107VCT chip. 2 | # http://www.st.com/internet/evalboard/product/217965.jsp 3 | 4 | # increase working area to 32KB for faster flash programming 5 | set WORKAREASIZE 0x8000 6 | 7 | source [find target/stm32f1x.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/stm32f0discovery.cfg: -------------------------------------------------------------------------------- 1 | # This is an STM32F0 discovery board with a single STM32F051R8T6 chip. 2 | # http://www.st.com/internet/evalboard/product/253215.jsp 3 | 4 | source [find interface/stlink.cfg] 5 | 6 | transport select hla_swd 7 | 8 | set WORKAREASIZE 0x2000 9 | source [find target/stm32f0x.cfg] 10 | 11 | reset_config srst_only 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/stm32f334discovery.cfg: -------------------------------------------------------------------------------- 1 | # This is an STM32F334 discovery board with a single STM32F334C8T6 chip. 2 | # As it is one of the few boards with stlink V.2-1, we source the corresponding 3 | # nucleo file. 4 | # http://www.st.com/web/en/catalog/tools/FM116/SC959/SS1532/LN1848/PF260318 5 | 6 | source [find board/st_nucleo_f3.cfg] 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/stm32f3discovery.cfg: -------------------------------------------------------------------------------- 1 | # This is an STM32F3 discovery board with a single STM32F303VCT6 chip. 2 | # http://www.st.com/internet/evalboard/product/254044.jsp 3 | 4 | source [find interface/stlink.cfg] 5 | 6 | transport select hla_swd 7 | 8 | source [find target/stm32f3x.cfg] 9 | 10 | reset_config srst_only 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/stm32f429disc1.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # This is an STM32F429 discovery board with a single STM32F429ZI chip. 3 | # http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/PF259090 4 | # 5 | 6 | source [find interface/stlink.cfg] 7 | 8 | transport select hla_swd 9 | 10 | source [find target/stm32f4x.cfg] 11 | 12 | reset_config srst_only 13 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/stm32l0discovery.cfg: -------------------------------------------------------------------------------- 1 | # This is an STM32L053 discovery board with a single STM32L053 chip. 2 | # http://www.st.com/web/en/catalog/tools/PF260319 3 | 4 | source [find interface/stlink.cfg] 5 | 6 | transport select hla_swd 7 | 8 | set WORKAREASIZE 0x2000 9 | source [find target/stm32l0.cfg] 10 | 11 | reset_config srst_only 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/stm32ldiscovery.cfg: -------------------------------------------------------------------------------- 1 | # This is an STM32L discovery board with a single STM32L152RBT6 chip. 2 | # http://www.st.com/internet/evalboard/product/250990.jsp 3 | 4 | source [find interface/stlink.cfg] 5 | 6 | transport select hla_swd 7 | 8 | set WORKAREASIZE 0x4000 9 | source [find target/stm32l1.cfg] 10 | 11 | reset_config srst_only 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/stm32mp13x_dk.cfg: -------------------------------------------------------------------------------- 1 | # board MB1635x 2 | # http://www.st.com/en/evaluation-tools/stm32mp135f-dk.html 3 | 4 | source [find interface/stlink-dap.cfg] 5 | 6 | transport select dapdirect_swd 7 | 8 | source [find target/stm32mp13x.cfg] 9 | 10 | reset_config srst_only 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/stm32mp15x_dk2.cfg: -------------------------------------------------------------------------------- 1 | # board MB1272B 2 | # http://www.st.com/en/evaluation-tools/stm32mp157a-dk1.html 3 | # http://www.st.com/en/evaluation-tools/stm32mp157c-dk2.html 4 | 5 | source [find interface/stlink-dap.cfg] 6 | 7 | transport select dapdirect_swd 8 | 9 | source [find target/stm32mp15x.cfg] 10 | 11 | reset_config srst_only 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/stm32vldiscovery.cfg: -------------------------------------------------------------------------------- 1 | # This is an STM32VL discovery board with a single STM32F100RB chip. 2 | # http://www.st.com/internet/evalboard/product/250863.jsp 3 | 4 | source [find interface/stlink.cfg] 5 | 6 | transport select hla_swd 7 | 8 | set WORKAREASIZE 0x2000 9 | source [find target/stm32f1x.cfg] 10 | 11 | reset_config srst_only 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/ti_am335xevm.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # TI AM335x Evaluation Module 3 | # 4 | # For more information please see http://www.ti.com/tool/tmdxevm3358 5 | # 6 | jtag_rclk 6000 7 | 8 | source [find target/am335x.cfg] 9 | 10 | reset_config trst_and_srst 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/ti_am43xx_evm.cfg: -------------------------------------------------------------------------------- 1 | # Works on both AM437x GP EVM and AM438x ePOS EVM 2 | transport select jtag 3 | adapter speed 16000 4 | 5 | source [find target/am437x.cfg] 6 | 7 | reset_config trst_and_srst 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/ti_beagleboard.cfg: -------------------------------------------------------------------------------- 1 | # OMAP3 BeagleBoard 2 | # http://beagleboard.org 3 | 4 | # Fall back to 6MHz if RTCK is not supported 5 | jtag_rclk 6000 6 | 7 | source [find target/omap3530.cfg] 8 | 9 | # TI-14 JTAG connector 10 | reset_config trst_only 11 | 12 | # Later run: omap3_dbginit 13 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/ti_beagleboard_xm.cfg: -------------------------------------------------------------------------------- 1 | # BeagleBoard xM (DM37x) 2 | # http://beagleboard.org 3 | 4 | set CHIPTYPE "dm37x" 5 | source [find target/amdm37x.cfg] 6 | 7 | # The TI-14 JTAG connector does not have srst. CPU reset is handled in 8 | # hardware. 9 | reset_config trst_only 10 | 11 | # "amdm37x_dbginit dm37x.cpu" needs to be run after init. 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/ti_beaglebone-base.cfg: -------------------------------------------------------------------------------- 1 | # AM335x Beaglebone family base configuration 2 | # http://beagleboard.org/bone 3 | 4 | source [find target/am335x.cfg] 5 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/ti_beaglebone.cfg: -------------------------------------------------------------------------------- 1 | # AM335x Beaglebone 2 | # http://beagleboard.org/bone 3 | 4 | # The JTAG interface is built directly on the board. 5 | source [find interface/ftdi/xds100v2.cfg] 6 | 7 | adapter speed 16000 8 | 9 | reset_config trst_and_srst 10 | 11 | source [find board/ti_beaglebone-base.cfg] 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/ti_beaglebone_black.cfg: -------------------------------------------------------------------------------- 1 | # AM335x Beaglebone Black 2 | # http://beagleboard.org/bone 3 | 4 | adapter speed 1000 5 | 6 | reset_config trst_and_srst 7 | 8 | source [find board/ti_beaglebone-base.cfg] 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/ti_blaze.cfg: -------------------------------------------------------------------------------- 1 | jtag_rclk 6000 2 | 3 | source [find target/omap4430.cfg] 4 | 5 | reset_config trst_and_srst 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/ti_cc13x0_launchpad.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # TI CC13x0 LaunchPad Evaluation Kit 3 | # 4 | source [find interface/xds110.cfg] 5 | transport select jtag 6 | adapter speed 5500 7 | source [find target/ti_cc13x0.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/ti_cc13x2_launchpad.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # TI CC13x2 LaunchPad Evaluation Kit 3 | # 4 | source [find interface/xds110.cfg] 5 | adapter speed 5500 6 | transport select jtag 7 | source [find target/ti_cc13x2.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/ti_cc26x0_launchpad.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # TI CC26x0 LaunchPad Evaluation Kit 3 | # 4 | source [find interface/xds110.cfg] 5 | adapter speed 5500 6 | transport select jtag 7 | source [find target/ti_cc26x0.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/ti_cc26x2_launchpad.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # TI CC26x2 LaunchPad Evaluation Kit 3 | # 4 | source [find interface/xds110.cfg] 5 | adapter speed 5500 6 | transport select jtag 7 | source [find target/ti_cc26x2.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/ti_cc3220sf_launchpad.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # TI CC3220SF-LaunchXL LaunchPad Evaluation Kit 3 | # 4 | source [find interface/xds110.cfg] 5 | adapter speed 8500 6 | transport select swd 7 | source [find target/ti_cc3220sf.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/ti_cc32xx_launchpad.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # TI CC32xx-LaunchXL LaunchPad Evaluation Kit 3 | # 4 | source [find interface/xds110.cfg] 5 | adapter speed 8500 6 | transport select swd 7 | source [find target/ti_cc32xx.cfg] 8 | 9 | reset_config srst_only 10 | adapter srst delay 1100 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/ti_dk-tm4c129.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # TI Tiva C DK-TM4C129X Connected Development Kit 3 | # 4 | # http://www.ti.com/tool/dk-tm4c129x 5 | # 6 | 7 | source [find interface/ti-icdi.cfg] 8 | 9 | transport select hla_jtag 10 | 11 | set WORKAREASIZE 0x8000 12 | set CHIPNAME tm4c129xnczad 13 | 14 | source [find target/stellaris.cfg] 15 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/ti_ek-tm4c123gxl.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # TI Tiva C Series ek-tm4c123gxl Launchpad Evaluation Kit 3 | # 4 | # http://www.ti.com/tool/ek-tm4c123gxl 5 | # 6 | 7 | source [find interface/ti-icdi.cfg] 8 | 9 | transport select hla_jtag 10 | 11 | set WORKAREASIZE 0x8000 12 | set CHIPNAME tm4c123gh6pm 13 | source [find target/stellaris.cfg] 14 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/ti_ek-tm4c1294xl.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # TI Tiva C Series ek-tm4c1294xl Launchpad Evaluation Kit 3 | # 4 | # http://www.ti.com/tool/ek-tm4c1294xl 5 | # 6 | 7 | source [find interface/ti-icdi.cfg] 8 | 9 | transport select hla_jtag 10 | 11 | set WORKAREASIZE 0x8000 12 | set CHIPNAME tm4c1294ncpdt 13 | 14 | source [find target/stellaris.cfg] 15 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/ti_msp432_launchpad.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # TI MSP432 LaunchPad Evaluation Kit 3 | # 4 | source [find interface/xds110.cfg] 5 | adapter speed 10000 6 | transport select swd 7 | source [find target/ti_msp432.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/ti_pandaboard.cfg: -------------------------------------------------------------------------------- 1 | jtag_rclk 6000 2 | 3 | source [find target/omap4430.cfg] 4 | 5 | reset_config trst_only 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/ti_pandaboard_es.cfg: -------------------------------------------------------------------------------- 1 | jtag_rclk 6000 2 | 3 | source [find target/omap4460.cfg] 4 | 5 | reset_config trst_only 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/ti_tmdx570ls31usb.cfg: -------------------------------------------------------------------------------- 1 | adapter speed 1500 2 | 3 | source [find interface/ftdi/xds100v2.cfg] 4 | source [find target/ti_tms570.cfg] 5 | 6 | reset_config trst_only 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/xmc-2go.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Infineon XMC 2Go 3 | # 4 | 5 | # 6 | # Segger J-Link Lite XMC4200 on-board 7 | # 8 | source [find interface/jlink.cfg] 9 | transport select swd 10 | 11 | set CHIPNAME xmc1100 12 | set WORKAREASIZE 0x4000 13 | source [find target/xmc1xxx.cfg] 14 | 15 | reset_config srst_only srst_nogate 16 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/xmc1100-boot-kit.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Infineon XMC1100 Boot Kit 3 | # 4 | 5 | # 6 | # Segger J-Link Lite XMC4200 on-board 7 | # 8 | source [find interface/jlink.cfg] 9 | transport select swd 10 | 11 | set CHIPNAME xmc1100 12 | set WORKAREASIZE 0x4000 13 | source [find target/xmc1xxx.cfg] 14 | 15 | reset_config srst_only srst_nogate 16 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/xmc4200-application-kit-actuator.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Infineon XMC4200 Application Kit - Actuator 3 | # 4 | 5 | # 6 | # Segger J-Link Lite XMC4200 on-board 7 | # 8 | source [find interface/jlink.cfg] 9 | transport select swd 10 | 11 | set CHIPNAME xmc4200 12 | source [find target/xmc4xxx.cfg] 13 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/xmc4300-relax.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Infineon XMC4300 Relax EtherCAT Kit 3 | # 4 | 5 | # 6 | # Segger J-Link Lite XMC4200 on-board 7 | # 8 | source [find interface/jlink.cfg] 9 | transport select swd 10 | 11 | set CHIPNAME xmc4300 12 | source [find target/xmc4xxx.cfg] 13 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/xmc4500-application-kit-general.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Infineon XMC4500 Application Kit - General Purpose 3 | # 4 | 5 | set CHIPNAME xmc4500 6 | source [find target/xmc4xxx.cfg] 7 | 8 | reset_config srst_only 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/xmc4500-application-kit-sdram.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Infineon XMC4500 Application Kit - SDRAM 3 | # 4 | 5 | # 6 | # Segger J-Link Lite XMC4200 on-board 7 | # 8 | 9 | set CHIPNAME xmc4500 10 | source [find target/xmc4xxx.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/xmc4500-relax.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Infineon XMC4500 Relax Kit / Relax Lite Kit 3 | # 4 | 5 | # 6 | # Segger J-Link Lite XMC4500 on-board 7 | # 8 | source [find interface/jlink.cfg] 9 | transport select swd 10 | 11 | # There's also an unpopulated 10-pin 0.05" pinout. 12 | 13 | set CHIPNAME xmc4500 14 | source [find target/xmc4xxx.cfg] 15 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/board/xmos_xk-xac-xa8_arm.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # xCORE-XA Core Module 3 | # 4 | # https://www.xmos.com/support/boards?product=17940 5 | # 6 | 7 | # 8 | # J-Link OB STM32F103 9 | # 10 | source [find interface/jlink.cfg] 11 | transport select swd 12 | 13 | # 14 | # XS1-XAU8A-10 15 | # 16 | source [find target/xmos_xs1-xau8a-10_arm.cfg] 17 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/chip/atmel/at91/hardware.cfg: -------------------------------------------------------------------------------- 1 | # External Memory Map 2 | set AT91_CHIPSELECT_0 0x10000000 3 | set AT91_CHIPSELECT_1 0x20000000 4 | set AT91_CHIPSELECT_2 0x30000000 5 | set AT91_CHIPSELECT_3 0x40000000 6 | set AT91_CHIPSELECT_4 0x50000000 7 | set AT91_CHIPSELECT_5 0x60000000 8 | set AT91_CHIPSELECT_6 0x70000000 9 | set AT91_CHIPSELECT_7 0x80000000 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/chip/st/stm32/stm32.tcl: -------------------------------------------------------------------------------- 1 | source [find bitsbytes.tcl] 2 | source [find cpu/arm/cortex_m3.tcl] 3 | source [find memory.tcl] 4 | source [find mmr_helpers.tcl] 5 | 6 | source [find chip/st/stm32/stm32_regs.tcl] 7 | source [find chip/st/stm32/stm32_rcc.tcl] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/chip/ti/lm3s/lm3s.tcl: -------------------------------------------------------------------------------- 1 | source [find chip/ti/lm3s/lm3s_regs.tcl] 2 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/cpld/altera-5m570z-cpld.cfg: -------------------------------------------------------------------------------- 1 | # Altera MAXV 5M24OZ/5M570Z CPLD 2 | # see MAX V Device Handbook 3 | # Table 6-3: 32-Bit MAX V Device IDCODE 4 | # Version Part Number Manuf. ID LSB 5 | # 0000 0010 0000 1010 0111 000 0110 1110 1 6 | jtag newtap 5m570z tap -expected-id 0x020a60dd -irlen 10 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/cpld/lattice-lc4032ze.cfg: -------------------------------------------------------------------------------- 1 | # Lattice ispMACH 4000ZE family, device LC4032ZE 2 | # just configure a tap 3 | jtag newtap LC4032ZE tap -irlen 8 -expected-id 0x01806043 4 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/cpld/xilinx-xcr3256.cfg: -------------------------------------------------------------------------------- 1 | #xilinx coolrunner xcr3256 2 | #simple device - just configure a tap 3 | jtag newtap xcr tap -irlen 5 -ircapture 0x01 -irmask 0x1f -expected-id 0x0494c093 4 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/cpu/arm/arm7tdmi.tcl: -------------------------------------------------------------------------------- 1 | set CPU_TYPE arm 2 | set CPU_NAME arm7tdmi 3 | set CPU_ARCH armv4t 4 | set CPU_MAX_ADDRESS 0xFFFFFFFF 5 | set CPU_NBITS 32 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/cpu/arm/arm920.tcl: -------------------------------------------------------------------------------- 1 | set CPU_TYPE arm 2 | set CPU_NAME arm920 3 | set CPU_ARCH armv4t 4 | set CPU_MAX_ADDRESS 0xFFFFFFFF 5 | set CPU_NBITS 32 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/cpu/arm/arm946.tcl: -------------------------------------------------------------------------------- 1 | set CPU_TYPE arm 2 | set CPU_NAME arm946 3 | set CPU_ARCH armv5te 4 | set CPU_MAX_ADDRESS 0xFFFFFFFF 5 | set CPU_NBITS 32 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/cpu/arm/arm966.tcl: -------------------------------------------------------------------------------- 1 | set CPU_TYPE arm 2 | set CPU_NAME arm966 3 | set CPU_ARCH armv5te 4 | set CPU_MAX_ADDRESS 0xFFFFFFFF 5 | set CPU_NBITS 32 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/cpu/arm/cortex_m3.tcl: -------------------------------------------------------------------------------- 1 | set CPU_TYPE arm 2 | set CPU_NAME cortex_m3 3 | set CPU_ARCH armv7 4 | set CPU_MAX_ADDRESS 0xFFFFFFFF 5 | set CPU_NBITS 32 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/fpga/altera-ep3c10.cfg: -------------------------------------------------------------------------------- 1 | # Altera Cyclone III EP3C10 2 | # see Cyclone III Device Handbook, Volume 1; 3 | # Table 14–5. 32-Bit Cyclone III Device IDCODE 4 | jtag newtap ep3c10 tap -expected-id 0x020f10dd -irlen 10 5 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/interface/altera-usb-blaster.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Altera USB-Blaster 3 | # 4 | # http://www.altera.com/literature/ug/ug_usb_blstr.pdf 5 | # 6 | 7 | adapter driver usb_blaster 8 | usb_blaster lowlevel_driver ftdi 9 | # These are already the defaults. 10 | # usb_blaster vid_pid 0x09FB 0x6001 11 | # usb_blaster device_desc "USB-Blaster" 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/interface/altera-usb-blaster2.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Altera USB-Blaster II 3 | # 4 | 5 | adapter driver usb_blaster 6 | usb_blaster vid_pid 0x09fb 0x6010 0x09fb 0x6810 7 | usb_blaster lowlevel_driver ublast2 8 | usb_blaster firmware /path/to/quartus/blaster_6810.hex 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/interface/arm-jtag-ew.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Olimex ARM-JTAG-EW 3 | # 4 | # http://www.olimex.com/dev/arm-jtag-ew.html 5 | # 6 | 7 | adapter driver arm-jtag-ew 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/interface/at91rm9200.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Various Atmel AT91RM9200 boards 3 | # 4 | # TODO: URL? 5 | # 6 | 7 | adapter driver at91rm9200 8 | at91rm9200_device rea_ecr 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/interface/calao-usb-a9260.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # CALAO Systems USB-A9260 common -C01 -C02 setup 3 | # 4 | # http://www.calao-systems.com/ 5 | # 6 | # See calao-usb-a9260-c01.cfg and calao-usb-a9260-c02.cfg. 7 | # 8 | 9 | adapter srst delay 200 10 | jtag_ntrst_delay 200 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/interface/chameleon.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Amontec Chameleon POD 3 | # 4 | # http://www.amontec.com/chameleon.shtml 5 | # 6 | 7 | adapter driver parport 8 | parport cable chameleon 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/interface/cmsis-dap.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # ARM CMSIS-DAP compliant adapter 3 | # 4 | # http://www.keil.com/support/man/docs/dapdebug/ 5 | # 6 | 7 | adapter driver cmsis-dap 8 | 9 | # Optionally specify the serial number of CMSIS-DAP usb device. 10 | # adapter serial 02200201E6661E601B98E3B9 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/interface/dummy.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Dummy interface (for testing purposes) 3 | # 4 | 5 | adapter driver dummy 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/interface/estick.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # eStick 3 | # 4 | # http://code.google.com/p/estick-jtag/ 5 | # 6 | 7 | adapter driver opendous 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/interface/ft232r.cfg: -------------------------------------------------------------------------------- 1 | adapter driver ft232r 2 | adapter speed 1000 3 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/interface/ftdi/cortino.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Hitex Cortino 3 | # 4 | # http://www.hitex.com/index.php?id=cortino 5 | # 6 | 7 | adapter driver ftdi 8 | ftdi device_desc "Cortino" 9 | ftdi vid_pid 0x0640 0x0032 10 | 11 | ftdi layout_init 0x0108 0x010b 12 | ftdi layout_signal nTRST -data 0x0100 13 | ftdi layout_signal nSRST -data 0x0200 -oe 0x0200 14 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/interface/ftdi/digilent-hs2.cfg: -------------------------------------------------------------------------------- 1 | # this supports JTAG-HS2 (and apparently Nexys4 as well) 2 | 3 | adapter driver ftdi 4 | ftdi device_desc "Digilent Adept USB Device" 5 | ftdi vid_pid 0x0403 0x6014 6 | 7 | ftdi channel 0 8 | ftdi layout_init 0x00e8 0x60eb 9 | 10 | reset_config none 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/interface/ftdi/olimex-arm-jtag-swd.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Olimex ARM JTAG SWD adapter 3 | # https://www.olimex.com/Products/ARM/JTAG/ARM-JTAG-SWD/ 4 | # 5 | 6 | transport select swd 7 | 8 | ftdi layout_signal SWD_EN -nalias nTRST 9 | ftdi layout_signal SWDIO_OE -alias TMS 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/interface/ftdi/rowley-cc-arm-swd.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Rowley ARM SWD Adapter 3 | # http://sites.fastspring.com/rowley/product/armswdadapter 4 | # https://drive.google.com/file/d/0Bzv7UpKpOQhnTUNNdzI5OUR4WGs/edit?usp=sharing 5 | # 6 | 7 | transport select swd 8 | 9 | ftdi layout_signal SWD_EN -nalias nTRST 10 | ftdi layout_signal SWDIO_OE -alias TMS 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/interface/ftdi/xds100v3.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Texas Instruments XDS100 ver 3.0 3 | # 4 | # http://processors.wiki.ti.com/index.php/XDS100 5 | # 6 | 7 | # Version 3.0 is the same as 2.0 as far as OpenOCD is concerned 8 | source [find interface/ftdi/xds100v2.cfg] 9 | 10 | # The USB ids are different. 11 | ftdi vid_pid 0x0403 0xa6d1 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/interface/nulink.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Nuvoton Nu-Link in-circuit debugger/programmer 3 | # 4 | 5 | adapter driver hla 6 | hla_layout nulink 7 | hla_device_desc "Nu-Link" 8 | hla_vid_pid 0x0416 0x511b 0x0416 0x511c 0x0416 0x511d 0x0416 0x5200 0x0416 0x5201 9 | 10 | # Only swd is supported 11 | transport select hla_swd 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/interface/opendous.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # opendous-jtag 3 | # 4 | # http://code.google.com/p/opendous-jtag/ 5 | # 6 | 7 | adapter driver opendous 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/interface/openjtag.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # OpenJTAG 3 | # 4 | # www.openjtag.org 5 | # 6 | 7 | adapter driver openjtag 8 | openjtag device_desc "Open JTAG Project" 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/interface/osbdm.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # P&E Micro OSBDM (aka OSJTAG) interface 3 | # 4 | # http://pemicro.com/osbdm/ 5 | # 6 | adapter driver osbdm 7 | reset_config srst_only 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/interface/rlink.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Raisonance RLink 3 | # 4 | # http://www.mcu-raisonance.com/~rlink-debugger-programmer__microcontrollers__tool~tool__T018:4cn9ziz4bnx6.html 5 | # 6 | 7 | adapter driver rlink 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/interface/rshim.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # BlueField SoC in-circuit debugger/programmer 3 | # 4 | 5 | adapter driver rshim 6 | transport select dapdirect_swd 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/interface/stlink-v1.cfg: -------------------------------------------------------------------------------- 1 | echo "WARNING: interface/stlink-v1.cfg is deprecated, please switch to interface/stlink.cfg" 2 | source [find interface/stlink.cfg] 3 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/interface/stlink-v2-1.cfg: -------------------------------------------------------------------------------- 1 | echo "WARNING: interface/stlink-v2-1.cfg is deprecated, please switch to interface/stlink.cfg" 2 | source [find interface/stlink.cfg] 3 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/interface/stlink-v2.cfg: -------------------------------------------------------------------------------- 1 | echo "WARNING: interface/stlink-v2.cfg is deprecated, please switch to interface/stlink.cfg" 2 | source [find interface/stlink.cfg] 3 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/interface/ulink.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Keil ULINK running OpenULINK firmware. 3 | # 4 | # http://www.keil.com/ulink1/ 5 | # http://article.gmane.org/gmane.comp.debugging.openocd.devel/17362 6 | # 7 | 8 | adapter driver ulink 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/interface/usbprog.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Embedded Projects USBprog 3 | # 4 | # http://embedded-projects.net/index.php?page_id=135 5 | # 6 | 7 | adapter driver usbprog 8 | # USBprog is broken w/short TMS sequences, this is a workaround 9 | # until the C code can be fixed. 10 | tms_sequence long 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/interface/vsllink.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Versaloon Link -- VSLLink 3 | # 4 | # http://www.versaloon.com/ 5 | # 6 | 7 | adapter driver vsllink 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/at91sam3ax_xx.cfg: -------------------------------------------------------------------------------- 1 | # script for ATMEL sam3, a Cortex-M3 chip 2 | # 3 | # at91sam3A4C 4 | # at91sam3A8C 5 | # at91sam3X4C 6 | # at91sam3X4E 7 | # at91sam3X8C 8 | # at91sam3X8E 9 | # at91sam3X8H 10 | source [find target/at91sam3XXX.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/at91sam3u1c.cfg: -------------------------------------------------------------------------------- 1 | # common stuff 2 | source [find target/at91sam3uxx.cfg] 3 | 4 | # size is automatically "calculated" by probing 5 | set _FLASHNAME $_CHIPNAME.flash 6 | flash bank $_FLASHNAME at91sam3 0x000080000 0 1 1 $_TARGETNAME 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/at91sam3u1e.cfg: -------------------------------------------------------------------------------- 1 | # common stuff 2 | source [find target/at91sam3uxx.cfg] 3 | 4 | # size is automatically "calculated" by probing 5 | set _FLASHNAME $_CHIPNAME.flash 6 | flash bank $_FLASHNAME at91sam3 0x000080000 0 1 1 $_TARGETNAME 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/at91sam3u2c.cfg: -------------------------------------------------------------------------------- 1 | # common stuff 2 | source [find target/at91sam3uxx.cfg] 3 | 4 | # size is automatically "calculated" by probing 5 | set _FLASHNAME $_CHIPNAME.flash 6 | flash bank $_FLASHNAME at91sam3 0x000080000 0 1 1 $_TARGETNAME 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/at91sam3u2e.cfg: -------------------------------------------------------------------------------- 1 | # common stuff 2 | source [find target/at91sam3uxx.cfg] 3 | 4 | # size is automatically "calculated" by probing 5 | set _FLASHNAME $_CHIPNAME.flash 6 | flash bank $_FLASHNAME at91sam3 0x000080000 0 1 1 $_TARGETNAME 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/at91sam3uxx.cfg: -------------------------------------------------------------------------------- 1 | # script for ATMEL sam3, a Cortex-M3 chip 2 | # 3 | # at91sam3u4e 4 | # at91sam3u2e 5 | # at91sam3u1e 6 | # at91sam3u4c 7 | # at91sam3u2c 8 | # at91sam3u1c 9 | 10 | source [find target/at91sam3XXX.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/at91sam4c32x.cfg: -------------------------------------------------------------------------------- 1 | # script for ATMEL sam4c32, a Cortex-M4 chip 2 | # 3 | 4 | source [find target/at91sam4XXX.cfg] 5 | 6 | set _FLASHNAME $_CHIPNAME.flash0 7 | flash bank $_FLASHNAME at91sam4 0x01000000 0 1 1 $_TARGETNAME 8 | set _FLASHNAME $_CHIPNAME.flash1 9 | flash bank $_FLASHNAME at91sam4 0x01100000 0 1 1 $_TARGETNAME 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/at91sam4cXXX.cfg: -------------------------------------------------------------------------------- 1 | # script for ATMEL sam4c, a Cortex-M4 chip 2 | # 3 | 4 | source [find target/at91sam4XXX.cfg] 5 | 6 | set _FLASHNAME $_CHIPNAME.flash 7 | flash bank $_FLASHNAME at91sam4 0x01000000 0 1 1 $_TARGETNAME 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/at91sam4sXX.cfg: -------------------------------------------------------------------------------- 1 | # script for ATMEL sam4, a Cortex-M4 chip 2 | # 3 | 4 | source [find target/at91sam4XXX.cfg] 5 | 6 | set _FLASHNAME $_CHIPNAME.flash 7 | flash bank $_FLASHNAME at91sam4 0x00400000 0 1 1 $_TARGETNAME 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/at91sam4sd32x.cfg: -------------------------------------------------------------------------------- 1 | # script for ATMEL sam4sd32, a Cortex-M4 chip 2 | # 3 | 4 | source [find target/at91sam4XXX.cfg] 5 | 6 | set _FLASHNAME $_CHIPNAME.flash0 7 | flash bank $_FLASHNAME at91sam4 0x00400000 0 1 1 $_TARGETNAME 8 | set _FLASHNAME $_CHIPNAME.flash1 9 | flash bank $_FLASHNAME at91sam4 0x00500000 0 1 1 $_TARGETNAME 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/at91samg5x.cfg: -------------------------------------------------------------------------------- 1 | # script for the ATMEL samg5x Cortex-M4F chip family 2 | # 3 | 4 | source [find target/at91sam4XXX.cfg] 5 | 6 | set _FLASHNAME $_CHIPNAME.flash 7 | flash bank $_FLASHNAME at91sam4 0x00400000 0 1 1 $_TARGETNAME 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/bcm4706.cfg: -------------------------------------------------------------------------------- 1 | set _CHIPNAME bcm4706 2 | set _CPUID 0x1008c17f 3 | 4 | jtag newtap $_CHIPNAME cpu -irlen 5 -ircapture 0x1 -irmask 0x1f -expected-id $_CPUID 5 | 6 | set _TARGETNAME $_CHIPNAME.cpu 7 | target create $_TARGETNAME mips_m4k -endian little -chain-position $_TARGETNAME 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/bcm4718.cfg: -------------------------------------------------------------------------------- 1 | set _CHIPNAME bcm4718 2 | set _LVTAPID 0x1471617f 3 | set _CPUID 0x0008c17f 4 | 5 | source [find target/bcm47xx.cfg] 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/bcm5352e.cfg: -------------------------------------------------------------------------------- 1 | set _CHIPNAME bcm5352e 2 | set _CPUID 0x0535217f 3 | 4 | jtag newtap $_CHIPNAME cpu -irlen 8 -ircapture 0x1 -irmask 0x1f -expected-id $_CPUID 5 | 6 | set _TARGETNAME $_CHIPNAME.cpu 7 | target create $_TARGETNAME mips_m4k -endian little -chain-position $_TARGETNAME 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/bcm6348.cfg: -------------------------------------------------------------------------------- 1 | set _CHIPNAME bcm6348 2 | set _CPUID 0x0634817f 3 | 4 | adapter speed 1000 5 | 6 | jtag newtap $_CHIPNAME cpu -irlen 5 -ircapture 0x1 -irmask 0x1f -expected-id $_CPUID 7 | 8 | set _TARGETNAME $_CHIPNAME.cpu 9 | target create $_TARGETNAME mips_m4k -endian big -chain-position $_TARGETNAME 10 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/k40.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Freescale Kinetis K40 devices 3 | # 4 | 5 | set CHIPNAME k40 6 | source [find target/kx.cfg] 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/k60.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Freescale Kinetis K60 devices 3 | # 4 | 5 | set CHIPNAME k60 6 | source [find target/kx.cfg] 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/ke1xf.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # NXP (Freescale) Kinetis KE1xF devices 3 | # 4 | 5 | set CHIPNAME ke 6 | 7 | source [find target/kx.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/ke1xz.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # NXP (Freescale) Kinetis KE1xZ devices 3 | # 4 | 5 | set CHIPNAME ke 6 | 7 | source [find target/klx.cfg] 8 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/kl25.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Freescale Kinetis KL25 devices 3 | # 4 | 5 | set CHIPNAME kl25 6 | source [find target/klx.cfg] 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/kl46.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Freescale Kinetis KL46 devices 3 | # 4 | 5 | set CHIPNAME kl46 6 | source [find target/klx.cfg] 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/lpc11xx.cfg: -------------------------------------------------------------------------------- 1 | # NXP LPC11xx Cortex-M0 with at least 1kB SRAM 2 | set CHIPNAME lpc11xx 3 | set CHIPSERIES lpc1100 4 | if { ![info exists WORKAREASIZE] } { 5 | set WORKAREASIZE 0x400 6 | } 7 | 8 | source [find target/lpc1xxx.cfg] 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/lpc12xx.cfg: -------------------------------------------------------------------------------- 1 | # NXP LPC12xx Cortex-M0 with at least 4kB SRAM 2 | set CHIPNAME lpc12xx 3 | set CHIPSERIES lpc1200 4 | if { ![info exists WORKAREASIZE] } { 5 | set WORKAREASIZE 0x1000 6 | } 7 | 8 | source [find target/lpc1xxx.cfg] 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/lpc13xx.cfg: -------------------------------------------------------------------------------- 1 | # NXP LPC13xx Cortex-M3 with at least 4kB SRAM 2 | set CHIPNAME lpc13xx 3 | set CHIPSERIES lpc1300 4 | if { ![info exists WORKAREASIZE] } { 5 | set WORKAREASIZE 0x1000 6 | } 7 | 8 | source [find target/lpc1xxx.cfg] 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/lpc17xx.cfg: -------------------------------------------------------------------------------- 1 | # NXP LPC17xx Cortex-M3 with at least 8kB SRAM 2 | set CHIPNAME lpc17xx 3 | set CHIPSERIES lpc1700 4 | if { ![info exists WORKAREASIZE] } { 5 | set WORKAREASIZE 0x2000 6 | } 7 | 8 | source [find target/lpc1xxx.cfg] 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/lpc40xx.cfg: -------------------------------------------------------------------------------- 1 | # NXP LPC40xx Cortex-M4F with at least 16kB SRAM 2 | set CHIPNAME lpc40xx 3 | set CHIPSERIES lpc4000 4 | if { ![info exists WORKAREASIZE] } { 5 | set WORKAREASIZE 0x4000 6 | } 7 | 8 | source [find target/lpc1xxx.cfg] 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/lpc84x.cfg: -------------------------------------------------------------------------------- 1 | # NXP LPC84x Cortex-M0+ with at least 8kB SRAM 2 | if { ![info exists CHIPNAME] } { 3 | set CHIPNAME lpc84x 4 | } 5 | set CHIPSERIES lpc800 6 | if { ![info exists WORKAREASIZE] } { 7 | set WORKAREASIZE 0x1fe0 8 | } 9 | 10 | set IAP_ENTRY 0x0F001FF1 11 | source [find target/lpc1xxx.cfg] 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/lpc8xx.cfg: -------------------------------------------------------------------------------- 1 | # NXP LPC8xx Cortex-M0+ with at least 1kB SRAM 2 | if { ![info exists CHIPNAME] } { 3 | set CHIPNAME lpc8xx 4 | } 5 | set CHIPSERIES lpc800 6 | if { ![info exists WORKAREASIZE] } { 7 | set WORKAREASIZE 0x400 8 | } 9 | 10 | source [find target/lpc1xxx.cfg] 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/marvell/88f3710.cfg: -------------------------------------------------------------------------------- 1 | # Marvell Armada 3710 2 | 3 | set CORES 1 4 | 5 | source [find target/marvell/88f37x0.cfg] 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/marvell/88f3720.cfg: -------------------------------------------------------------------------------- 1 | # Marvell Armada 3720 2 | 3 | set CORES 2 4 | 5 | source [find target/marvell/88f37x0.cfg] 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/nds32v2.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Andes Core 3 | # 4 | # http://www.andestech.com 5 | # 6 | 7 | jtag newtap $_CHIPNAME cpu -expected-id $_CPUTAPID 8 | 9 | set _TARGETNAME $_CHIPNAME.cpu 10 | target create $_TARGETNAME nds32_v2 -endian little -chain-position $_TARGETNAME 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/nds32v3.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Andes Core 3 | # 4 | # http://www.andestech.com 5 | # 6 | 7 | jtag newtap $_CHIPNAME cpu -expected-id $_CPUTAPID 8 | 9 | set _TARGETNAME $_CHIPNAME.cpu 10 | target create $_TARGETNAME nds32_v3 -endian little -chain-position $_TARGETNAME 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/nds32v3m.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Andes Core 3 | # 4 | # http://www.andestech.com 5 | # 6 | 7 | jtag newtap $_CHIPNAME cpu -expected-id $_CPUTAPID 8 | 9 | set _TARGETNAME $_CHIPNAME.cpu 10 | target create $_TARGETNAME nds32_v3m -endian little -chain-position $_TARGETNAME 11 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/nds32v5.cfg: -------------------------------------------------------------------------------- 1 | # SPDX-License-Identifier: GPL-2.0-or-later 2 | # 3 | # Andes Core 4 | # 5 | # http://www.andestech.com 6 | # 7 | 8 | set _CHIPNAME nds 9 | jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x1000563D 10 | 11 | set _TARGETNAME $_CHIPNAME.cpu 12 | target create $_TARGETNAME riscv -chain-position $_TARGETNAME 13 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/nhs31xx.cfg: -------------------------------------------------------------------------------- 1 | # NXP NHS31xx Cortex-M0+ with 8kB SRAM 2 | 3 | set CHIPNAME nhs31xx 4 | source [find target/lpc8nxx.cfg] 5 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/stm32h7x_dual_bank.cfg: -------------------------------------------------------------------------------- 1 | # script for stm32h7x family (dual flash bank) 2 | 3 | # STM32H7xxxI 2Mo have a dual bank flash. 4 | set DUAL_BANK 1 5 | 6 | source [find target/stm32h7x.cfg] 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/stm32l0_dual_bank.cfg: -------------------------------------------------------------------------------- 1 | source [find target/stm32l0.cfg] 2 | 3 | # Add the second flash bank. 4 | set _FLASHNAME $_CHIPNAME.flash1 5 | flash bank $_FLASHNAME stm32lx 0 0 0 0 $_TARGETNAME 6 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/stm32l1x_dual_bank.cfg: -------------------------------------------------------------------------------- 1 | source [find target/stm32l1.cfg] 2 | 3 | # The stm32l1x 384kb have a dual bank flash. 4 | # Let's add a definition for the second bank here. 5 | 6 | # Add the second flash bank. 7 | set _FLASHNAME $_CHIPNAME.flash1 8 | flash bank $_FLASHNAME stm32lx 0 0 0 0 $_TARGETNAME 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/stm32xl.cfg: -------------------------------------------------------------------------------- 1 | # script for stm32xl family (dual flash bank) 2 | source [find target/stm32f1x.cfg] 3 | 4 | # flash size will be probed 5 | set _FLASHNAME $_CHIPNAME.flash1 6 | flash bank $_FLASHNAME stm32f1x 0x08080000 0 0 0 $_TARGETNAME 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/stm8l152.cfg: -------------------------------------------------------------------------------- 1 | #config script for STM8L152 2 | 3 | set EEPROMSTART 0x1000 4 | set EEPROMEND 0x13ff 5 | 6 | proc stm8_reset_rop {} { 7 | mwb 0x4800 0xaa 8 | mwb 0x4800 0xaa 9 | reset halt 10 | } 11 | 12 | source [find target/stm8l.cfg] 13 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/stm8s003.cfg: -------------------------------------------------------------------------------- 1 | #config script for STM8S003 2 | 3 | set FLASHEND 0x9FFF 4 | set BLOCKSIZE 0x40 5 | 6 | proc stm8_reset_rop {} { 7 | mwb 0x4800 0x00 8 | reset halt 9 | } 10 | 11 | source [find target/stm8s.cfg] 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/stm8s103.cfg: -------------------------------------------------------------------------------- 1 | #config script for STM8S103 2 | 3 | set FLASHEND 0x9FFF 4 | set EEPROMEND 0x427F 5 | set OPTIONEND 0x480A 6 | set BLOCKSIZE 0x40 7 | 8 | proc stm8_reset_rop {} { 9 | mwb 0x4800 0x00 10 | reset halt 11 | } 12 | 13 | source [find target/stm8s.cfg] 14 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/stm8s105.cfg: -------------------------------------------------------------------------------- 1 | #config script for STM8S105 2 | 3 | proc stm8_reset_rop {} { 4 | mwb 0x4800 0x00 5 | reset halt 6 | } 7 | 8 | source [find target/stm8s.cfg] 9 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/test_syntax_error.cfg: -------------------------------------------------------------------------------- 1 | # This script tests a syntax error in the startup 2 | # config script 3 | 4 | syntax error here 5 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/ti_cc13x0.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Texas Instruments CC13x0 - ARM Cortex-M3 3 | # 4 | # http://www.ti.com 5 | # 6 | 7 | set CHIPNAME cc13x0 8 | set JRC_TAPID 0x0B9BE02F 9 | set WORKAREASIZE 0x4000 10 | 11 | source [find target/ti_cc26x0.cfg] 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/ti_cc13x2.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Texas Instruments CC13x2 - ARM Cortex-M4 3 | # 4 | # http://www.ti.com 5 | # 6 | 7 | set CHIPNAME cc13x2 8 | set JRC_TAPID 0x0BB4102F 9 | set WORKAREASIZE 0x7000 10 | 11 | source [find target/ti_cc26x0.cfg] 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/ti_cc26x2.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Texas Instruments CC26x2 - ARM Cortex-M4 3 | # 4 | # http://www.ti.com 5 | # 6 | 7 | set CHIPNAME cc26x2 8 | set JRC_TAPID 0x0BB4102F 9 | set WORKAREASIZE 0x7000 10 | 11 | source [find target/ti_cc26x0.cfg] 12 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/ti_rm4x.cfg: -------------------------------------------------------------------------------- 1 | source [find target/ti_tms570.cfg] 2 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/ti_tms570ls20xxx.cfg: -------------------------------------------------------------------------------- 1 | # TMS570LS20216, TMS570LS20206, TMS570LS10216 2 | # TMS570LS10206, TMS570LS10116, TMS570LS10106 3 | set DAP_TAPID 0x0B7B302F 4 | set JRC_TAPID 0x0B7B302F 5 | 6 | source [find target/ti_tms570.cfg] 7 | -------------------------------------------------------------------------------- /bin/WIN APP/openocd/scripts/target/ti_tms570ls3137.cfg: -------------------------------------------------------------------------------- 1 | # TMS570LS3137 2 | set DAP_TAPID 0x0B8A002F 3 | set JRC_TAPID 0x0B8A002F 4 | 5 | source [find target/ti_tms570.cfg] 6 | -------------------------------------------------------------------------------- /doc/USB to JTAG and SPI Communication Protocol.PDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/doc/USB to JTAG and SPI Communication Protocol.PDF -------------------------------------------------------------------------------- /doc/USB转JTAG和SPI接口通信协议.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/doc/USB转JTAG和SPI接口通信协议.pdf -------------------------------------------------------------------------------- /sch/USB_JTAG_SPI_1v0(sch).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/sch/USB_JTAG_SPI_1v0(sch).pdf -------------------------------------------------------------------------------- /src/MCU/USB_JTAG_SPI_CH32V30x/.template: -------------------------------------------------------------------------------- 1 | Mcu Type=CH32V30x 2 | Address=0x08000000 3 | Target Path=obj\USB_JTAG_SPI_CH32V30x.hex 4 | Erase All=false 5 | Program=true 6 | Verify=true 7 | Reset=true 8 | Virtual=true 9 | 10 | 11 | Vendor=WCH 12 | MCU=CH32V307VCT6 13 | Link=WCH-Link 14 | -------------------------------------------------------------------------------- /src/MCU/USB_JTAG_SPI_CH32V30x/SRC/Peripheral/inc/ch32v30x_usb_host.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/MCU/USB_JTAG_SPI_CH32V30x/SRC/Peripheral/inc/ch32v30x_usb_host.h -------------------------------------------------------------------------------- /src/MCU/USB_JTAG_SPI_CH32V30x/SRC/Peripheral/src/ch32v30x_eth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/MCU/USB_JTAG_SPI_CH32V30x/SRC/Peripheral/src/ch32v30x_eth.c -------------------------------------------------------------------------------- /src/MCU/USB_JTAG_SPI_CH32V30x/SRC/Peripheral/src/ch32v30x_fsmc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/MCU/USB_JTAG_SPI_CH32V30x/SRC/Peripheral/src/ch32v30x_fsmc.c -------------------------------------------------------------------------------- /src/MCU/USB_JTAG_SPI_CH32V30x/SRC/Peripheral/src/ch32v30x_rng.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/MCU/USB_JTAG_SPI_CH32V30x/SRC/Peripheral/src/ch32v30x_rng.c -------------------------------------------------------------------------------- /src/MCU/USB_JTAG_SPI_CH32V30x/SRC/Peripheral/src/ch32v30x_sdio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/MCU/USB_JTAG_SPI_CH32V30x/SRC/Peripheral/src/ch32v30x_sdio.c -------------------------------------------------------------------------------- /src/MCU/USB_JTAG_SPI_CH32V30x/USBHS/USB_Desc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/MCU/USB_JTAG_SPI_CH32V30x/USBHS/USB_Desc.h -------------------------------------------------------------------------------- /src/MCU/USB_JTAG_SPI_CH32V30x/USBHS/ch32v30x_usb_device.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/MCU/USB_JTAG_SPI_CH32V30x/USBHS/ch32v30x_usb_device.c -------------------------------------------------------------------------------- /src/MCU/USB_JTAG_SPI_CH32V30x/USBHS/ch32vf30x_usb_device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/MCU/USB_JTAG_SPI_CH32V30x/USBHS/ch32vf30x_usb_device.h -------------------------------------------------------------------------------- /src/MCU/USB_JTAG_SPI_CH32V30x/USB_JTAG_SPI_CH32V30x.wvproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/MCU/USB_JTAG_SPI_CH32V30x/USB_JTAG_SPI_CH32V30x.wvproj -------------------------------------------------------------------------------- /src/MCU/USB_JTAG_SPI_CH32V30x/User/ch32v30x_it.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/MCU/USB_JTAG_SPI_CH32V30x/User/ch32v30x_it.c -------------------------------------------------------------------------------- /src/MCU/USB_JTAG_SPI_CH32V30x/User/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/MCU/USB_JTAG_SPI_CH32V30x/User/main.c -------------------------------------------------------------------------------- /src/MCU/USB_JTAG_SPI_CH32V30x/User/myfile/HARDWARE.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/MCU/USB_JTAG_SPI_CH32V30x/User/myfile/HARDWARE.c -------------------------------------------------------------------------------- /src/MCU/USB_JTAG_SPI_CH32V30x/User/myfile/HARDWARE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/MCU/USB_JTAG_SPI_CH32V30x/User/myfile/HARDWARE.h -------------------------------------------------------------------------------- /src/MCU/USB_JTAG_SPI_CH32V30x/User/myfile/JTAG.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/MCU/USB_JTAG_SPI_CH32V30x/User/myfile/JTAG.c -------------------------------------------------------------------------------- /src/MCU/USB_JTAG_SPI_CH32V30x/User/myfile/JTAG.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/MCU/USB_JTAG_SPI_CH32V30x/User/myfile/JTAG.h -------------------------------------------------------------------------------- /src/MCU/USB_JTAG_SPI_CH32V30x/User/myfile/JTAG_PORT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/MCU/USB_JTAG_SPI_CH32V30x/User/myfile/JTAG_PORT.c -------------------------------------------------------------------------------- /src/MCU/USB_JTAG_SPI_CH32V30x/User/myfile/JTAG_PORT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/MCU/USB_JTAG_SPI_CH32V30x/User/myfile/JTAG_PORT.h -------------------------------------------------------------------------------- /src/MCU/USB_JTAG_SPI_CH32V30x/User/myfile/MAIN.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/MCU/USB_JTAG_SPI_CH32V30x/User/myfile/MAIN.h -------------------------------------------------------------------------------- /src/MCU/USB_JTAG_SPI_CH32V30x/User/myfile/PRINTF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/MCU/USB_JTAG_SPI_CH32V30x/User/myfile/PRINTF.h -------------------------------------------------------------------------------- /src/MCU/USB_JTAG_SPI_CH32V30x/User/myfile/TYPE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/MCU/USB_JTAG_SPI_CH32V30x/User/myfile/TYPE.h -------------------------------------------------------------------------------- /src/MCU/USB_JTAG_SPI_CH32V30x/User/myfile/USB转JTAG-SPI接口通信协议_V100.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/MCU/USB_JTAG_SPI_CH32V30x/User/myfile/USB转JTAG-SPI接口通信协议_V100.docx -------------------------------------------------------------------------------- /src/OpenOCD/USB20JTAG.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/OpenOCD/USB20JTAG.zip -------------------------------------------------------------------------------- /src/WIN APP/DbgFunc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/DbgFunc.cpp -------------------------------------------------------------------------------- /src/WIN APP/DbgFunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/DbgFunc.h -------------------------------------------------------------------------------- /src/WIN APP/EditCtrlProc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/EditCtrlProc.cpp -------------------------------------------------------------------------------- /src/WIN APP/External/CH375DLL.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/External/CH375DLL.lib -------------------------------------------------------------------------------- /src/WIN APP/External/CH375DLL64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/External/CH375DLL64.dll -------------------------------------------------------------------------------- /src/WIN APP/External/CH375DLL64.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/External/CH375DLL64.lib -------------------------------------------------------------------------------- /src/WIN APP/External/CH375DLL_CN.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/External/CH375DLL_CN.H -------------------------------------------------------------------------------- /src/WIN APP/FlashApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/FlashApp.cpp -------------------------------------------------------------------------------- /src/WIN APP/FlashApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/FlashApp.h -------------------------------------------------------------------------------- /src/WIN APP/Main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/Main.cpp -------------------------------------------------------------------------------- /src/WIN APP/Main.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/Main.ico -------------------------------------------------------------------------------- /src/WIN APP/Main.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/Main.rc -------------------------------------------------------------------------------- /src/WIN APP/Release/USB20SPI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/Release/USB20SPI.exe -------------------------------------------------------------------------------- /src/WIN APP/SPI_FLASH.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/SPI_FLASH.h -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag.rar -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/DbgFunc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/DbgFunc.cpp -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/DbgFunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/DbgFunc.h -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/EditCtrlProc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/EditCtrlProc.cpp -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/External/CH375DLL.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/External/CH375DLL.H -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/External/CH375DLL.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/External/CH375DLL.LIB -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/External/CH375DLL64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/External/CH375DLL64.dll -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/External/CH375DLL64.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/External/CH375DLL64.lib -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/JtagDebug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/JtagDebug.cpp -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/JtagDebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/JtagDebug.h -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/Main.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/Main.aps -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/Main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/Main.cpp -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/Main.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/Main.ico -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/Main.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/Main.rc -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/Release/USB20Jtag.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/Release/USB20Jtag.exe -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag.exe -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/CH372DRV/CH375DLL.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/CH372DRV/CH375DLL.dll -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/CH372DRV/CH375W64.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/CH372DRV/CH375W64.sys -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/CH372DRV/CH375WDM.CAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/CH372DRV/CH375WDM.CAT -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/CH372DRV/CH375WDM.INF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/CH372DRV/CH375WDM.INF -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/CH372DRV/CH375WDM.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/CH372DRV/CH375WDM.sys -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/CH372DRV/DRVSETUP64/DRVSETUP64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/CH372DRV/DRVSETUP64/DRVSETUP64.exe -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/CH372DRV/SETUP.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/CH372DRV/SETUP.EXE -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/CH372DRV/WIN 1X/CH375DLL.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/CH372DRV/WIN 1X/CH375DLL.dll -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/CH372DRV/WIN 1X/CH375W64.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/CH372DRV/WIN 1X/CH375W64.sys -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/CH372DRV/WIN 1X/CH375WDM.CAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/CH372DRV/WIN 1X/CH375WDM.CAT -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/CH372DRV/WIN 1X/CH375WDM.INF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/CH372DRV/WIN 1X/CH375WDM.INF -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/CH372DRV/WIN 1X/CH375WDM.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/CH372DRV/WIN 1X/CH375WDM.sys -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/USB20Jtag_220419T1 - 副本.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/USB20Jtag_220419T1 - 副本.zip -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/USB20Jtag_220419T1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/USB20Jtag_220419T1.exe -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/USB20Jtag_220419T1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/USB20Jtag_220419T1.zip -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/USB20Jtag_220419T2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/USB20Jtag_220419T2.exe -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/USB20Jtag_220420T1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220419T1/USB20Jtag_220420T1.exe -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220420T1/CH372DRV/CH375DLL.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220420T1/CH372DRV/CH375DLL.dll -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220420T1/CH372DRV/CH375W64.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220420T1/CH372DRV/CH375W64.sys -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220420T1/CH372DRV/CH375WDM.CAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220420T1/CH372DRV/CH375WDM.CAT -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220420T1/CH372DRV/CH375WDM.INF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220420T1/CH372DRV/CH375WDM.INF -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220420T1/CH372DRV/CH375WDM.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220420T1/CH372DRV/CH375WDM.sys -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220420T1/CH372DRV/DRVSETUP64/DRVSETUP64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220420T1/CH372DRV/DRVSETUP64/DRVSETUP64.exe -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220420T1/CH372DRV/SETUP.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220420T1/CH372DRV/SETUP.EXE -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220420T1/CH372DRV/WIN 1X/CH375DLL.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220420T1/CH372DRV/WIN 1X/CH375DLL.dll -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220420T1/CH372DRV/WIN 1X/CH375W64.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220420T1/CH372DRV/WIN 1X/CH375W64.sys -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220420T1/CH372DRV/WIN 1X/CH375WDM.CAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220420T1/CH372DRV/WIN 1X/CH375WDM.CAT -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220420T1/CH372DRV/WIN 1X/CH375WDM.INF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220420T1/CH372DRV/WIN 1X/CH375WDM.INF -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220420T1/CH372DRV/WIN 1X/CH375WDM.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220420T1/CH372DRV/WIN 1X/CH375WDM.sys -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220420T1/USB20Jtag_220420T1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220420T1/USB20Jtag_220420T1.exe -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220420T1/USB20Jtag_220420T1.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/ReleasePkt/USB20Jtag_220420T1/USB20Jtag_220420T1.rar -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/Usb20Jtag.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/Usb20Jtag.cpp -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/Usb20Jtag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/Usb20Jtag.h -------------------------------------------------------------------------------- /src/WIN APP/USB20Jtag/small.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20Jtag/small.ico -------------------------------------------------------------------------------- /src/WIN APP/USB20SPI.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20SPI.H -------------------------------------------------------------------------------- /src/WIN APP/USB20SPI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20SPI.cpp -------------------------------------------------------------------------------- /src/WIN APP/USB20SPI.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20SPI.rar -------------------------------------------------------------------------------- /src/WIN APP/USB20SPI/DbgFunc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20SPI/DbgFunc.cpp -------------------------------------------------------------------------------- /src/WIN APP/USB20SPI/DbgFunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20SPI/DbgFunc.h -------------------------------------------------------------------------------- /src/WIN APP/USB20SPI/EditCtrlProc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20SPI/EditCtrlProc.cpp -------------------------------------------------------------------------------- /src/WIN APP/USB20SPI/External/CH375DLL.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20SPI/External/CH375DLL.lib -------------------------------------------------------------------------------- /src/WIN APP/USB20SPI/External/CH375DLL64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20SPI/External/CH375DLL64.dll -------------------------------------------------------------------------------- /src/WIN APP/USB20SPI/External/CH375DLL64.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20SPI/External/CH375DLL64.lib -------------------------------------------------------------------------------- /src/WIN APP/USB20SPI/External/CH375DLL_CN.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20SPI/External/CH375DLL_CN.H -------------------------------------------------------------------------------- /src/WIN APP/USB20SPI/FlashApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20SPI/FlashApp.cpp -------------------------------------------------------------------------------- /src/WIN APP/USB20SPI/FlashApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20SPI/FlashApp.h -------------------------------------------------------------------------------- /src/WIN APP/USB20SPI/Main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20SPI/Main.cpp -------------------------------------------------------------------------------- /src/WIN APP/USB20SPI/Main.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20SPI/Main.ico -------------------------------------------------------------------------------- /src/WIN APP/USB20SPI/Main.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20SPI/Main.rc -------------------------------------------------------------------------------- /src/WIN APP/USB20SPI/Release/USB20SPI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20SPI/Release/USB20SPI.exe -------------------------------------------------------------------------------- /src/WIN APP/USB20SPI/SPI_FLASH.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20SPI/SPI_FLASH.h -------------------------------------------------------------------------------- /src/WIN APP/USB20SPI/SPI_Flash.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20SPI/SPI_Flash.cpp -------------------------------------------------------------------------------- /src/WIN APP/USB20SPI/USB20SPI.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20SPI/USB20SPI.H -------------------------------------------------------------------------------- /src/WIN APP/USB20SPI/USB20SPI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20SPI/USB20SPI.cpp -------------------------------------------------------------------------------- /src/WIN APP/USB20SPI/resource1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20SPI/resource1.h -------------------------------------------------------------------------------- /src/WIN APP/USB20SPI/small.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/USB20SPI/small.ico -------------------------------------------------------------------------------- /src/WIN APP/resource1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/resource1.h -------------------------------------------------------------------------------- /src/WIN APP/small.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/src/WIN APP/small.ico -------------------------------------------------------------------------------- /tools/MCU IDE(MounRiver).url: -------------------------------------------------------------------------------- 1 | [{000214A0-0000-0000-C000-000000000046}] 2 | Prop3=19,2 3 | [InternetShortcut] 4 | URL=http://www.mounriver.com/download 5 | IDList= 6 | -------------------------------------------------------------------------------- /tools/MCU ISP Tool.url: -------------------------------------------------------------------------------- 1 | [{000214A0-0000-0000-C000-000000000046}] 2 | Prop3=19,2 3 | [InternetShortcut] 4 | URL=http://www.wch.cn/downloads/WCHISPTool_Setup_exe.html 5 | IDList= 6 | -------------------------------------------------------------------------------- /高速USB20(480Mbps)JTAG调试器单芯片方案-CN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwch/usb-jtag-spi/9c925295ed755563bd91c59f7da0b6c5e4e0b1ab/高速USB20(480Mbps)JTAG调试器单芯片方案-CN.pdf --------------------------------------------------------------------------------