This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Contributor: Rick W. Chen <stuffcorpse at archlinux dot us> | |
pkgname=gcc-msp430 | |
pkgver=4.6.3 | |
pkgrel=4 | |
pkgdesc="GNU toolchain for the TI MSP430 processor" | |
arch=('i686' 'x86_64') | |
url="http://sourceforge.net/projects/mspgcc/" | |
license=('GPL') | |
makedepends=('gcc46' 'binutils-msp430') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Contributor: Rick W. Chen <stuffcorpse at archlinux dot us> | |
pkgname=msp430-libc | |
pkgver=20120224 | |
pkgrel=2 | |
pkgdesc="C runtime library for the MSP430 family of microcontrollers" | |
arch=('i686' 'x86_64') | |
url="http://mspgcc4.sourceforge.net/" | |
license=('custom') | |
depends=('gcc-msp430') |