We are just now switching to Kinetis MCUs.
My products need both USB CDC and UART.
I would like to keep my project KSDK based.
I would like to at least use the PEx KSDK components fsl_usb_descriptors (and fsl_usb_framework) so that the mcu and USB clock settings are still managed by PEx.
Is it possible to use the PEx fsl_usb_descriptors component to generate a Com Device Class descriptor?
Is it possible to then manually include the KSDK CDC code in the (KDS_2.0) project?
Does this sound like a reasonable endeavor?