From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id AGLEKSxdPGLATwEAgWs5BA (envelope-from ) for ; Thu, 24 Mar 2022 12:59:40 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id WBlYIixdPGJTcgAAG6o9tA (envelope-from ) for ; Thu, 24 Mar 2022 12:59:40 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 440AB15290 for ; Thu, 24 Mar 2022 12:59:40 +0100 (CET) Received: from localhost ([::1]:45646 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nXM7v-0008Hk-7q for larch@yhetil.org; Thu, 24 Mar 2022 07:59:39 -0400 Received: from eggs.gnu.org ([209.51.188.92]:57712) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXM7L-00083h-Gz for guix-patches@gnu.org; Thu, 24 Mar 2022 07:59:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53117) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nXM7K-0000Ov-SB for guix-patches@gnu.org; Thu, 24 Mar 2022 07:59:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nXM7K-0001Nm-SF for guix-patches@gnu.org; Thu, 24 Mar 2022 07:59:02 -0400 Subject: bug#54482: [PATCH] gnu: Add simavr Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 24 Mar 2022 11:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 54482 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "Artyom V. Poptsov" Cc: 54482-done@debbugs.gnu.org, Maxime Devos Mail-Followup-To: 54482@debbugs.gnu.org, ludo@gnu.org, poptsov.artyom@gmail.com Received: via spool by 54482-done@debbugs.gnu.org id=D54482.16481231315281 (code D ref 54482); Thu, 24 Mar 2022 11:59:02 +0000 Received: (at 54482-done) by debbugs.gnu.org; 24 Mar 2022 11:58:51 +0000 Received: from localhost ([127.0.0.1]:47012 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nXM78-0001N7-ON for submit@debbugs.gnu.org; Thu, 24 Mar 2022 07:58:50 -0400 Received: from eggs.gnu.org ([209.51.188.92]:53916) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nXM76-0001Mr-QV for 54482-done@debbugs.gnu.org; Thu, 24 Mar 2022 07:58:49 -0400 Received: from [2001:470:142:3::e] (port=54464 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXM71-0000MF-GA; Thu, 24 Mar 2022 07:58:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=aJXRvmOXRBuNmPZQRHFIwvG6tbpiVL3FeT7CrYQviuo=; b=pkhHWviCjKGeHFHpQSWp vQ8i3YhpaQB3+9dubuTXvBriIloGfZdQTbID+xI434ibKzFEITAbQaBJn7MzdzBt6k7TLXxPi2/vZ 7zI/arQhUGCZdZlpjWskAxA2y+hWo7y8/vZUnGPqGQTt+vPDJlu6FznXGdU6VfuAYF/a4IphzLEXR L4NnUqGI0IX3ADoIZFO+wWgdmFf0mIKXMnhjYKy+xGO/uuZfEkNdTZmPpEE7UkuW2afTlqoBre9QK Hbf5vFIt02QBG8IWiL+rRdVB+XwXPNwMR/kKbE34ypXyi3g7yk8YQqlbXo+tgMHaanpZygqQeH476 Pqt7et01VXLz+w==; Received: from [193.50.110.177] (port=51516 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXM71-0002jt-2p; Thu, 24 Mar 2022 07:58:43 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <878rt4shrc.fsf@gmail.com> <874k3rrpfb.fsf@gmail.com> Date: Thu, 24 Mar 2022 12:58:41 +0100 In-Reply-To: <874k3rrpfb.fsf@gmail.com> (Artyom V. Poptsov's message of "Tue, 22 Mar 2022 00:00:56 +0300") Message-ID: <87o81vblzi.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1648123180; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=aJXRvmOXRBuNmPZQRHFIwvG6tbpiVL3FeT7CrYQviuo=; b=CvYOTKailWtxG7I6TTb4vQBqgqkRNl6V2o/nhbGSM0nwrHIMIrGSxkfzqI/Oann0jO0b6X p1IHqHuKA5bVBQ9oeDmrAPJxSpV1jd/P6p4mmUHDIrAUUTMxK7sx4GwdEALMvueg7Ebq+H jogiaov2s5Ma50GlvuD0XM8205RmpQQ/hZZJTTaE29JHyeA7TsYV2OYznQ/2YdJwFl13D3 IIxf4ISQpF8OBsarDyslfPcPqz30H1pUlCUxRLqFD9M33UbI0gMYru6zFkpTfv5jGa0HMy I01xIShmTzYBuG1n3A/SfpM7OofIsBiGdjCkX4dQ3ldg4UEBwD2pIiEzvGnsIQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1648123180; a=rsa-sha256; cv=none; b=C0q3XgkCbbx7/GaulthvRyvSHa8FCRtmKSKX7DPqDl89KeDWFivSUMkqfjU/ZT/izwNEPj YnXAasb5kVejEQ/o12bEfTzsF6NaN+nelX9MgqCPB11L6L2AR2mWSJKnOb2rcmqAckl90p wo/IPgtUvR8L9Qpi4PvForVqVPR3ZNJEkvSgH/UYA4Aym3I877wwRoGiu+hMO/bXLB4dp5 c/Wm+xITV0f4zB9F9wyRFCks0sVijUdN62i6zOjhX69RIkDt4tjmU9SaMlVVhJkbMT8NmP LN/B4cMQVQYS06PGc7938Z7NNcyUgBgsVmS7kFmIxl0oMmMaNi+SNrvtwrEMjg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=pkhHWviC; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.89 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=pkhHWviC; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 440AB15290 X-Spam-Score: -3.89 X-Migadu-Scanner: scn0.migadu.com X-TUID: AiDalJSmtpck --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Artyom, "Artyom V. Poptsov" skribis: > From 2ea020a319f5c2fa27662a8e505a1d4b8e916ea9 Mon Sep 17 00:00:00 2001 > From: "Artyom V. Poptsov" > Date: Sat, 19 Mar 2022 23:39:54 +0300 > Subject: [PATCH] gnu: avr-xyz: Add simavr > > * gnu/packages/avr-xyz.scm: New module. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add 'avr-xyz.scm'. Applied with the cosmetic changes below. Thank you and thanks Maxime! Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/avr-xyz.scm b/gnu/packages/avr-xyz.scm index 800f8af21e..a05157ede7 100644 --- a/gnu/packages/avr-xyz.scm +++ b/gnu/packages/avr-xyz.scm @@ -83,9 +83,9 @@ (define-public simavr (inputs (list bash-minimal libelf freeglut)) (home-page "https://github.com/buserror/simavr") - (synopsis "Lean, mean and hackable AVR simulator for GNU/Linux and OSX") + (synopsis "Lean, mean and hackable simulator for AVR CPUs/MCUs") (description - "simavr is a new AVR simulator for GNU/Linux, or any platform that uses + "simavr is a new AVR simulator for GNU/Linux or any platform that uses @command{avr-gcc}. It uses avr-gcc's own register definition to simplify creating new targets for supported AVR devices. The core was made to be small and compact, and hackable so allow quick prototyping of an AVR project. The --=-=-=--