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