Commit ef537c27 authored by Ryan QIAN's avatar Ryan QIAN Committed by Maureen Helm
Browse files

boards: arm: mimxrt1010_evk: Extend usb device support



- extend usb device support for mimxrt1010_evk

Signed-off-by: default avatarRyan QIAN <jianghao.qian@nxp.com>
parent b734287c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -72,6 +72,8 @@ features:
| UART      | on-chip    | serial port-polling;                |
|           |            | serial port-interrupt               |
+-----------+------------+-------------------------------------+
| USB       | on-chip    | USB device                          |
+-----------+------------+-------------------------------------+

The default configuration can be found in the defconfig file:
``boards/arm/mimxrt1010_evk/mimxrt1010_evk_defconfig``
+4 −0
Original line number Diff line number Diff line
@@ -67,3 +67,7 @@ arduino_serial: &uart1 {};
	status = "okay";
	current-speed = <115200>;
};

&usbd1 {
	status = "okay";
};
+1 −0
Original line number Diff line number Diff line
@@ -18,3 +18,4 @@ supported:
  - i2c
  - hwinfo
  - counter
  - usb_device