- config BR2_PACKAGE_PYTHON_ESPTOOL
- bool "python-esptool"
- depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-cryptography
- select BR2_PACKAGE_PYTHON_BITSTRING # runtime
- select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
- select BR2_PACKAGE_PYTHON_ECDSA # runtime
- select BR2_PACKAGE_PYTHON_REEDSOLO # runtime
- select BR2_PACKAGE_PYTHON_SERIAL # runtime
- select BR2_PACKAGE_PYTHON3_ZLIB
- help
- A serial utility to communicate & flash code to Espressif
- ESP8266 & ESP32 chips.
- https://github.com/espressif/esptool
|