Skip to content

Commit 06a5735

Browse files
TonyHan11dkalowsk
authored andcommitted
tests: drivers: eeprom: api: enable tests for sama7g54_ek
Enable tests: tests/drivers/eeprom/api. Signed-off-by: Tony Han <tony.han@microchip.com>
1 parent 99d9e65 commit 06a5735

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright (C) 2025 Microchip Technology Inc. and its subsidiaries
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
aliases {
9+
eeprom-0 = &eeprom0;
10+
};
11+
};

tests/drivers/eeprom/api/testcase.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ tests:
1212
- qemu_x86
1313
- nucleo_l152re
1414
- nucleo_l073rz
15+
- sama7g54_ek
1516
integration_platforms:
1617
- qemu_x86
1718
drivers.eeprom.api.w_at2x_emul:
@@ -33,3 +34,4 @@ tests:
3334
- qemu_x86
3435
- nucleo_l152re
3536
- nucleo_l073rz
37+
- sama7g54_ek

0 commit comments

Comments
 (0)