I've implemented runtime IMU detection. This is nice as you can have somewhat generic software binaries for the board. I switched the IMU library from adafruit to FastIMU as I needed a ICM20689 driver for the MPU6050A part I have on my boards. The down side of this is all the driver code needs to be in the onchip flash, at the moment it's slightly overrunning the flash of a C6 (with commander interface). My boards have a C8 - not sure how common the C6 is. Tradeoffs.
Let me know if you'd like a PR?
Nb. I tried to reach out to you via email a couple of weeks ago. Let me know what comms channels you prefer.
I've implemented runtime IMU detection. This is nice as you can have somewhat generic software binaries for the board. I switched the IMU library from adafruit to FastIMU as I needed a ICM20689 driver for the MPU6050A part I have on my boards. The down side of this is all the driver code needs to be in the onchip flash, at the moment it's slightly overrunning the flash of a C6 (with commander interface). My boards have a C8 - not sure how common the C6 is. Tradeoffs.
Let me know if you'd like a PR?
Nb. I tried to reach out to you via email a couple of weeks ago. Let me know what comms channels you prefer.