From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60648) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g7n36-0004gp-G4 for guix-patches@gnu.org; Wed, 03 Oct 2018 15:43:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g7n32-0003jC-Os for guix-patches@gnu.org; Wed, 03 Oct 2018 15:43:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60034) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g7n30-0003iX-2r for guix-patches@gnu.org; Wed, 03 Oct 2018 15:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g7n2z-0002nD-Sy for guix-patches@gnu.org; Wed, 03 Oct 2018 15:43:01 -0400 Subject: [bug#32923] [PATCH 0/3] Add Arduino basics. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g7n2Q-0003Va-Cq for guix-patches@gnu.org; Wed, 03 Oct 2018 15:42:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g7n2M-0003M7-J4 for guix-patches@gnu.org; Wed, 03 Oct 2018 15:42:26 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:36328) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g7n2K-0003Dk-7f for guix-patches@gnu.org; Wed, 03 Oct 2018 15:42:22 -0400 From: Danny Milosavljevic Date: Wed, 3 Oct 2018 21:42:05 +0200 Message-Id: <20181003194205.3627-1-dannym@scratchpost.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 32923@debbugs.gnu.org Danny Milosavljevic (3): gnu: Add arduino-hardware. gnu: Add arduino-libraries. gnu: Add arduino-makefile. gnu/packages/arduino.scm | 207 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 207 insertions(+) create mode 100644 gnu/packages/arduino.scm