Skip to content

Commit fe83fc6

Browse files
nordic-seglnordic-piks
authored andcommitted
tests: zephyr: Fix I2C tests on nrf54LV10 NS platform
On nrf54lv10 NS, TFM uses uart20 as console. Uart30 is APP console. The only unused serial box instance is 21. I2C/TWIM tests use two instances - i2c20 and i2c21. Disable console on TFM so APP can use instance 20. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
1 parent 839d9c9 commit fe83fc6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
CONFIG_NRFX_TWIS21=y
2+
CONFIG_TFM_LOG_LEVEL_SILENCE=y
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
CONFIG_I2C_NRFX_TWIS_BUF_SIZE=256
2+
CONFIG_TFM_LOG_LEVEL_SILENCE=y

0 commit comments

Comments
 (0)