Commit Graph

111 Commits

Author SHA1 Message Date
Legend
91472669b4
support built-in USB-JTAG-Serial 2023-01-12 17:18:35 +01:00
Ivan Grokhotkov
238d6ad410
Merge pull request #55 from espressif/feature/pages
ci: deploy to Github Pages
2023-01-12 16:53:03 +01:00
Ivan Grokhotkov
4ce52e776f
ci: deploy to Github Pages 2023-01-12 16:51:01 +01:00
Ivan Grokhotkov
ddfda78b4a
Merge pull request #62 from domagojk/fix-conn-error
fix: timeout error on connecting
2023-01-12 16:50:37 +01:00
dom
6ecf8dd3a7 fix: timeout error on connecting 2023-01-12 12:52:23 +01:00
Ivan Grokhotkov
2e8ca4533f
Merge pull request #53 from espressif/feature/types
Typescript rewrite, NPM publishing and CI
2022-12-06 12:19:09 +01:00
Brian Ignacio
88c866b727 add tag package json validation 2022-11-29 19:03:27 +08:00
Brian Ignacio
102cf61030 add ci basic flow
update node version on publish

fix ci workflow

get version from package json

package version

fix env var

use github ref on publish

fix publish github ref

fix publish version
2022-11-28 17:09:31 +08:00
Brian Ignacio
1aa9793b8f add terser to minimize bundle
rm html node modules refs add wait stream unlock
2022-11-25 18:49:10 +08:00
Brian Ignacio
bf13211362 use dynamic targets import 2022-11-25 18:49:10 +08:00
Brian Ignacio
2ed745673c update esploader file name
fix lint rm webserial js
2022-11-25 18:49:08 +08:00
Brian Ignacio
3154aa9439 add review changes 2022-11-25 18:49:08 +08:00
Brian Ignacio
3679e3b4d2 add publish ci
rm old js files

rm pako from html
2022-11-25 18:49:06 +08:00
Brian Ignacio
24e047581f first attempt to re write in typescript
add readme

add lint fix flash
2022-11-25 18:49:01 +08:00
Adwait
076af269f4
Merge pull request #50 from LeoYan/main
fixed ESP32-C3: "app image at 0x10000 has invalid magic byte" if the …
2022-11-10 14:42:04 +05:30
Adwait
5d7cda0bc3
Merge pull request #36 from pkendall64/allow-connected-transport
Allow specifying the initial 'rom-baudrate' in constructor
2022-11-07 13:24:32 +05:30
Adwait
30c2bc7569
Merge pull request #46 from dumbasPL/patch-1
Add package version
2022-11-07 13:23:14 +05:30
Adwait
9f98e965c2
Merge pull request #51 from Jason2866/patch-1
Flash offset is 0x0 for S3
2022-11-07 13:17:21 +05:30
Jason2866
813e33a237
Flash offset is 0x0 for S3 2022-11-03 22:12:11 +01:00
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
nezu
ed357e52b1
add package version 2022-09-23 16:20:35 +02:00
Adwait
a3e77fb2ec
Merge pull request #35 from balloob/use-async-class-method-syntax
Use async class method syntax
2022-07-25 17:09:36 +05:30
Adwait
832894ed7d
Merge pull request #33 from balloob/ui-fixes
UI fixes
2022-07-20 15:31:07 +05:30
Paul Kendall
b171a39a5a Allow passing the initial 'rom-baudrate' to the constructor 2022-07-20 20:16:29 +12:00
Paulus Schoutsen
a2d5fdd626 Use async class method syntax 2022-07-19 23:25:13 -07:00
Paulus Schoutsen
ece4c55f00 UI fixes 2022-07-19 08:19:05 -07:00
Adwait
0c1b972a05
Merge pull request #20 from pkendall64/esp8266
ESP8266/8285 support
2022-07-19 13:31:53 +05:30
Adwait
54cf664537
Merge pull request #32 from balloob/fix-remove-file
Fix removing a file
2022-07-19 12:19:15 +05:30
Adwait
4ac45361e7
Merge pull request #24 from balloob/md5-on-demand
Make MD5 on demand
2022-07-19 11:52:04 +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
495481491e Fix removing a file 2022-07-18 21:28:15 -07:00
Paulus Schoutsen
329b2c43d4 Make MD5 on demand 2022-07-18 21:22:04 -07:00
Adwait
7420f2c0e5
Merge pull request #31 from pkendall64/fix-erase
Fix for erase causing error
2022-07-18 17:11:31 +05:30
Adwait
48c014f1b3
Merge pull request #30 from balloob/use-progress-in-website
Add progress to website
2022-07-18 09:00:56 +05:30
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