Releases in reverse chronological order.
- v0.10.0-15 published
- v0.10.0-15.1 published on npmjs.com
- v0.10.0-13.2 published on npmjs.com
- v0.10.0-14.2 published on npmjs.com (wrong skip:3)
- v0.10.0-14.1 published on npmjs.com (wrong .tgz extension)
- v0.10.0-14 released
- add binaries for Arm 32/64-bit
- update for XBB v3.2
- based on openocd.git 8833c889da07eae750bcbc11215cc84323de9b74 from June 23rd, 2020
- update for XBB v3.1
- based on openocd.git d9ffe75e257aa4005dd34603860e45c57b1765b6
- bump v0.10.0-14
- add support for Arm binaries
- based on openocd.git e1e63ef30cea39aceda40daf194377c89c570101
- v0.10.0-13.1 published on npmjs.com
- v0.10.0-13 released
- update to 263deb380 from 7 Jul 2019
- v0.10.0-12-20190423 released
- prepare - v0.10.0-12
- update to latest master from Apr 7th, 2019
- update LIBUSB1_VERSION="1.0.22"
- update LIBFTDI_VERSION="1.4"
- v0.10.0-11-20190118 released
- update to latest master from Jan 16, 2019
- RISC-V specific patches were removed, only upstreamed functionality retained.
- v0.10.0-10-20181020 released
- rerun, to fix the macOS file dates
- update the -bit to singular
- v0.10.0-9-20181016 released
- update to latest master
- update to latest RISC-V
- revert some of the RISC-V patches in the common files
- update to latest RISC-V commits, including semihosting
- use separate README-*.md files
- update to latest commits, which include new semihosting (OpenOCD June 6th, RISC-V June 12th)
- v0.10.0-8-20180512 released
- use new build scripts based on XBB
- update to latest commits (OpenOCD April 27th, RISC-V May 8th)
- v0.10.0-7-20180123 released
- move semihosting code to separate files
- use them in RISC-V and ARM
- add 'arm semihosting_resexit enable' to allow exit() to return
- v0.10.0-6-20180112 released
- update to master from Dec 20
- update to riscv from Dec 29
- remove the patch to hide the CSRs, the new version displays only a limited number of them.
- remove the
remote_bitbang.c
patch, since it compiles ok on mingw-w64 - the SiFive board scripts were upstreamed to the RISC-V fork
- v0.10.0-5-20171110-dev released
- update to master from Oct 2
- update to riscv from Nov 4
- target.c & riscv/riscv-0[13].c: hide the 4096 CSRs from
monitor reg
- update the SiFive board script files
- revert the risc-v changes in
remote_bitbang.c
, since they break the build on mingw-w64
- v0.10.0-4-20171004-*-dev released
- update to master from Aug 10
- update to riscv fom Oct 2
- gdb_server.c: workaround to gdb errors; disable passing errors back to gdb since this risc-v change breaks other targets.
- v0.10.0-3-20170826-*-dev released
- merge RISC-V tag v20170818
- server.c: fix clang warning in getsockname()
- update build script to use Debian 9 Docker containers
- v0.10.0-2-20170622-1535-dev released
- merge RISC-V tag v20170621
- move the build specific gnu-mcu-eclipse folder to a separate openocd-build project
- add --enable-riscv and #if BUILD_RISCV
- add --enable-branding
- v0.10.0-1-20170607-2132-dev released
- add sifive-* configuration files to the board folder
- 60-openocd.rules: simplify access rights
- merge RISC-V commit '11008ba' into gnu-mcu-eclipse-dev
- rename gnu-mcu-eclipse & content
- merge original branch 'master' from 2017-06-02 into gnuarmeclipse-dev.
- merge RISC-V commit '51ab5a0' from 2017-05-26 into gnuarmeclipse-dev
- v0.10.0-20170124* released (stable)
- merge original 0.10.0, override local relative path processing
- v0.10.0-20161028*-dev released
- nsi file: add InstallDir; silent install should honour /D
- v0.10.0-20160110*-dev released
- v0.10.0-20151028*-dev released
- v0.9.0-20150519*-dev released
- remove @raggedright from openocd.texi
-
the three separate build scripts were deprecated, and a single script, using Docker, was added to the main gnuarmeclipse-se.git/scripts.
-
the greeting shows 32-bits or 64-bits (plural for bits). (wrong!)
- v0.9.0-20150324*-dev released
- v0.8.0-20150324* released
- the NSIS script was fixed to prevent removing the keys when uninstalling an older version.
- v0.9.0-20150320*-dev released
- v0.8.0-20150320* released
-
the build scripts were extended to generate both the stable and the development version.
-
multiple versions of the package can be installed in separate folders, named using the version.
-
for Windows, more accurate keys were stored, so remember separate locations for 32/64-bit versions.
- v0.8.0-20150131* released
- gnuarmeclipse
All GNU ARM Eclipse OpenOCD build related files were grouped under this folder.
- README.md
Markdown files were added in all new folders, to improve the look when browsed in the SourceForge Git web browser.
- v0.8.0-20150119* released
- src/openocd.c
Add branding 'GNU ARM Eclipse' to the greeting message, to more easily identify this custom version.
- helper/options.c
Update the logic used to locate the 'scripts' folder, by using the argv[0], as on Windows. The logic is a bit more complicated, to accomodate 3 cases (no path, relative path and absolute path).