Mikey Sklar
7403c16d7c
Update esp_loader.ts
2 years ago
Mikey Sklar
17068da940
Passthrough logic inside hardReset()
...
A small change to read the Passthrough checkbox state directly inside of hardReset(). This is to avoid issuing a reset on passthrough boards (M4 + ESP coprocessor).
2 years ago
Mikey Sklar
970d78ea0f
prettier
2 years ago
Mikey Sklar
931afe593b
move esp_loader.ts to correct folder
2 years ago
Melissa LeBlanc-Williams
aaa6aa760d
Fix ESP32-S3
2 years ago
Melissa LeBlanc-Williams
8c14e02634
Update Prettier to 3.0.0 and run
3 years ago
Jason2866
3f7b1e1c0c
Support for C2, C6 and H2
3 years ago
Melissa LeBlanc-Williams
2add90d302
Merge pull request #50 from liux-pro/main
...
automatically enter download mode
3 years ago
Melissa LeBlanc-Williams
deb0a502f0
Ran prettier
4 years ago
Melissa LeBlanc-Williams
0739a8b11e
Update TypeScript deprecated things and fix errors
4 years ago
Legend
164cc4bd83
prettier
4 years ago
Legend
1fa66274f7
automatically enter download mode
4 years ago
Rob Dobson
8a86662fd4
Increased timeout to 16MB spiffs flash problem ( #127 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
4 years ago
Paulus Schoutsen
7f39c6392b
Fix progress update ( #121 )
4 years ago
Melissa LeBlanc-Williams
6cc6d90067
Update src/esp_loader.ts
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
5 years ago
Melissa LeBlanc-Williams
914e8073c3
Ran prettier
5 years ago
Melissa LeBlanc-Williams
2d8463c2aa
Fix update returning a smaller value for totalBytes than written
5 years ago
Jason2866
be64b56771
Rework ( #108 )
5 years ago
Paulus Schoutsen
ae421327e0
Prettier
5 years ago
Jason2866
8cf3e3f1e5
S3 support ( #107 )
5 years ago
Paulus Schoutsen
6cc74dd684
Remove header patching ( #86 )
5 years ago
Paulus Schoutsen
9cd1c74d7d
Fix disconnect ( #68 )
5 years ago
Paulus Schoutsen
9caede75f4
Sync with latest Adafruit changes ( #52 )
5 years ago
conradopoole
b944aff03a
Code clean-up ( #28 )
5 years ago
conradopoole
7eb9cdf8c5
Fix chip detection for ESP8266 ( #27 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
5 years ago
conradopoole
e0114be2d8
Added ESP32-C3 support ( #26 )
5 years ago
conradopoole
5c775e3c3d
chipmagiclogging ( #25 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
5 years ago
Paulus Schoutsen
3ecee77ef6
Use esm import for paco ( #24 )
5 years ago
conradopoole
0d55ce1b0c
Flash Autodetect and Bootloader patching ( #23 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
5 years ago
conradopoole
9fc0996f1a
Added support for ESP_FLASH_DEFL_DATA operation ( #21 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
5 years ago
conradopoole
251ff3535b
Change Baud Rate fixes ( #16 )
...
Fix to send ESP_CHANGE_BAUDRATE on the instance not the parent, so that status bytes received match the STUB or the ROM.
5 years ago
Paulus Schoutsen
c63a1ad0c9
Clean ups ( #15 )
5 years ago
conradopoole
9999e50a7f
Changes to be able to set higher Baud Rates ( #13 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
5 years ago
conradopoole
04db567bf8
Changes to FlashWriteSize ( #14 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
5 years ago
Bram Kragten
a0406079dc
Change `softReset` to `hardReset`, add bootloader option ( #11 )
5 years ago
Paulus Schoutsen
e430e2f88b
Style
5 years ago
Paulus Schoutsen
6414150f36
Update connected boolean when disconnecting
5 years ago
Paulus Schoutsen
ae0377d778
Help with typing
5 years ago
Paulus Schoutsen
abe298b300
Defer initialize
5 years ago
Paulus Schoutsen
08d7ab6494
Export chip family constants
5 years ago
Paulus Schoutsen
e47931d7aa
Fix ESP8266 chip name detection
5 years ago
Paulus Schoutsen
dae9b92f46
make write update callback return bytes written
5 years ago
Paulus Schoutsen
163b9fb29a
Remove unused part
5 years ago
Paulus Schoutsen
869acb7a1b
Convert to NPM package
5 years ago