104 Commits (492c733750df08ed997298732b0855fe288908b5)

Author SHA1 Message Date
Jonathan Challinger 492223cb84 AP_InertialSensor: support AP_AccelCal 9 years ago
Lucas De Marchi a096703b06 Global: don't link with AP_Progmem 9 years ago
Andrew Tridgell 3fb0b8f69d AP_InertialSensor: fixed example build 9 years ago
Lucas De Marchi e1d90c78d8 AP_InertialSensor: remove unused AP_ADC_AnalogSource 9 years ago
Caio Marcelo de Oliveira Filho 6e7b73610d waf: add waf support 9 years ago
Caio Marcelo de Oliveira Filho d7601095fa AP_InertialSensor: use millis/micros/panic functions 9 years ago
Lucas De Marchi 3142f21363 AP_InertialSensor: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
Lucas De Marchi 3d1d6286e9 AP_InertialSensor: fix example build after PSTR removal 9 years ago
Lucas De Marchi 5244559010 Minimize AP_Progmem.h includes 9 years ago
Lucas De Marchi 20c6ffc5e3 Replace use of UARTDriver::printf_P() with UARTDriver::printf() 9 years ago
Lucas De Marchi 6f4904189b Replace use of println_P() with println() 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Caio Marcelo de Oliveira Filho 191cff2035 AP_InertialSensor: remove unnecessary includes from examples 9 years ago
Caio Marcelo de Oliveira Filho ec52df991c build: compile only the HAL files needed by the board 9 years ago
Caio Marcelo de Oliveira Filho 2e464a53c2 AP_HAL: make code not depend on concrete HAL implementations 9 years ago
Randy Mackay ada26082ca InertialSensor: remove INS start style from example sketch 10 years ago
Andrew Tridgell 980659d346 AP_InertialSensor: removed AVR1280 specific ifdef 10 years ago
Gustavo Jose de Sousa 7789aec85b AP_InertialSensor: standardize inclusion of libaries headers 10 years ago
Lucas De Marchi eda4879f3f AP_InertialSensor: use ARRAY_SIZE macro 10 years ago
mirkix 588a16dec2 AP_InertialSensor: Add Linux support for VibTest example 10 years ago
Andrew Tridgell e91bfdfc1c AP_InertialSensor: fixed VibTest example build 10 years ago
Andrew Tridgell 214b61bfc0 AP_InertialSensor: fixed example build 10 years ago
Andrew Tridgell 7f7113c1de AP_InertialSensor: convert example from .pde to .cpp 10 years ago
Peter Barker f489f6b696 AP_InertialSensor: use 64-bit timestamps in dataflash logs 10 years ago
Randy Mackay 3f8b832075 InertialSensor: fix example sketch 10 years ago
Andrew Tridgell afc9812d0b AP_InertialSensor: update VibTest after moving messages info DataFlash 10 years ago
Andrew Tridgell f5140e25b0 AP_InertialSensor: updated VibTest for latest PX4 interfaces 10 years ago
Andrew Tridgell ef527d9daa AP_InertialSensor: fix for HAL_SITL rename 10 years ago
Andrew Tridgell 786172aa4e AP_InertialSensor: removed 1D accel calibration 10 years ago
Jonathan Challinger b5131b7b64 AP_InertialSensor: add coning.py example 10 years ago
mirkix 460b434708 AP_InertialSensor: add apm1 oilpan support 10 years ago
Randy Mackay b43dc3bdfb INS: fix example sketch 10 years ago
Andrew Tridgell 7bb56e50aa AP_InertialSensor: fixed example build 10 years ago
Andrew Tridgell 520727e5bd AP_InertialSensor: fixed example build 10 years ago
Víctor Mayoral Vilches 8968647873 AP_InertialSensor: INS_generic example, add support L3GD20 11 years ago
Andrew Tridgell 24251a7e12 AP_InertialSensor: fixed example build 11 years ago
Andrew Tridgell 984064f3d3 AP_InertialSensor: fixed example build 11 years ago
Andrew Tridgell cc735a4200 AP_InertialSensor: some more debug info for VibTest 11 years ago
Andrew Tridgell 662276597a AP_InertialSensor: fixed example build 11 years ago
Andrew Tridgell 0f724c1d7a AP_InertialSensor: removed per-device example code 11 years ago
Andrew Tridgell 5a170c6343 AP_InertialSensor: added INS_generic test 11 years ago
Víctor Mayoral Vilches 0fff8df491 AP_InertialSensor: fix LSM9DS0 test code 11 years ago
Víctor Mayoral Vilches bae84e2942 AP_InertialSensor: Add missing library to test example. 11 years ago
Víctor Mayoral Vilches 4df3b55ed4 AP_InertialSensor_MPU9250: Add missing library for example/ 11 years ago
Víctor Mayoral Vilches c4babc543d AP_InertialSensor_LSM9DS0: SPI userspace sensor driver. 11 years ago
Víctor Mayoral Vilches d65aefbef5 AP_InertialSensor_MPU6000: Fix the test code so that compiles. 11 years ago
Víctor Mayoral Vilches fac3d1c271 AP_InertialSensor_MPU9250: SPI userspace sensor driver. 11 years ago
Víctor Mayoral Vilches 4d79887cc5 L3G4200D: fix in the test example provided. 11 years ago
Victor Mayoral Vilches 44320708a7 AP_InertialSensor_MPU9150: I2C userspace driver sensor added. 11 years ago