-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Nrfx none resign from alt config #20646
base: main
Are you sure you want to change the base?
Nrfx none resign from alt config #20646
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 9eda403b79ee7243c15bdbcd0c2d516c3abbc5dc more detailssdk-nrf:
Github labels
List of changed files detected by CI (25)
Outputs:ToolchainVersion: aedb4c0245 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
c1906d2
to
ce2df8a
Compare
All expected tests/samples are run on nRF54H20DK:
and on nRF54L15DK:
|
ce2df8a
to
74e1526
Compare
4f09b0a
to
4c8ecf5
Compare
You can find the documentation preview for this PR here. |
4c8ecf5
to
344abd4
Compare
8fc22cd
to
7e02f62
Compare
53986be
to
3dadda7
Compare
@@ -6,10 +6,12 @@ common: | |||
- drivers | |||
- spi | |||
- sensors | |||
- ci_samples_sensor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please only single ci tag.
Double ci tags leads to problem when one tag is excluded and second not - test will be skipped.
@@ -6,10 +6,12 @@ common: | |||
- drivers | |||
- i2c | |||
- sensors | |||
- ci_samples_sensor | |||
- ci_samples_sensor_bme680 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
single ci tag please
3dadda7
to
c46e30d
Compare
All expected tests are executed correctly:
|
Add sample that reuses source code from "original" sample that existing in the upstream Zephyr. Extend sample with configuration that uses emulated GPIO instead of "ordinary" GPIO. Remove Twister alt-config for upstream sample. Signed-off-by: Sebastian Głąb <[email protected]>
Add sample that reuses source code from "original" sample that existing in the upstream Zephyr. Extend sample with configurations that rely on internal shields pca63565 and pca63566. Remove Twister alt-config for upstream sample. Signed-off-by: Sebastian Głąb <[email protected]>
Add test that reuses source code from "original" test that existing in the upstream Zephyr. Extend sample with configurations that rely on internal shields pca63565 and pca63566. Remove Twister alt-config for upstream test. Signed-off-by: Sebastian Głąb <[email protected]>
Use target_sources(app PRIVATE ${ZEPHYR_BASE}/[path to sources]) instead of target_sources(app PRIVATE $ENV{ZEPHYR_BASE}/[path to sources]) Signed-off-by: Sebastian Głąb <[email protected]>
Add sample that reuses source code from "original" sample that existing in the upstream Zephyr. Extend sample with configurations that rely on internal shields pca63565 and pca63566. Remove Twister alt-config for upstream sample. Signed-off-by: Sebastian Głąb <[email protected]>
c46e30d
to
9eda403
Compare
|
Still works 😄 :
|
No description provided.