mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
zlib module is required since the v3.0 version. Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
12 lines
363 B
Plaintext
12 lines
363 B
Plaintext
config BR2_PACKAGE_PYTHON_ESPTOOL
|
|
bool "python-esptool"
|
|
select BR2_PACKAGE_PYTHON_ECDSA # runtime
|
|
select BR2_PACKAGE_PYTHON_PYAES # runtime
|
|
select BR2_PACKAGE_PYTHON_SERIAL # runtime
|
|
select BR2_PACKAGE_PYTHON_ZLIB # runtime
|
|
help
|
|
A serial utility to communicate & flash code to Espressif
|
|
ESP8266 & ESP32 chips.
|
|
|
|
https://github.com/espressif/esptool
|