Thu Apr 14 00:53:43 2022 UTC ()
doc: updated ESP32 cross toolchain


(tnn)
diff -r1.101 -r1.102 pkgsrc/cross/Makefile
diff -r1.1825 -r1.1826 pkgsrc/doc/CHANGES-2022

cvs diff -r1.101 -r1.102 pkgsrc/cross/Makefile (expand / switch to unified diff)

--- pkgsrc/cross/Makefile 2021/07/25 15:06:25 1.101
+++ pkgsrc/cross/Makefile 2022/04/14 00:53:43 1.102
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.101 2021/07/25 15:06:25 js Exp $ 1# $NetBSD: Makefile,v 1.102 2022/04/14 00:53:43 tnn Exp $
2# 2#
3 3
4COMMENT= Cross-platform development utilities 4COMMENT= Cross-platform development utilities
5 5
6SUBDIR+= GenFw 6SUBDIR+= GenFw
7SUBDIR+= aarch64-none-elf-binutils 7SUBDIR+= aarch64-none-elf-binutils
8SUBDIR+= aarch64-none-elf-gcc 8SUBDIR+= aarch64-none-elf-gcc
9SUBDIR+= arm-none-eabi-binutils 9SUBDIR+= arm-none-eabi-binutils
10SUBDIR+= arm-none-eabi-gcc 10SUBDIR+= arm-none-eabi-gcc
11SUBDIR+= arm-none-eabi-gdb 11SUBDIR+= arm-none-eabi-gdb
12SUBDIR+= asm6809 12SUBDIR+= asm6809
13SUBDIR+= atasm 13SUBDIR+= atasm
14SUBDIR+= avr-binutils 14SUBDIR+= avr-binutils
@@ -66,17 +66,21 @@ SUBDIR+= or1k-none-elf-binutils @@ -66,17 +66,21 @@ SUBDIR+= or1k-none-elf-binutils
66SUBDIR+= or1k-none-elf-gcc 66SUBDIR+= or1k-none-elf-gcc
67SUBDIR+= pdp11-aout-binutils 67SUBDIR+= pdp11-aout-binutils
68SUBDIR+= pdp11-aout-gcc 68SUBDIR+= pdp11-aout-gcc
69SUBDIR+= powerpc-none-elf-binutils 69SUBDIR+= powerpc-none-elf-binutils
70SUBDIR+= powerpc-none-elf-gcc 70SUBDIR+= powerpc-none-elf-gcc
71SUBDIR+= ppc-morphos-binutils 71SUBDIR+= ppc-morphos-binutils
72SUBDIR+= ppc-morphos-gcc-10 72SUBDIR+= ppc-morphos-gcc-10
73SUBDIR+= ppc-morphos-gcc-9 73SUBDIR+= ppc-morphos-gcc-9
74SUBDIR+= ppc-morphos-sdk 74SUBDIR+= ppc-morphos-sdk
75SUBDIR+= stlink 75SUBDIR+= stlink
76SUBDIR+= uisp 76SUBDIR+= uisp
77SUBDIR+= xtensa-esp32-elf-binutils 77SUBDIR+= xtensa-esp32-elf-binutils
78SUBDIR+= xtensa-esp32-elf-gcc 78SUBDIR+= xtensa-esp32-elf-gcc
 79SUBDIR+= xtensa-esp32s2-elf-binutils
 80SUBDIR+= xtensa-esp32s2-elf-gcc
 81SUBDIR+= xtensa-esp32s3-elf-binutils
 82SUBDIR+= xtensa-esp32s3-elf-gcc
79SUBDIR+= xtensa-lx106-elf-binutils 83SUBDIR+= xtensa-lx106-elf-binutils
80SUBDIR+= xtensa-lx106-elf-gcc 84SUBDIR+= xtensa-lx106-elf-gcc
81 85
82.include "../mk/misc/category.mk" 86.include "../mk/misc/category.mk"

cvs diff -r1.1825 -r1.1826 pkgsrc/doc/CHANGES-2022 (expand / switch to unified diff)

