[Lunar-commits] <moonbase-other> msp430mcu: Headers and linker scripts for the MSP430 MCUs
Stefan Wold
ratler at lunar-linux.org
Sat Nov 2 00:37:06 CET 2013
commit 4b25ef90e3fab9df569cb5a671dc85aa7674f7bf
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Mon, 21 Oct 2013 13:45:58 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/4b25ef90e3fab9df569cb5a671dc85aa7674f7bf
msp430mcu: Headers and linker scripts for the MSP430 MCUs
---
devel/msp430mcu/BUILD | +2/-0
devel/msp430mcu/DETAILS | +22/-0
devel/msp430mcu/PRE_BUILD | +2/-0
3 files changed, 26 insertions(+)
--- /dev/null
+++ b/devel/msp430mcu/BUILD
@@ -0,0 +1,2 @@
+prepare_install &&
+MSP430MCU_ROOT=$(pwd) ./scripts/install.sh /usr
--- /dev/null
+++ b/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 at 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
--- /dev/null
+++ b/devel/msp430mcu/PRE_BUILD
@@ -0,0 +1,2 @@
+default_pre_build &&
+patch_it $SOURCE2 1
More information about the Lunar-commits
mailing list