diff options
Diffstat (limited to 'python/esptool/README')
-rw-r--r-- | python/esptool/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/python/esptool/README b/python/esptool/README new file mode 100644 index 0000000000000..dc213ef57f6a5 --- /dev/null +++ b/python/esptool/README @@ -0,0 +1,11 @@ +A Python-based, open source, platform independent, utility to communicate +with the ROM bootloader in Espressif ESP8266 & ESP32 chips. + +esptool.py was started by Fredrik Ahlberg (@themadinventor) as an +unofficial community project. It is now also supported by Espressif. +Current primary maintainer is Angus Gratton (@projectgus). + +esptool.py is Free Software under a GPLv2 license. + +This (source) is downloaded from pypi.org/projects/esptool as the github +site does not have a complete sourcecode zip. |