Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tasmota #17

Merged
merged 3 commits into from
Dec 28, 2022
Merged

Tasmota #17

merged 3 commits into from
Dec 28, 2022

Commits on Dec 28, 2022

  1. Tasmota (#5)

    * Tasmota changes
    
    * stubs updated
    
    * S3 16MB fix (#4)
    
    * fix(setup): Use latest reedsolo package which can be installed with Python3.10 and Cython
    
    Closes espressif#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 espressif#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
    (espressif#795) will be added in a
    follow-up commit.
    
    Closes espressif#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]>
    4 people committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    e958791 View commit details
    Browse the repository at this point in the history
  2. stubs updated

    Github BUILD committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    1bbb499 View commit details
    Browse the repository at this point in the history
  3. stubs updated

    Github BUILD committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    4328014 View commit details
    Browse the repository at this point in the history