0b28ee3ce24a34ede9c7dfb8fcbedd251e236de7
[debian/cc1111] / debian / control
1 Source: cc1111
2 Section: electronics
3 Priority: optional
4 Maintainer: Bdale Garbee <bdale@gag.com>
5 Uploaders: Keith Packard <keithp@keithp.com>
6 Build-Depends: debhelper (>=7), autoconf, autotools-dev, libtool, flex, bison, 
7  libncurses5-dev, gputils, lyx, texlive, ghostscript, quilt, xindy
8 Standards-Version: 3.8.3
9 Homepage: http://sdcc.sourceforge.net
10
11 Package: cc1111
12 Architecture: any
13 Depends: ${shlibs:Depends}, ${misc:Depends}
14 Conflicts: sdcc, sdcc-libraries, sdcc-ucsim, sdcc-doc
15 Description: C Compiler for TI/Chipcon 8051-based RF SOCs
16  This is a C compiler and related tools for developing firmware for 
17  TI/Chipcon RF System on Chip (SOC) parts based on the 8051 processing 
18  core.  These include at least the CC1110, CC1111, CC2510, and CC2511, 
19  CC2530, CC2531, CC2533, CC2543, and CC2544.
20  .
21  This package started as a fork of Debian SDCC 2.9.0-5, motivated both 
22  as a workaround for increases in the size of 8051 code generated by later 
23  versions of SDCC that cause AltOS to fail to build successfully, and a 
24  desire to incorporate support for source-level debugging on real hardware.