39031 Commits (3bc5458a826a97af8ec7ce36845076285a469744)
 

Author SHA1 Message Date
Andrew Tridgell 3bc5458a82 AP_Bootloader: added CAN support for AP_Periph 6 years ago
Andrew Tridgell 291d72601b AP_GPS: enabled reduced size for AP_Periph support 6 years ago
Andrew Tridgell f897eae89d AP_Param: enable reduced size support for AP_Periph 6 years ago
Andrew Tridgell 88fbbfba09 AP_Vehicle: added AP_Periph vehicle type 6 years ago
Andrew Tridgell d005f066a9 StorageManager: enable use of a single storage region 6 years ago
Michael du Breuil 1e66457755 AP_Scripting: Allow the bindings to descirbe any build dependencies needed 6 years ago
Peter Barker 0ce3cd06b0 Copter: fix compilation when drift mode is disabled 6 years ago
Peter Barker c5333c2765 Sub: fix format-string compilation warning 6 years ago
Peter Barker 5d9b332bcb GCS_MAVLink: log exectuted COMMAND_LONG and COMMAND_INT packets 6 years ago
Peter Barker 631725f817 AP_Logger: add Write_Command for writing out received mavlink commands 6 years ago
Peter Barker 5010de9560 AP_Notify: add static asserts for array size 6 years ago
Michael du Breuil ee3fcf49c6 AP_BattMonitor: Detect bad configuration of failsafes 6 years ago
Michael du Breuil e47f97c5d3 AP_HAL: Fix bad buffer termination 6 years ago
Peter Barker 4954c190da Tools: autotest: add test for short failsafe triggering via low-throttle 6 years ago
Stone white ec911710c9 hwdef: Enable Spektrum 3.3V VDD Power on fmuv5 6 years ago
Michael du Breuil 56e35e0712 AP_HAL_ChibiOS: Remove almost redundant code duplication from the HAL 6 years ago
Andrew Tridgell 6de85c4627 Tools: fixed autotest for throttle failsafe 6 years ago
Andrew Tridgell 296ce5a409 Plane: fixed throttle failsafe for FS_SHORT_ACTN=3 6 years ago
Andrew Tridgell 66dc36ef88 AP_Logger: ifdef out _need_rtc_update 6 years ago
Andrew Tridgell 4418495c99 AP_Logger: use UNUSED_RESULT 6 years ago
Andrew Tridgell 8e58cb993d AP_Logger: fix timestamp on log files opened before GPS lock 6 years ago
Andrew Tridgell ffe0f338d3 HAL_ChibiOS: enable utime() API 6 years ago
murata 1a8e644437 AP_Logger: GPA/GPA2 Change the unit of DELTA. 6 years ago
Andrew Tridgell 0ccd2fb273 Plane: update release notes for 3.9.10 6 years ago
Andrew Tridgell 687f2a3da4 Tools: fixed apj_tool for python3 6 years ago
Andrew Tridgell 4ca48f225d SITL: send vicon data at 70ms intervals 6 years ago
Andrew Tridgell cfc37f2089 GCS_MAVLink: log corrected timestamp for vision data 6 years ago
Andrew Tridgell 414d3eb670 AP_NavEKF2: don't fuse GPS when EK2_GPS_TYPE=3 6 years ago
Jaaaky fee3136b44 AP_Baro: Fix floating point exception with watchdog reset 6 years ago
Henry Wurzburg 00c111651a ChiBios: Omnibusf4pro hwdef tweak to allow active or passive buzzer 6 years ago
Peter Barker 7a0970e499 Tools: add bootloaders for CubeSolo 6 years ago
Peter Barker 39b033253c Tools: do not ignore .bin and .hex files in bootloaders directory 6 years ago
Peter Barker 813694894d Tools: waf: add warning if bootloader not found 6 years ago
Andrew Tridgell aeb58cede1 HAL_ChibiOS: I2C timeout should be send+recv, not MAX(send,recv) 6 years ago
Andrew Tridgell 933fa3d553 ChibiOS: fixed ack of BTF on SMBus 6 years ago
Andrew Tridgell 4027d61e17 AP_Scheduler: log I2C ISR count 6 years ago
Andrew Tridgell 7d5c0e92ae AP_Logger: added logging of I2C ISR count 6 years ago
Andrew Tridgell 578e5dfdaa HAL_ChibiOS: add up i2c ISR count 6 years ago
Andrew Tridgell 9741ac0b64 AP_HAL: added I2C ISR count to PersistentData 6 years ago
Jaaaky 4e6e758e89 gitignore: Add persistent.dat to .gitignore 6 years ago
Jaaaky d774bf3ea5 AP_Mission: Better AUTO watchdog restore 6 years ago
Andrew Tridgell f8cfbb8062 HAL_ChibiOS: added ISR limit on I2C 6 years ago
Andrew Tridgell b8602abdeb AP_InternalError: added error for i2c isr error 6 years ago
Andrew Tridgell 089e1c9082 ChibiOS: added STM32_I2C_ISR_LIMIT 6 years ago
Peter Barker 2acc53ec17 GCS_MAVLink: break out of loop statement once we have a result 6 years ago
Peter Barker 052e721622 GCS_MAVLink: tweak timings debug messages 6 years ago
Peter Hall d88e12b206 Rover: mode: use oa_wp_bearing_cd 6 years ago
Peter Hall db87285153 AR_WPNav: add oa_wp_bearing_cd function 6 years ago
Peter Hall c445362fae AR_WPNav: fix wp_bearing_cd calc 6 years ago
Peter Barker 847f85a081 Plane: correct compilation with PARACHUTE==DISABLED 6 years ago