--- pkgsrc/doc/CHANGES-2022 2022/04/13 19:46:35 1.1825
+++ pkgsrc/doc/CHANGES-2022 2022/04/14 00:53:43 1.1826
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-2022,v 1.1825 2022/04/13 19:46:35 adam Exp $ 1$NetBSD: CHANGES-2022,v 1.1826 2022/04/14 00:53:43 tnn Exp $
2 2
3Changes to the packages collection and infrastructure in 2022: 3Changes to the packages collection and infrastructure in 2022:
4 4
5 Updated www/grafana to 8.3.3 [triaxx 2022-01-01] 5 Updated www/grafana to 8.3.3 [triaxx 2022-01-01]
6 Updated sysutils/py-ptyprocess to 0.7.0nb1 [martin 2022-01-01] 6 Updated sysutils/py-ptyprocess to 0.7.0nb1 [martin 2022-01-01]
7 Updated pkgtools/pkglint to 21.4.1 [rillig 2022-01-01] 7 Updated pkgtools/pkglint to 21.4.1 [rillig 2022-01-01]
8 Updated pkgtools/lintpkgsrc to 4.97 [rillig 2022-01-01] 8 Updated pkgtools/lintpkgsrc to 4.97 [rillig 2022-01-01]
9 Updated pkgtools/url2pkg to 21.4.0 [rillig 2022-01-01] 9 Updated pkgtools/url2pkg to 21.4.0 [rillig 2022-01-01]
10 Updated pkgtools/url2pkg to 21.4.1 [rillig 2022-01-01] 10 Updated pkgtools/url2pkg to 21.4.1 [rillig 2022-01-01]
11 Updated devel/mold to 1.0.1 [fcambus 2022-01-01] 11 Updated devel/mold to 1.0.1 [fcambus 2022-01-01]
12 Updated net/dbip-asn-lite to 2022.01 [fcambus 2022-01-01] 12 Updated net/dbip-asn-lite to 2022.01 [fcambus 2022-01-01]
13 Updated net/dbip-city-lite to 2022.01 [fcambus 2022-01-01] 13 Updated net/dbip-city-lite to 2022.01 [fcambus 2022-01-01]
14 Updated devel/py-backcall to 0.2.0nb1 [ryoon 2022-01-01] 14 Updated devel/py-backcall to 0.2.0nb1 [ryoon 2022-01-01]
@@ -2595,13 +2595,19 @@ Changes to the packages collection and i @@ -2595,13 +2595,19 @@ Changes to the packages collection and i
2595 Updated www/geckodriver to 0.31.0 [tnn 2022-04-12] 2595 Updated www/geckodriver to 0.31.0 [tnn 2022-04-12]
2596 Updated graphics/freetype2 to 2.11.1nb1 [wiz 2022-04-12] 2596 Updated graphics/freetype2 to 2.11.1nb1 [wiz 2022-04-12]
2597 Updated x11/deforaos-libdesktop to 0.4.1 [khorben 2022-04-13] 2597 Updated x11/deforaos-libdesktop to 0.4.1 [khorben 2022-04-13]
2598 Updated lang/go117 to 1.17.9 [bsiegert 2022-04-13] 2598 Updated lang/go117 to 1.17.9 [bsiegert 2022-04-13]
2599 Updated lang/go118 to 1.18.1 [bsiegert 2022-04-13] 2599 Updated lang/go118 to 1.18.1 [bsiegert 2022-04-13]
2600 Updated mail/mutt to 2.2.3 [tron 2022-04-13] 2600 Updated mail/mutt to 2.2.3 [tron 2022-04-13]
2601 Added graphics/nsxiv version 29 [pin 2022-04-13] 2601 Added graphics/nsxiv version 29 [pin 2022-04-13]
2602 Updated sysutils/felix to 0.6.0 [pin 2022-04-13] 2602 Updated sysutils/felix to 0.6.0 [pin 2022-04-13]
2603 Updated devel/protobuf-c to 1.4.0 [wiz 2022-04-13] 2603 Updated devel/protobuf-c to 1.4.0 [wiz 2022-04-13]
2604 Updated net/rabbitmq to 3.9.15 [adam 2022-04-13] 2604 Updated net/rabbitmq to 3.9.15 [adam 2022-04-13]
2605 Updated textproc/py-validate-pyproject to 0.7.2 [adam 2022-04-13] 2605 Updated textproc/py-validate-pyproject to 0.7.2 [adam 2022-04-13]
2606 Updated devel/py-click to 8.1.2 [adam 2022-04-13] 2606 Updated devel/py-click to 8.1.2 [adam 2022-04-13]
2607 Updated finance/py-braintree to 4.15.2 [adam 2022-04-13] 2607 Updated finance/py-braintree to 4.15.2 [adam 2022-04-13]
 2608 Updated cross/xtensa-esp32-elf-binutils to 2.35.2 [tnn 2022-04-13]
 2609 Added cross/xtensa-esp32s2-elf-binutils version 2.35.2 [tnn 2022-04-13]
 2610 Added cross/xtensa-esp32s3-elf-binutils version 2.35.2 [tnn 2022-04-13]
 2611 Updated cross/xtensa-esp32-elf-gcc to 8.4.0 [tnn 2022-04-13]
 2612 Added cross/xtensa-esp32s2-elf-gcc version 8.4.0 [tnn 2022-04-13]
 2613 Added cross/xtensa-esp32s3-elf-gcc version 8.4.0 [tnn 2022-04-14]