Tasmota (#17)
* S3 16MB fix (#4)
* fix(setup): Use latest reedsolo package which can be installed with Python3.10 and Cython
Closes https://github.com/espressif/esptool/issues/711
* feat(ci): Publish development releases with custom pipeline
* fix(ci): The development release job should not run by default
Gitlab rules:if adds the job if any of the rules are true.
* fix(ci): Merge two "ci" directories and build_tools into one
* fix(secure download mode): Fix SDM detection on S2/S3
* fix(secure download mode): Reconnect if ROM refuses to respond
Closes https://github.com/espressif/esptool/issues/813
* fix(flasher_stub): Correct boundaries for SPIWrite4B and SPIRead4B
SPIWrite4B and SPIRead4B functions are required for flash sizes bigger
than 16MB. This fix corrects the boundaries so SPIWrite and SPIRead
would be used for the whole 16MB area.
The octal flash support for 32 MB chips
(https://github.com/espressif/esptool/issues/795) will be added in a
follow-up commit.
Closes https://github.com/espressif/esptool/issues/745
Co-authored-by: Roland Dobai <[email protected]>
Co-authored-by: radim.karnis <[email protected]>
* Update stub_flasher_32s3beta2.json
* Update build_esptool.yml
* Update build_esptool.yml
* stubs updated
Co-authored-by: Github BUILD <[email protected]>
Co-authored-by: Roland Dobai <[email protected]>
Co-authored-by: radim.karnis <[email protected]>
* stubs updated
* stubs updated
Co-authored-by: Github BUILD <[email protected]>
Co-authored-by: Roland Dobai <[email protected]>
Co-authored-by: radim.karnis <[email protected]>