Skip to content

[nrf fromlist] tests: boards: nrf: i2c_slave: allow more instances #2947

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

Merged
merged 1 commit into from
Jun 11, 2025

Conversation

mstasiaknordic
Copy link
Contributor

Allow more TWIS instances to be tested.

Upstream PR #: 91402

#elif CONFIG_NRFX_TWIS20
#define I2C_S_INSTANCE 20
#elif CONFIG_NRFX_TWIS21
#define I2C_S_INSTANCE 21
#elif CONFIG_NRFX_TWIS22
#define I2C_S_INSTANCE 22
Copy link
Contributor

Choose a reason for hiding this comment

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

Could You add SPIS23 and SPIS24 (these instances exists in nrf54lm20a)?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

To be done in seperate PR not related to LV10 testing as it requires changes in DTS. drivers and multiple Kconfigs

@mstasiaknordic mstasiaknordic force-pushed the i2c_more_twis branch 2 times, most recently from eb787d2 to 32df716 Compare June 11, 2025 09:13
Allow more TWIS instances to be tested.

Upstream PR #: 91402

Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
Copy link

@nordicjm nordicjm merged commit bcf554e into nrfconnect:main Jun 11, 2025
21 checks passed
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.

7 participants