blob: 7154f58ea5fb0b4a2d8c878ee64fe7523ad2c06b [file] [log] [blame] [view]
Jamie McCrae0c0470e2023-11-06 15:55:42 +00001- Zephyr: Add USB CDC serial recovery check that now causes a build failure if console is enabled and device is the same as the USB CDC device.
2- Zephyr: Add USB CDC serial recovery check that now causes a build failure if the main thread priority is below 0 (cooperative thread), this would prevent USB CDC from working as the driver would not have been able to fire callbacks.