24997 Commits (cdee68174dfef44f12fa66963d1bf9688a922a83)
 

Author SHA1 Message Date
Andrew Tridgell d3fc878c99 mavlink: submodule update 8 years ago
Andrew Tridgell 4530d212f6 mavlink: submodule update 8 years ago
murata f7273d0e93 Copter: Change from printf statement to print, println statement. 8 years ago
murata bbf0cfb564 APMrover2: Change from printf statement to print, println statement. 8 years ago
murata 0ee8edc29d Plane: Change from printf statement to print, println statement. 8 years ago
murata 8f80aa9c94 Tracker: Change from printf statement to print, println statement. 8 years ago
Andrew Tridgell f2246326bb AP_Baro: added MS5611 probing, and support 3 baros on Pixhawk2 8 years ago
Andrew Tridgell 954728c9e9 AP_HAL: added set_chip_select() API 8 years ago
Andrew Tridgell 638e89bd1d HAL_PX4: implement set_chip_select for SPI 8 years ago
Andrew Tridgell 60801314e0 HAL_PX4: added different modes for external SPI 8 years ago
Andrew Tridgell bcb6663187 HAL_PX4: added table of actual bus speeds for SPI 8 years ago
Andrew Tridgell 27605b0258 AP_InertialSensor: run invensese reg checking at low speed 8 years ago
Andrew Tridgell 7100272f14 AP_HAL: default to register checking every 10th call 8 years ago
Andrew Tridgell 0e793e1214 HAL_PX4: lower SPI bus speed on invensense devices 8 years ago
Andrew Tridgell 7d57f00ca0 AP_Compass: removed debug line 8 years ago
Andrew Tridgell 0f984290c3 AP_InertialSensor: enable fast sampling by default on some boards 8 years ago
Andrew Tridgell 026c65d364 PX4Firmware: submodule update 8 years ago
Andrew Tridgell f62972d966 AP_Compass: fixed build on bhat 8 years ago
Andrew Tridgell 1f403b02ef AP_Compass: switch to continuous 155Hz mode for LIS3MDL 8 years ago
Andrew Tridgell 62805f59fa AP_Compass: added AK09916 driver 8 years ago
Andrew Tridgell 17a117b324 AP_Compass: be a bit less verbose in startup 8 years ago
Andrew Tridgell 0e4b8781b2 AP_Compass: auto-detect LIS3MDL compass 8 years ago
Andrew Tridgell b6b2919126 AP_Compass: don't panic on too many compasses 8 years ago
Andrew Tridgell 40ef68f104 AP_Compass: added a LIS3MDL compass driver 8 years ago
Andrew Tridgell f3a778f980 AP_InertialSensor: fixed freeing of fifo buffer 8 years ago
Andrew Tridgell 6f28c61c8d AP_InertialSensor: changed SIZE to LEN 8 years ago
hiro2233 cb7f46d653 AP_InertialSensor: fixed handling of user_ctrl register 8 years ago
Andrew Tridgell 29bbee421e HAL_PX4: enable sharing of SPI bus with PX4 with DMA 8 years ago
Andrew Tridgell 7ad1e98de9 PX4NuttX: support DMA on SPI 8 years ago
Andrew Tridgell 9b4c588c09 AP_InertialSensor: adapt drivers for SPI-DMA capable systems 8 years ago
Andrew Tridgell 3fad5ca065 HAL_PX4: implement DMA allocation routines 8 years ago
Andrew Tridgell e42bb20052 AP_HAL: added dma allocation routines to hal.util 8 years ago
Andrew Tridgell 28daddaaf2 AP_InertialSensor: don't use accumulate approach on Linux or I2C 8 years ago
Andrew Tridgell d9c8db7024 AP_InertialSensor: implement a new strategy for fast sampling 8 years ago
Andrew Tridgell b165e025d9 Filter: added new constructor for 1p filter 8 years ago
Andrew Tridgell 7220dc15f9 HAL_PX4: adjusted bus speeds on invensense sensors 8 years ago
Andrew Tridgell 5934a099a4 AP_HAL: added support for more SRXL varients 8 years ago
Andrew Tridgell 65ce9821be PX4Firmware: submodule update 8 years ago
priseborough 0a177d04fd AP_NavEKF2: Simply core switch implementation 8 years ago
priseborough 7d48054e6f AP_NavEKF2: Group GPS innovation tests when compiling error score 8 years ago
Randy Mackay e9ea06bd10 AP_NavEKF2: minor comment fix 8 years ago
Randy Mackay a32068a973 AC_WPNav: remove ekf position reset handler 8 years ago
Randy Mackay 1012333eef AC_PosControl: add ekf position reset handling 8 years ago
Randy Mackay c615bac1cd AP_AHRS: add getLastPosDownReset accessor 8 years ago
Randy Mackay 6406e34016 AC_WPNav: remove unused _loiter_step member 8 years ago
priseborough 0df45703f1 AP_NavEKF2: Fix errors in position reset delta publishing 8 years ago
priseborough f6021c959d AP_NavEKF2: capture and publish vertical position reset deltas 8 years ago
priseborough e62863f9a1 AP_NavEKF2: Reduce unnecessary EKF core switching 8 years ago
murata de153ce1d7 AP_NavEKF: Correct the setting process of variable dAngBiasSigma. 8 years ago
murata ec42ddfb4e AP_NavEKF: style changes (tab to spaces, etc.) 8 years ago