Caleb
Caleb
I'm trying to setup debugging with a remote probe (via SSH tunnel); I have a probe-rs DAP server running on my remote host, and a VS Code instance on my...
Checks for the existence of `modm/platform/device.hpp` before including it in `arm_math.h`. This fixes CMSIS-DSP not compiling when running on a hosted platform (#1201).
When building a project with the CMSIS DSP module for a hosted target, I get the following error: `modm/ext/cmsis/dsp/arm_math.h:34:10: fatal error: modm/platform/device.hpp: No such file or directory` This is due...
Inside `can_message.hpp`, there are three constructors for `modm::can::Message`: The first one leaves the message data initialized with all zeros and keep the default flags; this results in `extended` being true...