We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d9e65 commit 06a5735Copy full SHA for 06a5735
tests/drivers/eeprom/api/boards/sama7g54_ek.overlay
@@ -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
@@ -12,6 +12,7 @@ tests:
12
- qemu_x86
13
- nucleo_l152re
14
- nucleo_l073rz
15
+ - sama7g54_ek
16
integration_platforms:
17
18
drivers.eeprom.api.w_at2x_emul:
@@ -33,3 +34,4 @@ tests:
33
34
35
36
37
0 commit comments