0a581ed8b1
Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
11 lines
321 B
Plaintext
11 lines
321 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
|
|
help
|
|
A serial utility to communicate & flash code to Espressif
|
|
ESP8266 & ESP32 chips.
|
|
|
|
https://github.com/espressif/esptool
|