pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc doc: updated ESP32 cross toolchain



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e90fa8f59f81
branches:  trunk
changeset: 376813:e90fa8f59f81
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Apr 14 00:53:43 2022 +0000

description:
doc: updated ESP32 cross toolchain

diffstat:

 cross/Makefile   |  6 +++++-
 doc/CHANGES-2022 |  8 +++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diffs (39 lines):

diff -r c8cf2b877dc1 -r e90fa8f59f81 cross/Makefile
--- a/cross/Makefile    Thu Apr 14 00:52:41 2022 +0000
+++ b/cross/Makefile    Thu Apr 14 00:53:43 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.101 2021/07/25 15:06:25 js Exp $
+# $NetBSD: Makefile,v 1.102 2022/04/14 00:53:43 tnn Exp $
 #
 
 COMMENT=       Cross-platform development utilities
@@ -76,6 +76,10 @@
 SUBDIR+=       uisp
 SUBDIR+=       xtensa-esp32-elf-binutils
 SUBDIR+=       xtensa-esp32-elf-gcc
+SUBDIR+=       xtensa-esp32s2-elf-binutils
+SUBDIR+=       xtensa-esp32s2-elf-gcc
+SUBDIR+=       xtensa-esp32s3-elf-binutils
+SUBDIR+=       xtensa-esp32s3-elf-gcc
 SUBDIR+=       xtensa-lx106-elf-binutils
 SUBDIR+=       xtensa-lx106-elf-gcc
 
diff -r c8cf2b877dc1 -r e90fa8f59f81 doc/CHANGES-2022
--- a/doc/CHANGES-2022  Thu Apr 14 00:52:41 2022 +0000
+++ b/doc/CHANGES-2022  Thu Apr 14 00:53:43 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.1825 2022/04/13 19:46:35 adam Exp $
+$NetBSD: CHANGES-2022,v 1.1826 2022/04/14 00:53:43 tnn Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -2605,3 +2605,9 @@
        Updated textproc/py-validate-pyproject to 0.7.2 [adam 2022-04-13]
        Updated devel/py-click to 8.1.2 [adam 2022-04-13]
        Updated finance/py-braintree to 4.15.2 [adam 2022-04-13]
+       Updated cross/xtensa-esp32-elf-binutils to 2.35.2 [tnn 2022-04-13]
+       Added cross/xtensa-esp32s2-elf-binutils version 2.35.2 [tnn 2022-04-13]
+       Added cross/xtensa-esp32s3-elf-binutils version 2.35.2 [tnn 2022-04-13]
+       Updated cross/xtensa-esp32-elf-gcc to 8.4.0 [tnn 2022-04-13]
+       Added cross/xtensa-esp32s2-elf-gcc version 8.4.0 [tnn 2022-04-13]
+       Added cross/xtensa-esp32s3-elf-gcc version 8.4.0 [tnn 2022-04-14]



Home | Main Index | Thread Index | Old Index