7135 FreshPorts -- devel/openocd
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
openocd 0.6.1 devel on this many watch lists=2 search for ports that depend on this port
Open On-Chip Debugger
Maintained by: cederom@tlen.pl search for ports maintained by this maintainer
Port Added: 02 Jun 2009 00:24:22
License: not specified in port


The Open On-Chip Debugger (OpenOCD) aims to provide debugging, in-system
programming and boundary-scan testing for embedded target devices. OpenOCD
uses a "hardware interface dongle" to communicate with the JTAG (IEEE 1149.1)
compliant taps on your target board. OpenOCD currently supports many types
of hardware dongles: USB based, parallel port based, and other standalone boxes
that run OpenOCD internally. It allows MIPS, ARM7, ARM9, XScale and Cortex
based cores to be debugged via the GDB protocol. Flash writing is supported
for external CFI compatible NOR flashes, NAND and several internal flashes.

WWW: http://openocd.sf.net/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/gmake
Required Libraries:
  1. devel/libftdi
There are no ports dependent upon this port

To install the port: cd /usr/ports/devel/openocd/ && make install clean
To add the package: pkg_add -r openocd


Configuration Options
===> The following configuration options are available for openocd-0.6.1:
     ARMJTAGEW=on: Support Olimex ARM-JTAG-EW Programmer
     AT91RM9200=on: Support AT91RM9200 based SBCs
     BUSPIRATE=on
     DOC=on: Build HTML and PDF documentation with Doxygen
     DUMMY=on: Support Dummy Driver
     EP93XX=on: Support EP93xx based SBCs
     FT2232=on: Support FT2232 based USB devices (using libftdi)
     FTDI=on: Support experimental FTDI+MPSSE+libusb-1.0 async.
     JIMTCL=on: Build with internal JimTCL interpreter
     JLINK=on: Support Segger J-Link JTAG Programmer
     JTAG_IO=off: Enable verbose JTAG I/O messages
     MINIDRIVER=off: Dummy minidriver only (will exclude others!)
     OPENDOUS=on
     OSBDM=on: Support OSBDM Programmer (JTAG only)
     PARPORT=on: Support Parallel Port based drivers
     PRESTO=on: Support ASIX Presto Programmer (using libftdi)
     RLINK=on: Support Raisonance RLink JTAG Programmer
     RMTBITBANG=on: Support Remote-Bitbang Driver
     STLINK=on: Support STLink Programmer
     ULINK=on: Support Keil ULINK-JTAG Programmer
     USBBLASTER=on: Support USB-Blaster Programmer (using libftdi)
     USBPROG=on: Support USB-Prog JTAG Programmer
     USB_IO=off: Enable verbose USB I/O messages
     VERBOSE=off: Enable verbose JTAG I/O messages
     VSLLINK=on: Support Versaloon-Link JTAG Programmer
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/openocd/openocd/0.6.1/
  3. http://freefr.dl.sourceforge.net/project/openocd/openocd/0.6.1/
  4. http://garr.dl.sourceforge.net/project/openocd/openocd/0.6.1/
  5. http://heanet.dl.sourceforge.net/project/openocd/openocd/0.6.1/
  6. http://hivelocity.dl.sourceforge.net/project/openocd/openocd/0.6.1/
  7. http://ignum.dl.sourceforge.net/project/openocd/openocd/0.6.1/
  8. http://internode.dl.sourceforge.net/project/openocd/openocd/0.6.1/
  9. http://iweb.dl.sourceforge.net/project/openocd/openocd/0.6.1/
  10. http://jaist.dl.sourceforge.net/project/openocd/openocd/0.6.1/
  11. http://kaz.dl.sourceforge.net/project/openocd/openocd/0.6.1/
  12. http://kent.dl.sourceforge.net/project/openocd/openocd/0.6.1/
  13. http://master.dl.sourceforge.net/project/openocd/openocd/0.6.1/
  14. http://nchc.dl.sourceforge.net/project/openocd/openocd/0.6.1/
  15. http://ncu.dl.sourceforge.net/project/openocd/openocd/0.6.1/
  16. http://netcologne.dl.sourceforge.net/project/openocd/openocd/0.6.1/
  17. http://sunet.dl.sourceforge.net/project/openocd/openocd/0.6.1/
  18. http://superb-dca3.dl.sourceforge.net/project/openocd/openocd/0.6.1/
  19. http://switch.dl.sourceforge.net/project/openocd/openocd/0.6.1/
  20. http://tenet.dl.sourceforge.net/project/openocd/openocd/0.6.1/
  21. http://ufpr.dl.sourceforge.net/project/openocd/openocd/0.6.1/
  22. http://waix.dl.sourceforge.net/project/openocd/openocd/0.6.1/

Number of commits found: 14

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
03 May 2013 11:04:38
Original commit files touched by this commit  0.6.1
bdrewery search for other commits by this committer
- Fix build. LIBFTDI is not an option.
29 Apr 2013 16:43:05
Original commit files touched by this commit  0.6.1
rene search for other commits by this committer
In preparation of removing devel/libusb (expires 2013-04-30), remove it
from these ports.

