aboutsummaryrefslogtreecommitdiff
path: root/utils/openocd
Commit message (Collapse)AuthorAge
* openocd: bump version to 0.10.0Paul Fertser2017-01-24
| | | | Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* utils: Fix typos (found by codespell)Stefan Weil2016-03-26
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* openocd: include nls.mk to fix build with full NLS supportPaul Fertser2015-08-29
| | | | | | | Since openocd depends on hidapi it needs appropriate LD_FLAGS to link against it as that library depends on libiconv. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* openocd: update to final 0.9.0Paul Fertser2015-06-02
| | | | | | | Disables building documentation to avoid makeinfo v4,v5 incompatibilities. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* openocd: update to 0.9.0-rc1Paul Fertser2015-04-24
| | | | Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* openocd: fix package dependenciesPaul Fertser2015-02-03
| | | | | | | | OpenOCD autoselects libftdi1 when it's present, and should explicitly depend on it, same about libusb-0.1 API which is provided by libusb-compat. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* openocd: add OpenOCD, a tool to work with on-chip debug and JTAGPaul Fertser2015-02-01
Signed-off-by: Paul Fertser <fercerpav@gmail.com>