Skip to content

Commit

Permalink
msp430mcu: Headers and linker scripts for the MSP430 MCUs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratler committed Oct 21, 2013
1 parent 7c0aa46 commit 4b25ef9
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devel/msp430mcu/BUILD
@@ -0,0 +1,2 @@
prepare_install &&
MSP430MCU_ROOT=$(pwd) ./scripts/install.sh /usr
22 changes: 22 additions & 0 deletions devel/msp430mcu/DETAILS
@@ -0,0 +1,22 @@
MODULE=msp430mcu
VERSION=20120406
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=msp430mcu-20120406-sf3522088.patch
SOURCE_URL=$SFORGE_URL/mspgcc/msp430mcu
SOURCE2_URL=$PATCH_URL
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_VFY=sha1:c096eec84f0f287c45db713a550ec50c518fa065
SOURCE2_VFY=sha1:83d408fd08a1fd0b1d8ab2a300d6124423952ac4
WEB_SITE="http://mspgcc.sf.net/"
MAINTAINER=ratler@lunar-linux.org
ENTERED=20131021
UPDATED=20131021
SHORT="Headers and linker scripts for the MSP430 family of microcontrollers"

cat <<EOF
Headers and linker scripts for the Texas Instruments MSP430 range of
micro-controllers. These headers provide the location of all the special
function registers of the micro-controllers. The linker scripts provide the
mapping of those registers into memory as well as information on where code
should be loaded.
EOF
2 changes: 2 additions & 0 deletions devel/msp430mcu/PRE_BUILD
@@ -0,0 +1,2 @@
default_pre_build &&
patch_it $SOURCE2 1

0 comments on commit 4b25ef9

Please sign in to comment.