From unknown Tue Jun 17 01:28:12 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#78532] [PATCH] gnu: Add cc-tool. Resent-From: Junker Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 21 May 2025 08:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 78532 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 78532@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.174781627525984 (code B ref -1); Wed, 21 May 2025 08:32:02 +0000 Received: (at submit) by debbugs.gnu.org; 21 May 2025 08:31:15 +0000 Received: from localhost ([127.0.0.1]:44533 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uHer1-0006ko-Ag for submit@debbugs.gnu.org; Wed, 21 May 2025 04:31:14 -0400 Received: from lists.gnu.org ([2001:470:142::17]:45272) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uHeqx-0006jt-P7 for submit@debbugs.gnu.org; Wed, 21 May 2025 04:31:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uHeqr-0007De-LX for guix-patches@gnu.org; Wed, 21 May 2025 04:31:01 -0400 Received: from mout-p-102.mailbox.org ([80.241.56.152]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1uHeqo-0001xV-U2 for guix-patches@gnu.org; Wed, 21 May 2025 04:31:01 -0400 Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4b2Pky1sNmz9tRx for ; Wed, 21 May 2025 10:30:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=junkeria.club; s=MBO0001; t=1747816250; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=dhwX+iN5KnzY2c2kS9UN6vsJmk+g+fXfEOpu2ei1tFs=; b=s2lL/E14fiREYmhjfdeuRUB2TFqO2s4OTEDr/UjsO4e8sSHnbiMcaZYM6tm9r6ZLHn85xF MTW+tsS3rRqVlb2D7LN9FvqjyZ5ypRWSY5sQEJ31O/Q4Uagy2DgeTuT8rCHpB2cJ2Vd2Ld FqgZbeZI3tK2Syr99H4YwJSypUFilQikeKSBrP9/NsaoNTxrCqPSiR/wf8dRE4bodEdQ/6 1KnQiLWcxH9/JqLWJJJBhuJKRPDtHx+FbNvzCBXChL64TcrAn/Jk10bHfjXR9qqFMrX5nS gL/LGuV34qGloni7wUO0SMDNzBbi2HALCg4QcMFsaR2C9DIHsn8P8vhXHYAX8w== Date: Wed, 21 May 2025 15:30:37 +0700 From: Junker Message-ID: <3a1aa561b9123265762b796cbb4af5cc8ffe37d9.1747815878.git.dk@junkeria.club> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4b2Pky1sNmz9tRx Received-SPF: pass client-ip=80.241.56.152; envelope-from=dk@junkeria.club; helo=mout-p-102.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * gnu/packages/embedded.scm (cc-tool): New variable. Change-Id: Ie97b404f3fa68b340d6633b55d7a6bbea04b292f --- gnu/packages/embedded.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm index 6a1d47c4e9..d56af81a9b 100644 --- a/gnu/packages/embedded.scm +++ b/gnu/packages/embedded.scm @@ -14,6 +14,7 @@ ;;; Copyright © 2022, 2023 Maxim Cournoyer ;;; Copyright © 2023 Janneke Nieuwenhuizen ;;; Copyright © 2024 Artyom V. Poptsov +;;; Copyright © 2025 Junker dk@junkeria.club ;;; ;;; This file is part of GNU Guix. ;;; @@ -2182,3 +2183,31 @@ (define-public ts4900-utils @item tssilomon @end itemize") (license license:bsd-2)))) + +(define-public cc-tool + (package + (name "cc-tool") + (version "0.27") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/dashesy/cc-tool") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1bnyp3fxhzhz6in4yx8s6vh004gslykrpysdz6b8x8b96ha35c7c")))) + (build-system gnu-build-system) + (inputs (list libusb)) + (native-inputs (list pkg-config + boost + automake + autoconf + libtool)) + (home-page "https://github.com/dashesy/cc-tool") + (synopsis "Support for Texas Instruments CC Debugger in Linux") + (description + "cc-tool provides support for Texas Instruments CC Debugger for Linux OS +in order to program 8051-based System-On-Chip devices: CC254x CC253x CC243x +CC251x CC111x") + (license license:gpl2+))) base-commit: 11bc17c409d77cd1af91e30b5b9f6a73f873a152 -- 2.49.0 From unknown Tue Jun 17 01:28:12 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Junker Subject: bug#78532: closed (Re: [PATCH] gnu: Add cc-tool.) Message-ID: References: <3a1aa561b9123265762b796cbb4af5cc8ffe37d9.1747815878.git.dk@junkeria.club> X-Gnu-PR-Message: they-closed 78532 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 78532@debbugs.gnu.org Date: Mon, 02 Jun 2025 14:59:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1748876342-4174-1" This is a multi-part message in MIME format... ------------=_1748876342-4174-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #78532: [PATCH] gnu: Add cc-tool. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 78532@debbugs.gnu.org. --=20 78532: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D78532 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1748876342-4174-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 78532-done) by debbugs.gnu.org; 2 Jun 2025 14:58:09 +0000 Received: from localhost ([127.0.0.1]:52737 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uM6c4-00011r-Q8 for submit@debbugs.gnu.org; Mon, 02 Jun 2025 10:58:08 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:49866) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uM6c1-00011G-Vl for 78532-done@debbugs.gnu.org; Mon, 02 Jun 2025 10:58:06 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 75EC9139; Mon, 2 Jun 2025 16:57:58 +0200 (CEST) Authentication-Results: hera.aquilenet.fr; none X-Virus-Scanned: Debian amavis at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavis, port 10024) with ESMTP id iuw-DgNPfZ_a; Mon, 2 Jun 2025 16:57:58 +0200 (CEST) Received: from jurong (176-179-191-150.abo.bbox.fr [176.179.191.150]) by hera.aquilenet.fr (Postfix) with ESMTPSA id C9843C3C; Mon, 2 Jun 2025 16:57:56 +0200 (CEST) Date: Mon, 2 Jun 2025 16:57:55 +0200 From: Andreas Enge To: Junker Subject: Re: [PATCH] gnu: Add cc-tool. Message-ID: References: <3a1aa561b9123265762b796cbb4af5cc8ffe37d9.1747815878.git.dk@junkeria.club> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3a1aa561b9123265762b796cbb4af5cc8ffe37d9.1747815878.git.dk@junkeria.club> X-Rspamd-Server: hera X-Rspamd-Queue-Id: 75EC9139 X-Spamd-Result: default: False [-5.59 / 15.00]; NEURAL_HAM(-3.00)[-1.000]; BAYES_HAM(-2.99)[99.96%]; MID_RHS_NOT_FQDN(0.50)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCPT_COUNT_TWO(0.00)[2]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; ARC_NA(0.00)[] X-Rspamd-Action: no action X-Spamd-Bar: ----- X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 78532-done Cc: 78532-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Thanks! I have changed the licence to gpl2 (without +), since several source files mention this version explicitly, and pushed. Andreas ------------=_1748876342-4174-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 21 May 2025 08:31:15 +0000 Received: from localhost ([127.0.0.1]:44533 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uHer1-0006ko-Ag for submit@debbugs.gnu.org; Wed, 21 May 2025 04:31:14 -0400 Received: from lists.gnu.org ([2001:470:142::17]:45272) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uHeqx-0006jt-P7 for submit@debbugs.gnu.org; Wed, 21 May 2025 04:31:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uHeqr-0007De-LX for guix-patches@gnu.org; Wed, 21 May 2025 04:31:01 -0400 Received: from mout-p-102.mailbox.org ([80.241.56.152]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1uHeqo-0001xV-U2 for guix-patches@gnu.org; Wed, 21 May 2025 04:31:01 -0400 Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4b2Pky1sNmz9tRx for ; Wed, 21 May 2025 10:30:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=junkeria.club; s=MBO0001; t=1747816250; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=dhwX+iN5KnzY2c2kS9UN6vsJmk+g+fXfEOpu2ei1tFs=; b=s2lL/E14fiREYmhjfdeuRUB2TFqO2s4OTEDr/UjsO4e8sSHnbiMcaZYM6tm9r6ZLHn85xF MTW+tsS3rRqVlb2D7LN9FvqjyZ5ypRWSY5sQEJ31O/Q4Uagy2DgeTuT8rCHpB2cJ2Vd2Ld FqgZbeZI3tK2Syr99H4YwJSypUFilQikeKSBrP9/NsaoNTxrCqPSiR/wf8dRE4bodEdQ/6 1KnQiLWcxH9/JqLWJJJBhuJKRPDtHx+FbNvzCBXChL64TcrAn/Jk10bHfjXR9qqFMrX5nS gL/LGuV34qGloni7wUO0SMDNzBbi2HALCg4QcMFsaR2C9DIHsn8P8vhXHYAX8w== Date: Wed, 21 May 2025 15:30:37 +0700 From: Junker To: guix-patches@gnu.org Subject: [PATCH] gnu: Add cc-tool. Message-ID: <3a1aa561b9123265762b796cbb4af5cc8ffe37d9.1747815878.git.dk@junkeria.club> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4b2Pky1sNmz9tRx Received-SPF: pass client-ip=80.241.56.152; envelope-from=dk@junkeria.club; helo=mout-p-102.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * gnu/packages/embedded.scm (cc-tool): New variable. Change-Id: Ie97b404f3fa68b340d6633b55d7a6bbea04b292f --- gnu/packages/embedded.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm index 6a1d47c4e9..d56af81a9b 100644 --- a/gnu/packages/embedded.scm +++ b/gnu/packages/embedded.scm @@ -14,6 +14,7 @@ ;;; Copyright © 2022, 2023 Maxim Cournoyer ;;; Copyright © 2023 Janneke Nieuwenhuizen ;;; Copyright © 2024 Artyom V. Poptsov +;;; Copyright © 2025 Junker dk@junkeria.club ;;; ;;; This file is part of GNU Guix. ;;; @@ -2182,3 +2183,31 @@ (define-public ts4900-utils @item tssilomon @end itemize") (license license:bsd-2)))) + +(define-public cc-tool + (package + (name "cc-tool") + (version "0.27") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/dashesy/cc-tool") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1bnyp3fxhzhz6in4yx8s6vh004gslykrpysdz6b8x8b96ha35c7c")))) + (build-system gnu-build-system) + (inputs (list libusb)) + (native-inputs (list pkg-config + boost + automake + autoconf + libtool)) + (home-page "https://github.com/dashesy/cc-tool") + (synopsis "Support for Texas Instruments CC Debugger in Linux") + (description + "cc-tool provides support for Texas Instruments CC Debugger for Linux OS +in order to program 8051-based System-On-Chip devices: CC254x CC253x CC243x +CC251x CC111x") + (license license:gpl2+))) base-commit: 11bc17c409d77cd1af91e30b5b9f6a73f873a152 -- 2.49.0 ------------=_1748876342-4174-1--