guix-commits
[Top][All Lists]
Advanced

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

12/12: gnu: Add propeller-development-suite.


From: Ricardo Wurmus
Subject: 12/12: gnu: Add propeller-development-suite.
Date: Sun, 1 Jan 2017 12:56:49 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 395bbfdbea205bfd2d385108e53fd8a3058c54c3
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 25 21:56:57 2016 +0100

    gnu: Add propeller-development-suite.
    
    * gnu/packages/embedded.scm (propeller-development-suite): New variable.
---
 gnu/packages/embedded.scm |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index f44c7be..70de5e5 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -699,3 +699,23 @@ execution, but it does not support multi-tasking.  It 
supports about
 two-thirds of the opcodes in the P2 instruction set.")
       (license license:expat))))
 
+(define-public propeller-development-suite
+  (package
+    (name "propeller-development-suite")
+    (version (package-version propeller-gcc))
+    (source #f)
+    (build-system trivial-build-system)
+    (arguments '(#:builder (mkdir %output)))
+    (propagated-inputs
+     `(("toolchain" ,propeller-toolchain)
+       ("openspin" ,openspin)
+       ("propeller-load" ,propeller-load)
+       ("spin2cpp" ,spin2cpp)
+       ("spinsim" ,spinsim)))
+    (synopsis "Complete development suite for Propeller micro-controllers")
+    (description "This meta-package provides a complete environment for the
+development with Parallax Propeller micro-controllers.  It includes the GCC
+toolchain, the loader, the Openspin compiler, the Spin2cpp tool, and the Spin
+simulator.")
+    (home-page (package-home-page propeller-gcc))
+    (license (package-license propeller-gcc))))



reply via email to

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