Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions tests/boards/nrf/i2c/i2c_slave/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,14 @@
#define I2C_S_INSTANCE 1
#elif CONFIG_NRFX_TWIS2
#define I2C_S_INSTANCE 2
#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

#elif CONFIG_NRFX_TWIS30
#define I2C_S_INSTANCE 30
#elif CONFIG_NRFX_TWIS131
#define I2C_S_INSTANCE 131
#else
Expand Down