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

bugfix: esp32s3: allows QIO and QOUT flash modes #79286

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

wmrsouza
Copy link
Collaborator

@wmrsouza wmrsouza commented Oct 1, 2024

Allows QIO and QOUT flash modes to work on esp32s3

Fixes #73677

@zephyrbot
Copy link
Collaborator

zephyrbot commented Oct 1, 2024

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
hal_espressif zephyrproject-rtos/hal_espressif@ef9d884 (zephyr) zephyrproject-rtos/hal_espressif#337 zephyrproject-rtos/hal_espressif#337/files

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@zephyrbot zephyrbot added manifest manifest-hal_espressif DNM This PR should not be merged (Do Not Merge) labels Oct 1, 2024
@wmrsouza wmrsouza changed the title bugfix: esp32s3: allows QIO flash mode bugfix: esp32s3: allows QIO and QOUT flash modes Oct 8, 2024
@wmrsouza wmrsouza marked this pull request as ready for review October 8, 2024 20:10
@zephyrbot zephyrbot added the platform: ESP32 Espressif ESP32 label Oct 8, 2024
@wmrsouza
Copy link
Collaborator Author

wmrsouza commented Oct 8, 2024

@EricNRS

@@ -436,6 +436,10 @@ SECTIONS
*libzephyr.a:bootloader_console.*(.literal .text .literal.* .text.*)
*libzephyr.a:bootloader_panic.*(.literal .text .literal.* .text.*)

#if defined(CONFIG_ESPTOOLPY_FLASHMODE_QIO) || defined(CONFIG_ESPTOOLPY_FLASHMODE_QOUT)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can dismiss this conditions in both cases.

Update hal to cover latest features and fixes.

Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
Allows QIO and QOUT flash modes to work on esp32s3

Fixes zephyrproject-rtos#73677

Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DNM This PR should not be merged (Do Not Merge) manifest manifest-hal_espressif platform: ESP32 Espressif ESP32
Projects
None yet
Development

Successfully merging this pull request may close these issues.

esp32s3: can't set the flash mode to QIO
3 participants