Ctr-sdk-4-2-8
Example bullet list (replace with actual):
Missing info: Are there performance regression tests attached? ctr-sdk-4-2-8
Symptom: Device Manager shows “Unknown USB Device (Device Descriptor Request Failed)”.
Cause: The USB PID/VID table in ctr-sdk-4-2-8 now requires alignment to 4-byte boundaries.
Fix: In usb_descriptors.c, ensure: Example bullet list (replace with actual):
__attribute__((aligned(4))) const uint8_t device_desc[] = ... ;
If you paste the actual release notes, commit log, or design doc, I’ll rewrite this as a concrete review with specific line comments and actionable feedback. Missing info : Are there performance regression tests
