Commit Graph

41 Commits

Author SHA1 Message Date
LeoYan
eb5ba6b0e6 fixed ESP32-C3: "app image at 0x10000 has invalid magic byte" if the app image flashed at first #48 2022-11-03 08:53:21 +08:00
Paulus Schoutsen
a2d5fdd626 Use async class method syntax 2022-07-19 23:25:13 -07:00
Adwait
0c1b972a05
Merge pull request #20 from pkendall64/esp8266
ESP8266/8285 support
2022-07-19 13:31:53 +05:30
Paul Kendall
fdc54311e3 Merge remote-tracking branch 'origin/main' into esp8266
# Conflicts:
#	webserial.js
2022-07-19 17:24:12 +12:00
Paulus Schoutsen
329b2c43d4 Make MD5 on demand 2022-07-18 21:22:04 -07:00
Paul Kendall
da4b1a049c Fix for erase causing error 2022-07-17 11:52:14 +12:00
Paul Kendall
6edfe432f8 Fix exception handling 2022-07-13 06:54:25 +12:00
Adwait
1cc00de7fc
Merge pull request #25 from balloob/report-progress
Allow reporting progress
2022-07-12 20:56:39 +05:30
Adwait
7887d1cf2a
Merge pull request #27 from pkendall64/minor-fixes
Minor fixes and cleanup
2022-07-12 16:52:03 +05:30
Paul Kendall
f830fa90a4 Merge remote-tracking branch 'upstream/main' into esp8266
# Conflicts:
#	ESPLoader.js
#	webserial.js
2022-07-12 19:25:45 +12:00
Paul Kendall
646993a549 Throw ESPError 2022-07-12 19:15:40 +12:00
Paul Kendall
42733464c0 Merge branch 'main' into reset 2022-07-12 19:14:28 +12:00
Paul Kendall
eac274c584 Add comment about looping 2022-07-12 12:15:56 +12:00
Paul Kendall
84848fc860 Merge branch 'main' into minor-fixes
# Conflicts:
#	ESPLoader.js
2022-07-12 07:03:30 +12:00
Paul Kendall
c379c5790e Fix run_stub OHAI wait code 2022-07-12 07:00:55 +12:00
Paulus Schoutsen
ad3cd47a0d Add mode back 2022-07-11 08:10:30 -07:00
Paulus Schoutsen
782c16df7f Raise errors instead of logging them 2022-07-11 08:09:25 -07:00
Adwait
49c3278f2f
Merge pull request #29 from pkendall64/mode-passing
Allow passing of mode to main function
2022-07-11 14:03:01 +05:30
Paul Kendall
933380e309 Fix as per review 2022-07-11 16:42:02 +12:00
Paul Kendall
8df56055f2 Merge branch 'main' into esp8266
# Conflicts:
#	ESPLoader.js
2022-07-11 16:37:16 +12:00
Paul Kendall
0de6b53ecc Allow passing of mode to main function 2022-07-09 12:40:59 +12:00
Paul Kendall
0fb492a9b6 Add hard_reset 2022-07-09 08:25:15 +12:00
Paul Kendall
33615ce370 Add soft reset 2022-07-09 08:25:15 +12:00
Paul Kendall
4d432a471c Minor fixes and cleanup 2022-07-09 08:19:44 +12:00
Paul Kendall
fd74fba2aa ESP8266/85 support 2022-07-09 08:05:40 +12:00
Paulus Schoutsen
501e477385 Allow reporting progress 2022-07-08 10:17:17 -07:00
Paulus Schoutsen
7dcbb628a4 Migrate comment 2022-07-08 00:20:47 -07:00
Paulus Schoutsen
e904e6a74c fixes 2022-07-08 00:17:59 -07:00
Paulus Schoutsen
dc6d98da7f Extract targets 2022-07-08 00:14:41 -07:00
Adwait
33fc0ddc42
Merge pull request #18 from espressif/main-merge
Merge gh-pages to main
2022-07-08 12:32:24 +05:30
Paulus Schoutsen
c336216638
Fix terminal check 2022-07-05 21:30:23 -07:00
Adwait Patankar
a23d7372e7 Fix the C3 connect issue and getting package version 2022-02-24 16:11:29 +05:30
Adwait Patankar
20297c7523 Support ESP32-S3 chipset. Also changes for removing filter for CP2102 2022-02-11 15:13:59 +05:30
Adwait Patankar
45f0af6a7f Layout and UX changes. Added a few validations 2021-08-04 19:45:21 +05:30
Adwait Patankar
47b8c219ff UX changes for file selection, validations etc. 2021-07-29 14:21:17 +05:30
Amey Inamdar
c59f2e1861 Added support to change baudrate to higher values.
Signed-off-by: Amey Inamdar <amey.inamdar@espressif.com>
2021-07-18 21:54:49 +05:30
Amey Inamdar
f5732e020b Added support to change baudrate to higher values.
Signed-off-by: Amey Inamdar <amey.inamdar@espressif.com>
2021-07-18 21:50:23 +05:30
Amey Inamdar
94d04fa32d Added support to program flash of the board
Also supported serial console in the webapp

Signed-off-by: Amey Inamdar <amey@espressif.com>
2021-05-30 20:33:41 +05:30
Amey Inamdar
8c7e66a338 Added support for flash_id read.
* Works with ESP32, ESP32-S2 and ESP32-C3

Signed-off-by: Amey Inamdar <amey@espressif.com>
2021-05-03 09:30:25 +05:30
Amey Inamdar
4361af1c38 Added support for loading the stub
ESP32, ESP32-C3 and ESP32-S2 supported at present.

Signed-off-by: Amey Inamdar <amey@espressif.com>
2021-04-25 22:38:04 +05:30
Amey Inamdar
a6c417bb40 Initial commit for esptool-js
* Chip detection and read MAC address works
* Support tested for ESP32, ESP32-S2 and ESP32-C3

Signed-off-by: Amey Inamdar <amey@espressif.com>
2021-04-18 23:16:46 +05:30