Commit Graph

127 Commits

Author SHA1 Message Date
Paul Kendall
da4b1a049c Fix for erase causing error 2022-07-17 11:52:14 +12:00
Paul Kendall
163fd5044a Process leftover data first in read
I there was a partial packet left over and it was greater than min_data then the serial port was not read so the packet could never finish.
2022-07-14 19:46:36 +12:00
Paul Kendall
a9b0a713c3 Fix left-over handling in webserial 2022-07-14 13:15:37 +12:00
Paul Kendall
9c9cfa5d6c Fixed previous commit 2022-07-13 10:14:58 +12:00
Paul Kendall
6edfe432f8 Fix exception handling 2022-07-13 06:54:25 +12:00
Paulus Schoutsen
3eaa3afde0 Add progress to website 2022-07-12 10:05:32 -07: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
Adwait
97a72d09c8
Merge pull request #28 from pkendall64/reset
Add hard/soft reset methods
2022-07-12 16:50:20 +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
Adwait
c0a0cc1aa6
Merge pull request #26 from balloob/raise-errors
Raise errors instead of logging them
2022-07-12 09:28:12 +05:30
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
Adwait
31a8a027d0
Merge pull request #23 from balloob/extract-targets
Extract targets
2022-07-11 08:57:48 +05:30
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
Adwait
8aa9dcd817
Merge pull request #22 from balloob/package-json-name
Allow installing this repository with NPM
2022-07-08 12:45:23 +05:30
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
e202b91918
Allow installing this repository with NPM 2022-07-07 22:39:53 -07:00
Amey Inamdar
9e2e4a0231
Merge pull request #21 from balloob/patch-1
Fix terminal check
2022-07-06 14:28:00 +08:00
Paulus Schoutsen
c336216638
Fix terminal check 2022-07-05 21:30:23 -07:00
Adwait Patankar
1f2a517835 Merge gh-pages to main 2022-05-11 15:34:33 +05:30
Adwait
ae891744ea
Merge pull request #16 from espressif/fix_disconnect_connect_issue
Fix the issue for connect after disconnect
2022-02-25 15:04:54 +05:30
Adwait
16e72ec31e
Merge pull request #15 from espressif/c3_connect_and_version_fix
Fix the C3 connect issue and getting package version
2022-02-25 15:04:32 +05:30
Adwait Patankar
f2d5f05d2b Fix the issue for connect after disconnect 2022-02-24 16:38:07 +05:30
Adwait Patankar
a23d7372e7 Fix the C3 connect issue and getting package version 2022-02-24 16:11:29 +05:30
Adwait
69b723ec50
Merge pull request #14 from espressif/fix_connect_issue
rollback webserial.js changes, failing to connect
2022-02-21 22:47:46 +05:30
Adwait Patankar
ddc3e792f4 rollback webserial.js changes, failing to connect 2022-02-21 22:45:17 +05:30
Adwait
1c868e4977
Merge pull request #13 from espressif/S3_support_other_fixes
Support ESP32-S3 chipset. Also changes for removing filter for CP2102
2022-02-17 16:55:45 +05:30
Adwait Patankar
20297c7523 Support ESP32-S3 chipset. Also changes for removing filter for CP2102 2022-02-11 15:13:59 +05:30
Amey Inamdar
081864a2dd
Merge pull request #12 from espressif/safari_check
Add a check for unsupported safari browser
2021-08-20 22:17:03 +05:30
Adwait Patankar
56aea4219f Add a check for unsupported safari browser 2021-08-16 18:06:18 +05:30
Amey Inamdar
cce440b0d3
Merge pull request #10 from espressif/safari_check
Added check for unsupported safari browser
2021-08-15 15:10:46 +05:30
Adwait Patankar
5488e29b3f Added check for unsupported safari browser 2021-08-11 15:42:06 +05:30
Ivan Grokhotkov
a36116276a Set JIRA component in workflow via environment 2021-08-09 10:54:30 +03:00