mbox series

[meta-python,0/2] add recipe for esptool and its dependencies

Message ID 20230109-esptool-v1-0-938893bfd362@theobroma-systems.com
Headers show
Series add recipe for esptool and its dependencies | expand

Message

Quentin Schulz Jan. 9, 2023, 5:02 p.m. UTC
esptool Python module is a collection of libs and scripts to interact
with the bootloader on Espressif SoCs. The Python module happens to
provide three useful scripts: esptool, espefuse and espsecure. esptool
is the backbone of communication with the Espressif SoC's bootloader.
espefuse is useful when one needs to burn fuses or read the current fuse
state. Finally, espsecure is a tool for setting up Espressif
implementation of secure boot on their SoC.

Espressif SoCs aren't all used as main processor of a system and can also
be used as companion microcontrollers for specific tasks (e.g. providing
radio support such as WiFi and BT to a more powerful host, e.g. an
Aarch64-based system), esptool allows to flash the ESP companion controller
from the host system to which it is connected.

Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>

Cc: Tim "moto-timo" Orling <TicoTimo@gmail.com>
Cc: Derek Straka <derek@asterius.io>
Cc: openembedded-devel@lists.openembedded.org

---
Quentin Schulz (2):
      devtools: add new recipe for reedsolo
      devtools: add recipe for esptool

 .../python3-esptool/python3-esptool_4.4.bb         | 22 ++++++++++++++++++++++
 .../python3-reedsolo/python3-reedsolo_1.6.1.bb     | 10 ++++++++++
 2 files changed, 32 insertions(+)
---
base-commit: cd1388161143e9cbc3eb7d8c2edbc3b751728e75
change-id: 20230109-esptool-1c9e9445db00

Best regards,