File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- CONFIG_USB_DEVICE_STACK =y
2- CONFIG_USB_DEVICE_PRODUCT="Zephyr BT Shell"
3- CONFIG_USB_CDC_ACM_LOG_LEVEL_OFF=y
1+ CONFIG_USB_DEVICE_STACK_NEXT =y
2+ CONFIG_CDC_ACM_SERIAL_INITIALIZE_AT_BOOT=y
3+ CONFIG_CDC_ACM_SERIAL_PRODUCT_STRING="Zephyr BT Shell"
44
55CONFIG_UART_LINE_CTRL=y
66CONFIG_SHELL_BACKEND_SERIAL_CHECK_DTR=y
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ int main(void)
128128 uint32_t dtr = 0 ;
129129
130130 dev = DEVICE_DT_GET (DT_CHOSEN (zephyr_shell_uart ));
131- if (!device_is_ready (dev ) || usb_enable ( NULL ) ) {
131+ if (!device_is_ready (dev )) {
132132 return 0 ;
133133 }
134134
Original file line number Diff line number Diff line change 5656 extra_args :
5757 - EXTRA_CONF_FILE=cdc_acm.conf
5858 - DTC_OVERLAY_FILE="usb.overlay"
59- depends_on : usb_device
59+ depends_on : usbd
6060 platform_allow :
6161 - native_sim
6262 - native_sim/native/64
You can’t perform that action at this time.
0 commit comments