jlaitine opened a new pull request, #16177: URL: https://github.com/apache/nuttx/pull/16177
## Summary This fixes a crash in the boot in non-smp mpfs configurations. The alignment of the ctrlreq was correct by luck, and was broken when the spinlock was added to the structure. In non-smp configurations the spinlock_t is 8 bits, which changed the alignment of the ctrlreq. ## Impact Impacts only MPFS targets where CONFIG_SMP is not set. Fixes a system crash in usb driver for those targets. ## Testing Tested on a custom HW and on Microchip MPFS Icicle kit (icicle:hwtest target). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org