mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/espflash: bump to version 4.5.0
For release notes, see: https://github.com/esp-rs/espflash/releases/tag/v4.1.0 https://github.com/esp-rs/espflash/releases/tag/v4.2.0 https://github.com/esp-rs/espflash/releases/tag/v4.3.0 https://github.com/esp-rs/espflash/releases/tag/v4.4.0 https://github.com/esp-rs/espflash/releases/tag/v4.5.0 Update the Config.in help text to match the list of supported target devices, since espflash now also supports ESP32-C5 and ESP32-C61. Signed-off-by: Torben Voltmer <mail@t-voltmer.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
d071817969
commit
490c380155
@@ -6,7 +6,8 @@ config BR2_PACKAGE_ESPFLASH
|
||||
help
|
||||
Serial flasher utilities for Espressif devices, based
|
||||
loosely on esptool.py. Supports the ESP32,
|
||||
ESP32-C2/C3/C6, ESP32-H2, ESP32-P4, and ESP32-S2/S3.
|
||||
ESP32-C2/C3/C5/C6/C61, ESP32-H2, ESP32-P4, and
|
||||
ESP32-S2/S3.
|
||||
|
||||
https://github.com/esp-rs/espflash
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Locally calculated
|
||||
sha256 10f2ed2db01359cbc7316cb694731a6a307a639d5698e14506b6b52483d36163 espflash-4.0.1-cargo6.tar.gz
|
||||
sha256 95f052a272832d40cd69b9f62003c475ce6625f4002f751f3275ddd3344f899c espflash-4.5.0-cargo6.tar.gz
|
||||
sha256 811f4d4d7ae8f88090dcd14cddf1982ca75cc30b5604e6ebb636693d9b885788 LICENSE-APACHE
|
||||
sha256 8daec6f7e829af4dfc7c99a251986648f718b90589aa819bc48be8ef82b0c12f LICENSE-MIT
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ESPFLASH_VERSION = 4.0.1
|
||||
ESPFLASH_VERSION = 4.5.0
|
||||
ESPFLASH_SITE = $(call github,esp-rs,espflash,v$(ESPFLASH_VERSION))
|
||||
ESPFLASH_SUBDIR = espflash
|
||||
ESPFLASH_LICENSE = Apache-2.0 or MIT
|
||||
|
||||
Reference in New Issue
Block a user