589 Commits (25c7ee4d4225974ed469e2c2ebbc0031d6cf3a53)

Author SHA1 Message Date
Jonathan Challinger 6663d30728 AP_HAL: add RCOutput::read_last_sent definition 9 years ago
Lucas De Marchi 6358876f58 AP_HAL: add missing MPU9250 name for BH 9 years ago
Staroselskii Georgii 392165c6a2 AP_HAL: added Navio2 board definitions 9 years ago
Gustavo Jose de Sousa 6144226c51 AP_HAL: always define HAL_OS_SOCKETS 9 years ago
Andrew Tridgell 2120913ac2 AP_HAL: added ObjectArray template 9 years ago
Tom Pittenger 9718ee23d1 AP_HAL: fix peekbytes casting 9 years ago
Andrew Tridgell 1df2512935 AP_HAL: added update() method for object ringbuffer 9 years ago
Tom Pittenger 1d528d552f AP_HAL: rename RingBuffer.force() to RingBuffer.push_force() 9 years ago
Andrew Tridgell 4ff396dfa8 AP_HAL: added force() and peek() method for object ringbuffers 9 years ago
Víctor Mayoral Vilches 9bb039accd AP_HAL: PXFmini add HAL_BARO_MS5611_NAME 9 years ago
Lucas De Marchi 1f072c4353 AP_HAL: fix unused variable 9 years ago
Lucas De Marchi dbf2aedf1e AP_HAL: replace header guard with pragma once 9 years ago
mirkix d868fe4eff AP_HAL: Remove unused GPIO leds for BBBmini 9 years ago
Lucas De Marchi 10abec277d AP_HAL: functor: use std::remove_reference 9 years ago
Lucas De Marchi 02a7fa5c2b AP_InertialSensor: MPU9250: use AP_HAL::Device abstraction 9 years ago
Lucas De Marchi af846636e4 AP_InertialSensor: MPU60x0: use AP_HAL::Device abstraction 9 years ago
Lucas De Marchi f1ade970a3 AP_Baro: MS5611: Use AP_HAL::Device abstraction 9 years ago
Lucas De Marchi b05954660a AP_Baro: BMP085: use I2CDevice interface 9 years ago
Lucas De Marchi 66f644c50d AP_HAL: add interface for SPIDevice devices 9 years ago
Lucas De Marchi 2250d9d768 AP_HAL: initialize I2C manager 9 years ago
Lucas De Marchi f8e6c5b379 AP_HAL: add helper method to read registers 9 years ago
Lucas De Marchi b4ff2d7595 AP_HAL: add helper method to write register 9 years ago
Lucas De Marchi 872b255384 AP_HAL: Add interface for I2CDevice 9 years ago
Lucas De Marchi 0eb450d379 AP_HAL: Add interface for I2C/SPI devices 9 years ago
Lucas De Marchi 2e60e1b1f2 AP_HAL: utility: Add OwnPtr implementation 9 years ago
Lucas De Marchi 9aa49cda93 Global: remove system_initializing() from scheduler 9 years ago
mirkix f777a25de8 AP_HAL: Enable optical flow onboard for BBBMINI 9 years ago
Lucas De Marchi 9d5fb97819 Global: rename enum SPIDevice to SPIDeviceType 9 years ago
Peter Barker f0c165f0e4 AP_HAL: ensure CONFIG_MAIN_WITHOUT_ARGC_ARGV is always defined 9 years ago
Gustavo Jose de Sousa c2e3f05dbf waf: ardupilotwaf: prefix build context methods with ap_ 9 years ago
Gustavo Jose de Sousa 3d22490397 waf: examples: use methods from bld instead of ardupilotwaf 9 years ago
Julien BERAUD d5c4917bcd AP_HAL: add default support for timesliced timers 9 years ago
Gustavo Jose de Sousa d281067bcc waf: make example binaries be placed in 'examples' dir 9 years ago
Ricardo de Almeida Gonzaga 7adbccac9a AP_HAL_Linux: add support for OpticalFlow to MinnowBoardMax 9 years ago
Andrew Tridgell 5f4bd10477 AP_HAL: added get_custom_defaults_file() to Util 9 years ago
Víctor Mayoral Vilches 0aee50b99e HAL: Add PXFmini board 9 years ago
Jonathan Challinger d7639ce03a AP_HAL: fix example build 9 years ago
Andrew Tridgell dafc9b4c6b AP_HAL: allow getopt_cpp on QURT 9 years ago
Andrew Tridgell bd2f548130 AP_HAL: allow argc and argc on QURT 9 years ago
Lucas De Marchi 97022a4161 AP_HAL: RingBuffer: fix macro expansion 9 years ago
Andrew Tridgell c90d7dd86e AP_HAL: fixed vprintf segfault 9 years ago
Lucas De Marchi a096703b06 Global: don't link with AP_Progmem 9 years ago
Lucas De Marchi 520b0384fd AP_HAL: remove unused in_progmem flag to print_vprintf 9 years ago
Lucas De Marchi 8e0c125f56 AP_HAL: print_vprintf: follow coding style 9 years ago
Lucas De Marchi c35730058a AP_HAL: print_vprintf: stop using Progmem.h 9 years ago
Lucas De Marchi 29ed01189d AP_HAL: ftoa_engine: replace tabs with spaces 9 years ago
Lucas De Marchi e751d632e6 AP_HAL: ftoa_engine: stop using Progmem.h 9 years ago
Andrew Tridgell 7c431b40f2 AP_HAL: enable HAL_QURT 9 years ago
Andrew Tridgell cfd54c5683 AP_HAL: moved dsm implementation into AP_HAL/utility 9 years ago
Andrew Tridgell fec9ffd1a0 AP_HAL: support UARTs on timer thread 9 years ago