guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/12: gnu: sdcc: Revise synopsis and description.


From: guix-commits
Subject: 08/12: gnu: sdcc: Revise synopsis and description.
Date: Mon, 21 Dec 2020 11:48:34 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 20ba86567ad6ff9d7d3c8ae9f3510ab984d31df3
Author: Simon South <simon@simonsouth.net>
AuthorDate: Mon Dec 14 13:06:46 2020 -0500

    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>
---
 gnu/packages/embedded.scm | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index 545c512..47e1f90 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -1503,14 +1503,11 @@ and Zilog Z80 families, plus many of their variants.")
                (("/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+



reply via email to

[Prev in Thread] Current Thread [Next in Thread]