20890 Commits (761ed7ae03b7a8fb3b6621fc1b4e2deb9647c8a2)
 

Author SHA1 Message Date
Tom Pittenger 6568402b28 Copter: convert to using static send_statustext 9 years ago
Tom Pittenger 6399d00950 Plane: convert to using static send_statustext 9 years ago
Tom Pittenger 0372b52378 Rover: convert to using static send_statustext 9 years ago
Tom Pittenger 54d2a263fe GCS_MAVLink: create queue scheme for static statustext msgs 9 years ago
Tom Pittenger 09dd2a1b3d Copter: use set_dataflash() for static logging 9 years ago
Tom Pittenger db9bed573f Tracker: use set_dataflash() for static logging 9 years ago
Tom Pittenger c38bec6385 Rover: use set_dataflash() for static logging 9 years ago
Andrew Tridgell ad78a31255 Plane: move set_dataflash(0 for static logging 9 years ago
Tom Pittenger faa4238370 SITL: fixed warning comparing signed vs unsigned 9 years ago
Andrew Tridgell e777176c4d PX4Firmware: submodule update 9 years ago
Andrew Tridgell c288c7d761 PX4: re-order startup to start mtd before ms5611 9 years ago
Andrew Tridgell 7fede90df3 HAL_PX4: work around a bus locking issue on Pixracer 9 years ago
Andrew Tridgell 0a72c2bbd5 AP_Baro: prevent bad ground pressure from making a board unbootable 9 years ago
Andrew Tridgell 1df2512935 AP_HAL: added update() method for object ringbuffer 9 years ago
Gustavo Jose de Sousa 181b6f5c2e waf: cmake: do a clean configuration 9 years ago
Gustavo Jose de Sousa eacf9d8a0e waf: cmake: declare CMAKE_BLD_DIR as a value dependency 9 years ago
Gustavo Jose de Sousa 6c914349d0 waf: cmake: define proper uid() functions 9 years ago
Gustavo Jose de Sousa b5f20459e7 waf: cmake: set CMakeCache.txt as output of cmake_configure task 9 years ago
Gustavo Jose de Sousa ed288ed345 waf: cmake: ensure order of cmake_vars 9 years ago
Gustavo Jose de Sousa c609b27afc waf: gbenchmark: use cmake tool 9 years ago
Gustavo Jose de Sousa e883242c31 waf: cmake: add Waf tool 9 years ago
Gustavo Jose de Sousa 38da32853a ci: use --enable-benchmarks in waf configure 9 years ago
Gustavo Jose de Sousa b7d97b6354 waf: add option --enable-benchmarks 9 years ago
Gustavo Jose de Sousa 662e45fda2 waf: move --check-verbose option declaration 9 years ago
Gustavo Jose de Sousa 8c4d4f3f2a waf: make options groups accessible for any tool 9 years ago
Gustavo Jose de Sousa fd88e39408 waf: make all options belong to an option group 9 years ago
Tom Pittenger 1d528d552f AP_HAL: rename RingBuffer.force() to RingBuffer.push_force() 9 years ago
Paul Riseborough 7459bfb96b AP_NavEKF2: Eliminate simple compass fusion singularities near +-90 deg pitch 9 years ago
Kevin Guest 17378bd42a autotest: Add Rotherham 9 years ago
Tom Pittenger 881dabf048 Plane: add missionLoaded arming check fail for mis.len <= 1 9 years ago
Andrew Tridgell 4ff396dfa8 AP_HAL: added force() and peek() method for object ringbuffers 9 years ago
Andrew Tridgell 1acf25b6e2 Plane: use set_dataflash() 9 years ago
Andrew Tridgell 5080201be6 GCS_MAVLINK: added set_dataflash() method 9 years ago
Andrew Tridgell 119cf6bb13 ci: added sitltest target 9 years ago
Andrew Tridgell b84b480086 Plane: added PID tuning for quadplane modes 9 years ago
Andrew Tridgell e2abaefc44 Plane: check SCHED_LOOP_RATE for quadplane 9 years ago
Gustavo Jose de Sousa 898c2faaab waf: git_submodule: fix uid() method for python3 9 years ago
Paul Riseborough 4aefe1caee AP_NavEKF2: Fix sign error in magnetic heading innovation calculation 9 years ago
Tom Pittenger 7e4ae39b8e AP_Arming: fixed GPS_CFG mask bug 9 years ago
Gustavo Jose de Sousa 3566052d6a waf: add option --no-submodule-update 9 years ago
Víctor Mayoral Vilches 9bb039accd AP_HAL: PXFmini add HAL_BARO_MS5611_NAME 9 years ago
Lucas De Marchi 0b22b520b8 ArduPlane: remove unused CMAKE define 9 years ago
Lucas De Marchi 09e7cbe005 ArduCopter: remove unused CMAKE define 9 years ago
Lucas De Marchi 0ccd2de12b AP_AHRS: fix use of undefined macro 9 years ago
Lucas De Marchi 7d24b4d1ca AP_Notify: add missing include to use board config 9 years ago
Lucas De Marchi 69f6a73c19 Global: fix missing renames for HAL_BOARD_SUBTYPE_LINUX_ERLEBOARD 9 years ago
Lucas De Marchi 15ce176818 waf: add -Wundef to all boards 9 years ago
Lucas De Marchi f0277cecb4 waf: ignore -Wundef for gtest 9 years ago
Peter Barker 4ba769d4a3 mk: native boards get -Wundef 9 years ago
Peter Barker 475a2040a1 AP_NavEKF2: avoid use of undefined #defines 9 years ago