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: esp32: allows QIO and QOUT flash modes #79286

Merged
merged 2 commits into from
Oct 16, 2024

Conversation

wmrsouza
Copy link
Collaborator

@wmrsouza wmrsouza commented Oct 1, 2024

Allows QIO and QOUT flash modes to work in:

  • esp32s2
  • esp32s3
  • esp32c2
  • esp32c3
  • esp32c6

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 zephyrproject-rtos/hal_espressif@61a002a (zephyr) zephyrproject-rtos/hal_espressif@ef9d8845..61a002ad

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.

@wmrsouza wmrsouza force-pushed the bugfix/QIO_mode branch 3 times, most recently from adb1ae9 to e8a07aa Compare October 10, 2024 12:23
@wmrsouza wmrsouza changed the title bugfix: esp32s3: allows QIO and QOUT flash modes bugfix: esp32: allows QIO and QOUT flash modes Oct 10, 2024
@wmrsouza wmrsouza force-pushed the bugfix/QIO_mode branch 2 times, most recently from c7dfa83 to 528bba1 Compare October 10, 2024 15:48
raffarost
raffarost previously approved these changes Oct 10, 2024
@wmrsouza wmrsouza added DNM This PR should not be merged (Do Not Merge) and removed DNM This PR should not be merged (Do Not Merge) labels Oct 11, 2024
@zephyrbot zephyrbot removed the DNM This PR should not be merged (Do Not Merge) label Oct 11, 2024
Update hal to cover latest features and fixes.

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

Fixes zephyrproject-rtos#73677

Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
@sylvioalves sylvioalves requested review from nashif and removed request for marekmatej October 16, 2024 08:11
@henrikbrixandersen henrikbrixandersen merged commit 7e7672c into zephyrproject-rtos:main Oct 16, 2024
25 checks passed
@wmrsouza wmrsouza deleted the bugfix/QIO_mode branch October 29, 2024 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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