bldc/imu
Euan 31f238849c Add support for A200S V4.1, add alternative DC Cal, expose I2C for LSM6DS3
Adds support for A200S V4.1
Move A200S V4 to its own folder.
Expose I2C for LSM6DS3 to allow other devices on the same I2C bus. (It is now setup the same as the other IMUs)

Add alternative DC Calibration routine for Low side shunt hardware with very high mosfet output capacitance. The usual calibration routine causes an offset in the current calibration at high voltage from the capacitance discharging through the motor inductance when the single phase goes low. The alternative routine switches all phases at 50% to give a clean V0 state. This routine should not be run while the motor is spinning, so automatic calibration on startup is disabled when this routine is selected.
2023-09-26 10:07:06 +01:00
..
BMI160_driver Fix warning: "BIG_ENDIAN" is not defined 2020-05-09 11:56:07 +08:00
Fusion [Utils] Update the header includes 2022-03-23 20:25:37 -04:00
ahrs.c Moved ahrs-parameters into attitude info, added ahrs-functions and imu callback to vesc_if 2022-11-19 00:09:54 +01:00
ahrs.h Moved ahrs-parameters into attitude info, added ahrs-functions and imu callback to vesc_if 2022-11-19 00:09:54 +01:00
bmi160_wrapper.c Made chVTGetSystemTimeX consistent everywhere 2022-12-14 19:48:26 +01:00
bmi160_wrapper.h Add support for configuring IMU onboard filters 2022-04-15 21:31:03 -07:00
icm20948.c [Utils] Update the header includes 2022-03-23 20:25:37 -04:00
icm20948.h
imu.c Add support for A200S V4.1, add alternative DC Cal, expose I2C for LSM6DS3 2023-09-26 10:07:06 +01:00
imu.h Moved ahrs-parameters into attitude info, added ahrs-functions and imu callback to vesc_if 2022-11-19 00:09:54 +01:00
imu.mk Added fusion IMU filter 2021-08-19 18:48:23 +02:00
lsm6ds3.c Add support for A200S V4.1, add alternative DC Cal, expose I2C for LSM6DS3 2023-09-26 10:07:06 +01:00
lsm6ds3.h Add support for A200S V4.1, add alternative DC Cal, expose I2C for LSM6DS3 2023-09-26 10:07:06 +01:00
mpu9150.c Made chVTGetSystemTimeX consistent everywhere 2022-12-14 19:48:26 +01:00
mpu9150.h Make magnetometer user configurable 2022-04-17 13:19:35 -07:00