-
Notifications
You must be signed in to change notification settings - Fork 19
Home
talpachen edited this page Jan 8, 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 cmsis_dap_v2: 合并master分支与esp32分支,并增加CMSIS-DAP v2的支持 riscv_cmsis_dap_v2: 基于riscv分支,增加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 --build=i686-w64-mingw32 --host=i686-w64-mingw32
- make