Files
qmk_firmware/quantum
Stefan Kerkmann 907640e40e [Bug] XAP: Fix unaligned memory access in config blob handler and USB task loop condition (#18612)
* Fix unaligned memory access in config blob handler

data* points in the middle of an u8 array, casting this to an u16* and
dereferencing it leads to an unaligned memory access - which hardfaults
on Cortex M0 mcus e.g. RP2040s.

* Actually read until there is no more data to be read
2022-10-05 20:26:53 +01:00
..
2022-06-23 02:47:15 +01:00
2022-10-05 17:32:07 +01:00
2022-09-30 00:11:40 +01:00
2022-09-29 18:38:09 +01:00
2020-03-06 22:29:01 -08:00
2022-04-13 18:00:18 +10:00
2019-08-30 15:01:52 -07:00
2022-07-21 09:53:42 +10:00
2022-07-21 09:53:42 +10:00