Skip to content

Commit

Permalink
mspdebug: Debugger and gdb proxy for MSP430 MCUs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratler committed Oct 21, 2013
1 parent be6ce68 commit 20b3277
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devel/mspdebug/BUILD
@@ -0,0 +1,3 @@
make &&
prepare_install &&
make install PREFIX=/usr INSTALL="install -p" LIBDIR=/usr/lib
2 changes: 2 additions & 0 deletions devel/mspdebug/DEPENDS
@@ -0,0 +1,2 @@
depends readline
depends libusb
21 changes: 21 additions & 0 deletions devel/mspdebug/DETAILS
@@ -0,0 +1,21 @@
MODULE=mspdebug
VERSION=0.21
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE2=mspdebug-0.21-missing-includes.patch
SOURCE_URL=$SFORGE_URL/mspdebug
SOURCE2_URL=$PATCH_URL
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_VFY=sha1:a439acd166e90bfd19ddf2c3459eee9643e55368
SOURCE2_VFY=sha1:2fcb6cf867a5acf1cedf07ef22e81e6a136a6b64
WEB_SITE=http://mspdebug.sourceforge.net/
MAINTAINER=ratler@lunar-linux.org
ENTERED=20131021
UPDATED=20131021
SHORT="Debugger and gdb proxy for MSP430 microcontrollers"

cat <<EOF
A free debugger for use with MSP430 MCUs. It supports FET430UIF,
eZ430, RF2500 and TI Chronos devices. It can be used as a proxy for
gdb or as an independent debugger with support for programming,
disassembly and reverse engineering.
EOF
2 changes: 2 additions & 0 deletions devel/mspdebug/PRE_BUILD
@@ -0,0 +1,2 @@
default_pre_build &&
patch_it $SOURCE2 1

0 comments on commit 20b3277

Please sign in to comment.