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"
4
4
5
5
CONFIG_UART_LINE_CTRL=y
6
6
CONFIG_SHELL_BACKEND_SERIAL_CHECK_DTR=y
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ int main(void)
128
128
uint32_t dtr = 0 ;
129
129
130
130
dev = DEVICE_DT_GET (DT_CHOSEN (zephyr_shell_uart ));
131
- if (!device_is_ready (dev ) || usb_enable ( NULL ) ) {
131
+ if (!device_is_ready (dev )) {
132
132
return 0 ;
133
133
}
134
134
Original file line number Diff line number Diff line change 44
44
extra_args :
45
45
- EXTRA_CONF_FILE=cdc_acm.conf
46
46
- DTC_OVERLAY_FILE="usb.overlay"
47
- depends_on : usb_device
47
+ depends_on : usbd
48
48
platform_allow :
49
49
- native_sim
50
50
- native_sim/native/64
You can’t perform that action at this time.
0 commit comments