forked from espressif/esptool
-
Notifications
You must be signed in to change notification settings - Fork 1
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
S3 16MB fix #4
Merged
Merged
S3 16MB fix #4
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ython3.10 and Cython Closes espressif#711
Gitlab rules:if adds the job if any of the rules are true.
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
Jason2866
added a commit
that referenced
this pull request
Dec 28, 2022
* 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]>
Jason2866
added a commit
that referenced
this pull request
Nov 5, 2023
* add esp32 variants * no code signing / macos 10.15 * add "ESP32-D0WDR2-V3" * v3.3.1 (#4) * Detect OEM ESP32 * version "3.2.2" * Delete release_esptool_pypi.yml * No windows since no signing secrets * remove signing * Delete new_prs.yml * Delete issue_comment.yml * Delete new_issues.yml * checkout v2 * macos-10.15 more compatible * really macos-10.15 * fix S3 bootloader patching * v3.2.3 * Update version to v3.3.1-dev * Flasher stub: Add wrapper for USB interrupt handler to fix ESP32-S3 USB OTG compressed flashing * espefuse: Adds revision eFuses * esptool: Adds a new pkg - ESP32-D0WDR2-V3 * esp32c2: update esp32c2eco1 stub * esp32c2: Correct revision reading, deprecate eco0 stub * Update version to v3.3.1 * Update version to v3.3.2-dev Co-authored-by: radim.karnis <[email protected]> Co-authored-by: Roland Dobai <[email protected]> Co-authored-by: KonstantinKondrashov <[email protected]> Co-authored-by: wuzhenghui <[email protected]> * v3.3.1 * Update build_esptool.yml --------- Co-authored-by: radim.karnis <[email protected]> Co-authored-by: Roland Dobai <[email protected]> Co-authored-by: KonstantinKondrashov <[email protected]> Co-authored-by: wuzhenghui <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(Please delete any lines which don't apply)
Description of change
This change fixes the following bug(s):
(Please put issue URLs or #number-of-issue here.)
I have tested this change with the following hardware & software combinations:
(Operating system(s), development board name(s), ESP8266 and/or ESP32.)
I have run the esptool.py automated integration tests with this change and the above hardware. The results were:
(Details here: https://docs.espressif.com/projects/esptool/en/latest/contributing.html#automated-integration-tests)