aboutsummaryrefslogtreecommitdiff
path: root/python/esptool/README
diff options
context:
space:
mode:
authorTim Dickson <dickson.tim@googlemail.com>2020-01-11 20:29:17 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-01-11 20:58:11 +0700
commit33918d5f91895016208783211fd3c8018e7185e8 (patch)
tree7b1d277fa9a7a6cf86a571bb08517b76d9f3c1c9 /python/esptool/README
parent056abb3963efab4ef4202f8a987a520b72dcc3fd (diff)
python/esptool: Added (Utility to work with ESP8266 and ESP32).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/esptool/README')
-rw-r--r--python/esptool/README11
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.