- Apr 06, 2017
-
-
Lucas De Marchi authored
MPU9250 is mostly an MPU6500 with a mag (AK8963) in the same package. Support driving MPU6500 with the MPU9250 driver. The id of the driver isn't set differently since this way it allows to force a recalibration. Ideally MPU9250 driver could even not exist and the support for these sensors be merged back in the MPU6000 that's more complete. This is an intermediate step in that direction.
-
Lucas De Marchi authored
Move the addresses to .cpp where they are used. This should help noticing discrepancies like the OSR we are using and the sampling interval.
-
Lucas De Marchi authored
-
Lucas De Marchi authored
- There's no I2C2, so remove it - Fix alignments everywhere in board_config.h - Clarify STM32 ADC (not available) and the ADC on the FGPA - Fix format on some comments
-
Lucas De Marchi authored
All the other drivers use 16G, do the same for MPU6500.
-
Lucas De Marchi authored
-
Lucas De Marchi authored
-
Lucas De Marchi authored
-
Lucas De Marchi authored
-
Lucas De Marchi authored
We are getting way to much transfer errors with high baudrate
-
bresch authored
MC_YAWRATE_MAX 20 => 50 Signed-off-by:
bresch <brescianimathieu@gmail.com>
-
Pavel Kirienko authored
-
Pavel Kirienko authored
-
Pavel Kirienko authored
-
Pavel Kirienko authored
-
Pavel Kirienko authored
-
Pavel Kirienko authored
-
Pavel Kirienko authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
Seems that the work queue is not available for the tests.
-
Beat Küng authored
These configs do not have the work queue enabled.
-
Beat Küng authored
Some NuttX configs do not have the work queues enabled.
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
not needed anymore because of autosave
-
Beat Küng authored
Not needed anymore due to autosave
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
to protect against concurrent writes to the same file
-
Beat Küng authored
- add a saving delay of 300ms - save at most once every 2 seconds
-
Beat Küng authored
-
Beat Küng authored
This got introduced the the addition of the perf counter to the log. Fixes the error: unknown log message type 73
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-