Skip to content

Commit 9a8988d

Browse files
nordic-seglcfriedt
authored andcommitted
tests: drivers: i2c: i2c_target_api: Cleanup after nRF54LM20 rename
Remove duplicated test configuration after nrf54l20pdk/nrf54l20/cpuxxx was renamed to nrf54lm20dk/nrf54lm20a/cpuxxx. Signed-off-by: Sebastian Głąb <[email protected]>
1 parent 942e2a8 commit 9a8988d

File tree

4 files changed

+7
-70
lines changed

4 files changed

+7
-70
lines changed

tests/drivers/i2c/i2c_target_api/boards/nrf54l20pdk_nrf54l20_cpuapp.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/drivers/i2c/i2c_target_api/boards/nrf54l20pdk_nrf54l20_cpuapp.overlay

Lines changed: 0 additions & 68 deletions
This file was deleted.

tests/drivers/i2c/i2c_target_api/boards/nrf54lm20dk_nrf54lm20a_cpuapp.overlay

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2025 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
17
/*
28
* SDA = P1.13 and P1.14
39
* SCL = P1.23 and P1.24

tests/drivers/i2c/i2c_target_api/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ tests:
6565
- nrf5340dk/nrf5340/cpuapp
6666
- nrf54h20dk/nrf54h20/cpuapp
6767
- nrf54l15dk/nrf54l15/cpuapp
68-
- nrf54l20pdk/nrf54l20/cpuapp
6968
- nrf54lm20dk/nrf54lm20a/cpuapp
7069
- ophelia4ev/nrf54l15/cpuapp
7170
integration_platforms:
7271
- max32690evkit/max32690/m4
72+
- nrf54l15dk/nrf54l15/cpuapp

0 commit comments

Comments
 (0)