Hi,
MCU : MK22FN512VLH12
SDK : SDK_2.7.0
IDE: 11.1.1_3241
I've noticed that fsl_debug_console can be configured with USB CDC interface as endpoint, however there is no clear documentation on how to do this. New Project option allows only UART as endpoint for debug console. I've attempted to copy usb related files present in SDK/component/serial_manager to my project/component/serial_manager and added the following defines
SERIAL_PORT_TYPE_UART=0
SERIAL_PORT_TYPE_USBCDC=1
DEBUG_CONSOLE_TRANSFER_NON_BLOCKING
This however seems to be insufficient as. Can someone explain what additional steps are needed to make this work.