-
Notifications
You must be signed in to change notification settings - Fork 17
Home
talpachen edited this page Dec 20, 2020
·
12 revisions
- master: 官方镜像,git://git.code.sf.net/p/openocd/code
- esp32: https://github.com/espressif/openocd-esp32
- riscv: https://github.com/riscv/riscv-openocd
- esp32_cmsis_dap_v2: 基于esp32分支,增加CMSIS-DAP v2的支持
- riscv_cmsis_dap_v2: 基于riscv分支,增加gd32vf103 flash支持,增加CMSIS-DAP v2的支持
- 安装msys2-x86_64
- MSYS2 MinGW 32-bit
- 参考清华Mirror修改软件源
- pacman -Syuu
- pacman -S autoconf automake pkg-config libtool binutils gcc git make mingw-w64-i686-toolchain mingw-w64-i686-libusb mingw-w64-i686-hidapi mingw-w64-i686-libftdi -y
- git clone https://github.com/vllogic/openocd_cmsis-dap_v2.git && cd openocd_cmsis-dap_v2
- ./bootstrap
- ./configure --host=i686-w64-mingw32
- make -j8