Other changes:
- convert Makefile header
- convert to optionsNG
- remove indefinite article from comment
- drop support for FreeBSD < 8.0
- pet portlint (leave library ABI versions in LIB_DEPENDS)
- net-mgmt/spectools: change option name from GTK to GTK2 to use default
  description from bsd.options.desc.mk

Approved by:	portmgr (bapt)
11 Nov 2012 13:49:51
Original commit files touched by this commit  0.6.1
jhale search for other commits by this committer
- Fix header spacing

Reported by:	crees
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
11 Nov 2012 11:47:28
Original commit files touched by this commit  0.6.1
jhale search for other commits by this committer
- Update to 0.6.1
- Trim Makefile header

PR:		ports/172620
Submitted by:	Tomasz CEDRO <cederom@tlen.pl> (maintainer)
Approved by:	makc, avilla (mentors, implict)
Feature safe:	yes
16 Sep 2012 14:12:53
Original commit files touched by this commit  0.6.0
rakuco search for other commits by this committer
Update to 0.6.0.

PR:		ports/171477
Submitted by:	Tomasz CEDRO <cederom@tlen.pl> (maintainer)
08 Aug 2012 15:05:36
Original commit files touched by this commit  0.5.0_1
bdrewery search for other commits by this committer
- Chase www/libmicrohttpd shlib version bump
- Add UPDATING entry

Approved by:	eadler (mentor)
05 Dec 2011 17:11:24
Original commit files touched by this commit  0.5.0
scheidell search for other commits by this committer
-update openocd from 0.4.0 -> 0.5.0
-committers notes:  patch modified to use userspace 'WITH_*' and not
-oslevel 'USE_*', requested by gabor

PR:             ports/161989
Submitted by:   maintainer
Reviewed by:    gabor
Approved by:    gabor(mentor)
Feature safe:   yes
12 Oct 2011 21:15:57
Original commit files touched by this commit  0.4.0_2
pawel search for other commits by this committer
Chase www/libmicrohttpd shlib bump
05 Mar 2011 15:55:58
Original commit files touched by this commit  0.4.0_1
dhn search for other commits by this committer
- Chase libftdi update
- Bump PORTREVISION
- Remove MD5 checksum
13 Mar 2010 14:37:04
Original commit files touched by this commit  0.4.0
miwi search for other commits by this committer
- Update to 0.4.0

PR:             144241
Submitted by:   CeDeROM <tomek.cedro@gmail.com> (maintainer)
14 Feb 2010 19:37:57
Original commit files touched by this commit  0.2.0_2
pgollucci search for other commits by this committer
- Chase devel/libftdi shlib bump

Pointyhat to:   myself
Reported by:    pav via pointyhat
12 Feb 2010 10:12:44
Original commit files touched by this commit  0.2.0_1
pav search for other commits by this committer
- Fix runtime of jlink module

PR:             ports/137945
Submitted by:   Robert Jenssen <robertjenssen@ozemail.com.au>
Approved by:    CeDeROM <tomek.cedro@gmail.com> (maintainer)
18 Aug 2009 22:33:19
Original commit files touched by this commit  0.2.0
amdmi3 search for other commits by this committer
- Update to 0.2.0

PR:             137861
Submitted by:   CeDeROM <tomek.cedro@gmail.com> (maintainer)
02 Jun 2009 00:23:42
Original commit files touched by this commit  0.1.0
amdmi3 search for other commits by this committer
The Open On-Chip Debugger (OpenOCD) aims to provide debugging, in-system
programming and boundary-scan testing for embedded target devices. OpenOCD uses
a "hardware interface dongle" to communicate with the JTAG (IEEE 1149.1)
compliant taps on your target board. OpenOCD currently supports many types
of hardware dongles: USB based, parallel port based, and other standalone boxes
that run OpenOCD internally. It allows ARM7 (ARM7TDMI and ARM720t),
ARM9 (ARM920T, ARM922T, ARM926EJ-S, ARM966E-S), XScale (PXA25x, IXP42x) and
Cortex-M3 (Luminary Stellaris LM3 and ST STM32) based cores to be debugged
via the GDB protocol. Flash writing is supported for external CFI compatible
NOR flashes (Intel and AMD/Spansion command set) and several internal flashes
(LPC2000, AT91SAM7, STR7x, STR9x, LM3, and STM32x). Preliminary support for
various NAND flash controllers (LPC3180, Orion, S3C24xx, more) controller is
included.

WWW: http://openocd.berlios.de/

PR:             135094
Submitted by:   CeDeROM <tomek.cedro@gmail.com>

Number of commits found: 14

285d
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24537
Broken 216
Deprecated 487
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 123
Set to expire 525
Interactive 33
new 24 hours 6
new 48 hours9
new 7 days34
new fortnight56
new month220

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0