Skip to content

Commit 6e0efe3

Browse files
djiatsaf-stjhedberg
authored andcommitted
tests: drivers: uart: uart_basic_api: add support for nucleo_h753zi
- add .overlay with appropriate configurations for nucleo_h753zi - update testcase.yaml file for CI testing Signed-off-by: Fabrice DJIATSA <[email protected]>
1 parent f84d4d5 commit 6e0efe3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/*
2+
* Copyright (c) 2025 STMicroelectronics
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
dut: &usart2 {
8+
pinctrl-0 = <&usart2_tx_pd5 &usart2_rx_pd6>;
9+
pinctrl-names = "default";
10+
current-speed = <115200>;
11+
status = "okay";
12+
};

tests/drivers/uart/uart_basic_api/testcase.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ tests:
1616
filter: CONFIG_UART_CONSOLE
1717
harness: keyboard
1818
arch_allow: arm
19-
platform_allow: nucleo_h743zi
19+
platform_allow:
20+
- nucleo_h743zi
21+
- nucleo_h753zi
2022
integration_platforms:
2123
- nucleo_h753zi
2224
extra_args: DTC_OVERLAY_FILE="boards/nucleo_h743zi.overlay"

0 commit comments

Comments
 (0)