Petteri Aimonen dccd436a58 USBDEV RNDIS: Fix unaligned access caused by 4f66624
Previous fix to RNDIS response queueing caused unaligned access
to response buffer in some configurations. On ARM Cortex-M, this
would cause hardfault if optimizer used strd instruction.

Fix by allocating the buffer as uint32_t. RNDIS messages are always
a multiple of 4 bytes in size, so this ensures alignment.
2021-03-26 21:31:43 +09:00
..
2021-02-25 18:57:18 -08:00
2021-03-04 18:32:27 -08:00
2021-03-04 18:32:27 -08:00
2021-03-04 18:32:27 -08:00
2021-03-04 18:32:27 -08:00
2021-03-04 18:32:27 -08:00
2021-03-04 18:32:27 -08:00
2021-03-04 18:32:27 -08:00
2021-03-04 18:32:27 -08:00
2020-01-10 12:09:05 -03:00
2021-03-04 18:32:27 -08:00
2021-03-04 18:32:27 -08:00