Skip to content

Conversation

@anangl
Copy link
Contributor

@anangl anangl commented Nov 19, 2025

This is a follow-up to commit d1abe40.

Function qspi_wait_while_writing() (and also qspi_rdsr() that is called by it) is now always required for qspi_erase(), so it can no longer be under #if !IS_EQUAL(INST_0_QER, JESD216_DW15_QER_VAL_NONE).

Also definition of dev_config in configure_chip() needs to be moved, as for QER set to NONE, it is not used and causes a compilation warning.

Add a test case that will ensure the driver can be built successfully with quad-enable-requirements = "NONE".

(cherry picked from commit 68fab5f)

NordicBuilder added a commit to NordicBuilder/sdk-nrf that referenced this pull request Nov 19, 2025
Automatically created by action-manifest-pr GH action from PR:
nrfconnect/sdk-zephyr#3514

Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
… set to NONE

This is a follow-up to commit d1abe40.

Function `qspi_wait_while_writing()` (and also `qspi_rdsr()` that is
called by it) is now always required for `qspi_erase()`, so it can no
longer be under `#if !IS_EQUAL(INST_0_QER, JESD216_DW15_QER_VAL_NONE)`.

Also definition of `dev_config` in `configure_chip()` needs to be moved,
as for QER set to NONE, it is not used and causes a compilation warning.

Add a test case that will ensure the driver can be built successfully
with `quad-enable-requirements = "NONE"`.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
(cherry picked from commit 68fab5f)
@anangl anangl force-pushed the nrf_qspi_nor_fix_qer_none_ncs branch from 71a6069 to 5c03e6f Compare November 19, 2025 15:46
NordicBuilder added a commit to NordicBuilder/sdk-nrf that referenced this pull request Nov 19, 2025
Automatically created by action-manifest-pr GH action from PR:
nrfconnect/sdk-zephyr#3514

Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
@anangl anangl merged commit df20fa5 into nrfconnect:main Nov 20, 2025
14 checks passed
@anangl anangl deleted the nrf_qspi_nor_fix_qer_none_ncs branch November 20, 2025 12:33
NordicBuilder added a commit to NordicBuilder/sdk-nrf that referenced this pull request Nov 20, 2025
Automatically created by action-manifest-pr GH action from PR:
nrfconnect/sdk-zephyr#3514

Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
rlubos pushed a commit to nrfconnect/sdk-nrf that referenced this pull request Nov 20, 2025
Automatically created by action-manifest-pr GH action from PR:
nrfconnect/sdk-zephyr#3514

Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants