8000 Addition of esptool libs · lebinlv/esp32-snippets@6fa380b · GitHub
[go: up one dir, main page]

Skip to content

Commit 6fa380b

Browse files
committed
Addition of esptool libs
1 parent 7aaed6d commit 6fa380b

File tree

2 files changed

+1033
-0
lines changed

2 files changed

+1033
-0
lines changed

tools/esptool_libs/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Esptool libraries
2+
The Espressif awesome esptool performs just about anything you may want to do relating to ESP32 programming over UART. It can write to flash, write to memory, erase flash and a world of other features. The specification of the protocol can be found in the `esptool` github project Wiki.
3+
4+
This section of this repository hosts libraries for working with this protocol. There is an implementation in Node.js and more to come including C and C++.

0 commit comments

Comments
 (0)
0