Jamie McCrae | 12e2b63 | 2023-12-12 15:11:12 +0000 | [diff] [blame] | 1 | - 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. |