-
Notifications
You must be signed in to change notification settings - Fork 657
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
[nrf fromtree] samples: subsys: settings: Enable test on nrf54L20 PDK #2402
Merged
PerMac
merged 8 commits into
nrfconnect:main
from
nordic-segl:NRFX-6832_Enable-settings-tests-on-nrf54l20pdk
Mar 10, 2025
Merged
[nrf fromtree] samples: subsys: settings: Enable test on nrf54L20 PDK #2402
PerMac
merged 8 commits into
nrfconnect:main
from
nordic-segl:NRFX-6832_Enable-settings-tests-on-nrf54l20pdk
Mar 10, 2025
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
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Dec 18, 2024
Include samples: subsys: settings: Enable test on nrf54L20 PDK nrfconnect/sdk-zephyr#2402 zephyrproject-rtos/zephyr#83165 Signed-off-by: Sebastian Głąb <[email protected]>
nordic-piks
approved these changes
Dec 18, 2024
nordic-piks
approved these changes
Dec 18, 2024
3436df9
to
0197743
Compare
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Jan 8, 2025
Include samples: subsys: settings: Enable test on nrf54L20 PDK nrfconnect/sdk-zephyr#2402 zephyrproject-rtos/zephyr#83165 Signed-off-by: Sebastian Głąb <[email protected]>
nordic-pikr
approved these changes
Jan 8, 2025
12dd744
to
6b9bfa1
Compare
6b9bfa1
to
8100ed7
Compare
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Jan 27, 2025
Include samples: subsys: settings: Enable test on nrf54L20 PDK nrfconnect/sdk-zephyr#2402 zephyrproject-rtos/zephyr#83165 Signed-off-by: Sebastian Głąb <[email protected]>
8100ed7
to
c0a2321
Compare
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Feb 13, 2025
Include samples: subsys: settings: Enable test on nrf54L20 PDK nrfconnect/sdk-zephyr#2402 zephyrproject-rtos/zephyr#83165 Signed-off-by: Sebastian Głąb <[email protected]>
c0a2321
to
a58acd3
Compare
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Feb 19, 2025
Include samples: subsys: settings: Enable test on nrf54L20 PDK nrfconnect/sdk-zephyr#2402 zephyrproject-rtos/zephyr#83165 Signed-off-by: Sebastian Głąb <[email protected]>
a58acd3
to
bd91b3e
Compare
3268ee6
to
661a673
Compare
kl-cruz
approved these changes
Feb 21, 2025
6e2c738
to
8d029b6
Compare
8d029b6
to
a8aebaf
Compare
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Mar 6, 2025
Include samples: subsys: settings: Enable test on nrf54L20 PDK nrfconnect/sdk-zephyr#2402 zephyrproject-rtos/zephyr#83165 Signed-off-by: Sebastian Głąb <[email protected]>
Add USB variant config files for esp32c3 boards. Signed-off-by: Raffael Rostagno <[email protected]> Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit 8048a6a)
Enable flash samples for s32z board Signed-off-by: Cong Nguyen Huu <[email protected]> Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit 8627063)
…k board The tests for settings will not work properly with just provided config file for mimxrt1020: west build -p always -b mimxrt1020_evk samples/subsys/settings as there the settings_save_one() would return -2 (-ENOENT) as by default the CONFIG_SETTINGS_NONE is defined for mimxrt1020 configuration. For proper operation (i.e. to have a memory medium to store settings values) the NVS backend needs to be enabled. Signed-off-by: Lukasz Majewski <[email protected]> Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit 8719aba)
S2 has 12-bit ADC. Signed-off-by: Marek Matej <[email protected]> Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit 37f2f7e)
Remove ADC2 support (identified as adc1 entry) for additional ESP32-C3 based board targets. Other boards have those instances already deleted. Signed-off-by: Sylvio Alves <[email protected]> Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit 40b474c)
Added build configuration for nRF54L09. Signed-off-by: Rafał Kuźnia <[email protected]> Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit 5064401)
Move overlays and conf from boards to socs in following samples : - samples/drivers/adc/adc_dt - samples/drivers/counter/alarm - samples/drivers/dac - samples/subsys/settings Signed-off-by: Marek Matej <[email protected]> add more samples Signed-off-by: Marek Matej <[email protected]> Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit b58c424)
a8aebaf
to
088345c
Compare
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Mar 10, 2025
Include samples: subsys: settings: Enable test on nrf54L20 PDK nrfconnect/sdk-zephyr#2402 zephyrproject-rtos/zephyr#86479 (zephyrproject-rtos/zephyr#83165) Signed-off-by: Sebastian Głąb <[email protected]>
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Mar 10, 2025
Include samples: subsys: settings: Enable test on nrf54L20 PDK nrfconnect/sdk-zephyr#2402 zephyrproject-rtos/zephyr#86479 (zephyrproject-rtos/zephyr#83165) Signed-off-by: Sebastian Głąb <[email protected]>
Almost all overlays only enable NVS and SETTINGS_NVS, something that should be enabled in sample directly. Remove all overlays and make the sample more genenric. Use filter on storage partition to enable testing the sample on more plaforms. Signed-off-by: Anas Nashif <[email protected]> Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit 270c4e4)
088345c
to
333e325
Compare
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Mar 10, 2025
Include samples: subsys: settings: Enable test on nrf54L20 PDK nrfconnect/sdk-zephyr#2402 zephyrproject-rtos/zephyr#86479 (zephyrproject-rtos/zephyr#83165) Signed-off-by: Sebastian Głąb <[email protected]>
nordic-piks
pushed a commit
to nrfconnect/sdk-nrf
that referenced
this pull request
Mar 10, 2025
Include samples: subsys: settings: Enable test on nrf54L20 PDK nrfconnect/sdk-zephyr#2402 zephyrproject-rtos/zephyr#86479 (zephyrproject-rtos/zephyr#83165) Signed-off-by: Sebastian Głąb <[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.
Almost all overlays only enable NVS and SETTINGS_NVS, something that
should be enabled in sample directly. Remove all overlays and make the
sample more genenric.
Use filter on storage partition to enable testing the sample on more
plaforms.
Signed-off-by: Anas Nashif [email protected]
Upstream PR #: 86479
manifest-pr-skip