mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: sdcc: Revise synopsis and description.
* gnu/packages/embedded.scm (sdcc)[synopsis]: State package's use more clearly. [description]: Revise for brevity. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
1fd317de92
commit
20ba86567a
1 changed files with 4 additions and 7 deletions
|
@ -1503,14 +1503,11 @@ (define-public sdcc
|
|||
(("/bin/sh") (which "sh")))
|
||||
#t)))))
|
||||
(home-page "http://sdcc.sourceforge.net")
|
||||
(synopsis "Small devices C compiler")
|
||||
(synopsis "C compiler suite for 8-bit microcontrollers")
|
||||
(description "SDCC is a retargetable, optimizing Standard C compiler suite
|
||||
that targets the Intel MCS51-based microprocessors (8031, 8032, 8051, 8052, ...),
|
||||
Maxim (formerly Dallas) DS80C390 variants, Freescale (formerly Motorola)
|
||||
HC08-based (hc08, s08), Zilog Z80-based MCUs (z80, z180, gbz80, Rabbit
|
||||
2000/3000, Rabbit 3000A, TLCS-90) and STMicroelectronics STM8.
|
||||
Work is in progress on supporting the Microchip PIC16 and PIC18 targets.
|
||||
It can be retargeted for other microprocessors.")
|
||||
that targets 8-bit microcontrollers in the Intel MCS-51 (8051), Motorola
|
||||
68HC08, STMicroelectronics STM8, and Zilog Z80 families, plus many of their
|
||||
variants.")
|
||||
(license (list license:gpl2+
|
||||
license:gpl3+
|
||||
license:lgpl2.0+
|
||||
|
|
Loading…
Reference in a new issue