Jamie McCrae | 0c0470e | 2023-11-06 15:55:42 +0000 | [diff] [blame] | 1 | - 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. |