File tree Expand file tree Collapse file tree 6 files changed +97
-0
lines changed Expand file tree Collapse file tree 6 files changed +97
-0
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2024 Renesas Electronics Corporation
3+ *
4+ * SPDX-License-Identifier: Apache-2.0
5+ */
6+
7+ &zephyr_udc0 {
8+ status = "disabled";
9+ };
10+
11+ &usbhs {
12+ pinctrl-0 = <&usbhs_default>;
13+ pinctrl-names = "default";
14+ maximum-speed = "high-speed";
15+ status = "okay";
16+
17+ zephyr_uhc0: uhc {
18+ status = "okay";
19+ };
20+ };
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2024 Renesas Electronics Corporation
3+ *
4+ * SPDX-License-Identifier: Apache-2.0
5+ */
6+
7+ &zephyr_udc0 {
8+ status = "disabled";
9+ };
10+
11+ &usbhs {
12+ pinctrl-0 = <&usbhs_default>;
13+ pinctrl-names = "default";
14+ maximum-speed = "high-speed";
15+ status = "okay";
16+
17+ zephyr_uhc0: uhc {
18+ status = "okay";
19+ };
20+ };
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2024 Renesas Electronics Corporation
3+ *
4+ * SPDX-License-Identifier: Apache-2.0
5+ */
6+
7+ &zephyr_udc0 {
8+ status = "disabled";
9+ };
10+
11+ &usbhs {
12+ pinctrl-0 = <&usbhs_default>;
13+ pinctrl-names = "default";
14+ maximum-speed = "high-speed";
15+ status = "okay";
16+
17+ zephyr_uhc0: uhc {
18+ status = "okay";
19+ };
20+ };
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2024 Renesas Electronics Corporation
3+ *
4+ * SPDX-License-Identifier: Apache-2.0
5+ */
6+
7+ &zephyr_udc0 {
8+ status = "disabled";
9+ };
10+
11+ &usbhs {
12+ pinctrl-0 = <&usbhs_default>;
13+ pinctrl-names = "default";
14+ maximum-speed = "high-speed";
15+ status = "okay";
16+
17+ zephyr_uhc0: uhc {
18+ status = "okay";
19+ };
20+ };
Original file line number Diff line number Diff line change 1+ CONFIG_SHELL=y
2+ CONFIG_USB_HOST_STACK=y
3+ CONFIG_USBH_SHELL=y
4+
5+ CONFIG_LOG=y
6+ CONFIG_USBH_LOG_LEVEL_WRN=y
7+ CONFIG_UHC_DRIVER_LOG_LEVEL_WRN=y
Original file line number Diff line number Diff line change @@ -29,3 +29,13 @@ tests:
2929 extra_args : CONF_FILE="device_and_host_prj.conf"
3030 platform_allow : qemu_cortex_m3
3131 build_only : true
32+ sample.usbh.shell.host_only :
33+ harness : keyboard
34+ tags : usb
35+ extra_args : CONF_FILE="host_only.conf"
36+ platform_allow :
37+ - ek_ra8m1
38+ - ek_ra8d1
39+ - ek_ra6m3
40+ - ek_ra6m5
41+ build_only : true
You can’t perform that action at this time.
0 commit comments