Commits
Christopher Chavez authored and Chris Jones committed b27fa68b282
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name openocd |
6 6 | version 0.10.0 |
7 + | revision 1 |
7 8 | categories cross devel |
8 9 | license GPL |
9 10 | maintainers {snc @nerdling} openmaintainer |
10 11 | description Open On-Chip Debugger |
11 12 | long_description The Open On-Chip Debugger (OpenOCD) aims to provide \ |
12 13 | debugging, in-system programming and boundary-scan \ |
13 14 | testing for embedded target devices. Built with support \ |
14 15 | for FT2232-based programmers by default. See variants for \ |
15 16 | programmer options. |
16 17 | homepage http://openocd.sourceforge.net/ |