diff options
author | tnn <tnn@pkgsrc.org> | 2022-04-14 00:53:43 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2022-04-14 00:53:43 +0000 |
commit | be4d70460acb5e13b45f5b5d8c05d07a7998a5bb (patch) | |
tree | 83a812e6e8f92b9496c724b4cbec709d611091b0 /cross | |
parent | d3050e7b4b332481c3c64b0355b031b11c692c7c (diff) | |
download | pkgsrc-be4d70460acb5e13b45f5b5d8c05d07a7998a5bb.tar.gz |
doc: updated ESP32 cross toolchain
Diffstat (limited to 'cross')
-rw-r--r-- | cross/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cross/Makefile b/cross/Makefile index e4a750b25d9..ee05c36c1c1 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -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+= stlink 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 |