Bug 154517 - New port devel/mspdebug - TI MSP430 development board interface
Summary: New port devel/mspdebug - TI MSP430 development board interface
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-05 00:20 UTC by Peter Jeremy
Modified: 2011-02-05 16:30 UTC (History)
0 users

See Also:


Attachments
file.shar (8.17 KB, text/plain)
2011-02-05 00:20 UTC, Peter Jeremy
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Jeremy 2011-02-05 00:20:12 UTC
	Create new port to support mspdebug - a FOSS interface to a number
	of TI MSP430 development boards.  This port is a logical complement
	to the various devel/msp430-* ports.  I have contacted the OpenBSD
	maintainer and he is not interested in maintaining a FreeBSD port
	and no objections to me doing so.  Suggested commit message:

MSPDebug is a free debugger for use with MSP430 MCUs. It supports
FET430UIF, eZ430, RF2500 and Olimex MSP-JTAG-TINY programmers. It can be
used as a proxy for gdb or as an independent debugger with support for
programming, disassembly and reverse engineering.

WWW: http://mspdebug.sourceforge.net/

This port is based on the OpenBSD port by
Jasper Lievisse Adriaanse <jasper@openbsd.org>

How-To-Repeat: 	n/a
Comment 1 Juergen Lock freebsd_committer freebsd_triage 2011-02-05 01:13:59 UTC
State Changed
From-To: open->feedback

Needs more work for 7.x: 

cc -O2 -fno-strict-aliasing -pipe  -DUSE_READLINE -O1 -Wall -Wno-char-subscripts -ggdb -o main.o -c main.c 
In file included from main.c:32: 
usbutil.h:22:17: error: usb.h: No such file or directory
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-02-05 16:27:48 UTC
nox         2011-02-05 16:27:43 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/mspdebug       Makefile distinfo pkg-descr 
    devel/mspdebug/files patch-Makefile patch-bsl.c patch-elf32.c 
                         patch-olimex.c patch-rf2500.c patch-uif.c 
                         patch-usbutil.c 
  Log:
  MSPDebug is a free debugger for use with MSP430 MCUs. It supports
  FET430UIF, eZ430, RF2500 and Olimex MSP-JTAG-TINY programmers. It can be
  used as a proxy for gdb or as an independent debugger with support for
  programming, disassembly and reverse engineering.
  
  WWW: http://mspdebug.sourceforge.net/
  
  PR:             ports/154517
  Submitted by:   Peter Jeremy <peterjeremy at acm.org>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.4213    +1 -0      ports/devel/Makefile
  1.1       +34 -0     ports/devel/mspdebug/Makefile (new)
  1.1       +2 -0      ports/devel/mspdebug/distinfo (new)
  1.1       +47 -0     ports/devel/mspdebug/files/patch-Makefile (new)
  1.1       +11 -0     ports/devel/mspdebug/files/patch-bsl.c (new)
  1.1       +11 -0     ports/devel/mspdebug/files/patch-elf32.c (new)
  1.1       +28 -0     ports/devel/mspdebug/files/patch-olimex.c (new)
  1.1       +28 -0     ports/devel/mspdebug/files/patch-rf2500.c (new)
  1.1       +50 -0     ports/devel/mspdebug/files/patch-uif.c (new)
  1.1       +10 -0     ports/devel/mspdebug/files/patch-usbutil.c (new)
  1.1       +6 -0      ports/devel/mspdebug/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Juergen Lock freebsd_committer freebsd_triage 2011-02-05 16:28:45 UTC
State Changed
From-To: feedback->closed

Updated shar committed. Thanks!