tomioe
tomioe
> ``` > [build] > target = "thumbv7m-none-eabi" > ``` It should be: ``` [build] target = "thumbv7em-none-eabihf" ```
Woah, thank you. I spent almost an hour trying to get this to work... Thanks a bunch!
See this issue: https://github.com/volatilityfoundation/volatility/issues/812
+1 The examples linked in this repo's README to the HAL Examples are no longer compiling, since `stm32-usbd` on crates.io (v 0.6.0) has an old dependency for `usb-device` (0.2.X, needs...