Lorenz Meier
|
f2cbc7fe27
|
MB12xx: Fix initialiser order in class
|
2014-07-08 13:53:10 +02:00 |
|
Lorenz Meier
|
812d326912
|
L3GD20: Fix usage function call to fit existing structure.
|
2014-07-08 13:52:42 +02:00 |
|
Lorenz Meier
|
875be65242
|
MPU6000: Fix usage function call to fit existing structure.
|
2014-07-08 13:52:28 +02:00 |
|
Lorenz Meier
|
7d15e999f1
|
LSM303: Fix usage function call to fit existing structure.
|
2014-07-08 13:52:10 +02:00 |
|
Lorenz Meier
|
92426c5cfc
|
LSM303D: deal with missing external bus
|
2014-07-08 13:51:33 +02:00 |
|
Lorenz Meier
|
a42ec7df1b
|
MS5611: Deal with missing external bus
|
2014-07-08 13:50:24 +02:00 |
|
Lorenz Meier
|
369c7d277f
|
Board config cleanup for external bus support
|
2014-07-08 13:50:00 +02:00 |
|
Lorenz Meier
|
a6b52f1c9f
|
HMC5883 post merge cleanup
|
2014-07-08 13:49:24 +02:00 |
|
akdslr
|
ba54983cdf
|
MB12XX Driver: Added a class instance and device specific path
|
2014-07-08 12:03:47 +02:00 |
|
akdslr
|
67b7a85888
|
LL40LS driver: Changes from the May 4th plane test flight
|
2014-07-08 12:03:40 +02:00 |
|
akdslr
|
7f91f0cc3e
|
LL40LS driver: Updated the value to write to the register to trigger a measurement
|
2014-07-08 12:03:31 +02:00 |
|
akdslr
|
36a9123822
|
LL40LS driver: adding new range finder driver
|
2014-07-08 12:03:24 +02:00 |
|
Andrew Tridgell
|
4271634585
|
l3gd20: fixed a build warning
|
2014-07-08 12:03:09 +02:00 |
|
Andrew Tridgell
|
1c6ea06790
|
hmc5883: fixed build warnings
|
2014-07-08 12:03:02 +02:00 |
|
Andrew Tridgell
|
dfee93f3b1
|
hmc5883: fixed driver startup when trying both buses
|
2014-07-08 12:02:53 +02:00 |
|
Andrew Tridgell
|
5e62ae7a9e
|
hmc5883: added -C option to calibrate on startup
Conflicts:
src/drivers/hmc5883/hmc5883.cpp
|
2014-07-08 12:01:50 +02:00 |
|
Andrew Tridgell
|
d952e81ab7
|
added support for two instances of hmc5883 driver
|
2014-07-08 12:00:20 +02:00 |
|
Andrew Tridgell
|
d2487e7718
|
hmc5883: added support for -R rotation option
|
2014-07-08 11:57:02 +02:00 |
|
Andrew Tridgell
|
a049f0841d
|
Merged L3GD20 orientation flag while keeping original bus speed
|
2014-07-08 11:56:45 +02:00 |
|
Andrew Tridgell
|
1dfc7bad7b
|
Merged lsm303d update, keeping default frequency
|
2014-07-08 11:51:46 +02:00 |
|
Andrew Tridgell
|
c681d6621d
|
mpu6000: added -R rotation option
|
2014-07-08 11:46:47 +02:00 |
|
Andrew Tridgell
|
e4e152a85b
|
FMUv2: added define for PX4_I2C_BUS_ONBOARD
needed for hmc5883 on main bus (for FMUv3)
|
2014-07-08 11:45:11 +02:00 |
|
Andrew Tridgell
|
19dbbf17e8
|
mpu6000: allow for two mpu6000 instances, one internal, one external
split g_dev into g_dev_int and g_dev_ext
|
2014-07-08 11:44:58 +02:00 |
|
Andrew Tridgell
|
ab90fe7832
|
ms5611: added -X option for external SPI bus
|
2014-07-08 11:44:32 +02:00 |
|
Andrew Tridgell
|
541dc1825c
|
mpu6000: added -X option for external bus
|
2014-07-08 11:44:22 +02:00 |
|
Andrew Tridgell
|
e0dbc82d84
|
lsm303d: added -X option for external bus
|
2014-07-08 11:44:13 +02:00 |
|
Andrew Tridgell
|
e7360f4016
|
l3gd20: added -X switch for external bus
|
2014-07-08 11:44:06 +02:00 |
|
Andrew Tridgell
|
fea4845ed9
|
SPI: make _bus protected
this allows runtime use of internal/external bus to determine if DRDY
should be used on the L3GD20
|
2014-07-08 11:43:58 +02:00 |
|
Andrew Tridgell
|
644d4bb3dc
|
FMUv2: added defines for FMUv3 sensors
this enables EXT0 to EXT3 on external SPI bus, and gives correct names
for FMUv3 board
|
2014-07-08 11:43:37 +02:00 |
|
Andrew Tridgell
|
db304480d9
|
lsm303d: disable check_extremes code
this could trigger with a bungee launch, and could cause higher
latency due to SD card writes
|
2014-07-08 11:43:01 +02:00 |
|
Andrew Tridgell
|
ef79d03276
|
mpu6000: allow disabling of on-sensor low pass filter
used for vibration testing
|
2014-07-08 11:40:54 +02:00 |
|
Andrew Tridgell
|
37b4cdfce2
|
board_serial: use a uint8_t buffer
we should not be using 'char' for binary APIs, as the C standard does
not specify if it is signed or unsigned, so results may not be
consistent
|
2014-07-08 11:39:40 +02:00 |
|
Lorenz Meier
|
41f4e5a6bc
|
ardrone interface: Remove unused variable
|
2014-07-08 09:57:08 +02:00 |
|
Lorenz Meier
|
c3826505ed
|
HIL: reduce excessive stack usage of driver
|
2014-07-08 09:15:20 +02:00 |
|
Don Gagne
|
b9299e68d4
|
Compiler warning fixes
|
2014-07-05 13:35:12 -07:00 |
|
Kynos
|
1cca3ca8a5
|
Use NAV-PVT with ubx7 and ubx8 modules
This replaces NAV-SOL, NAV-POSLLH, NAV-VELNED and NAV-TIMEUTC.
|
2014-07-03 13:33:29 +02:00 |
|
Kynos
|
23164228c8
|
Added NAV-TIMEUTC valid flag defines
|
2014-07-03 11:11:40 +02:00 |
|
Lorenz Meier
|
f428ebb04f
|
gps: Comment-only fix
|
2014-07-02 11:39:56 +02:00 |
|
Lorenz Meier
|
a9fd5ed90a
|
Merged master to gnss_rework
|
2014-07-02 00:33:36 +02:00 |
|
Lorenz Meier
|
3c5f35da73
|
Merge pull request #1100 from PX4/warning_fixes_v3
Warning fixes v3
|
2014-06-30 16:33:53 +02:00 |
|
Lorenz Meier
|
35cd487a42
|
drivers: Warning fixes
|
2014-06-30 12:20:02 +02:00 |
|
Lorenz Meier
|
6aed623b6c
|
Merge branch 'master' of github.com:PX4/Firmware into power_enforce
|
2014-06-30 10:04:34 +02:00 |
|
Don Gagne
|
92adbe9216
|
Fix compiler warnings
|
2014-06-29 17:47:24 -07:00 |
|
Kynos
|
503ebddc1b
|
Merged upstream master into gnss_rework branch
|
2014-06-30 01:34:12 +02:00 |
|
Lorenz Meier
|
154f14e747
|
Merged master into power_enforce
|
2014-06-30 00:50:38 +02:00 |
|
Lorenz Meier
|
28a31708f9
|
Merged estimator fixes and mavlink rate config bits
|
2014-06-30 00:46:29 +02:00 |
|
Don Gagne
|
2448e2adbc
|
More tab fixes
|
2014-06-29 13:55:55 -07:00 |
|
Don Gagne
|
367613a1b5
|
Fix tabbing
|
2014-06-29 13:32:58 -07:00 |
|
Don Gagne
|
d5b5dcef24
|
Fix bugs found through compiler warnings
|
2014-06-29 12:01:43 -07:00 |
|
Julian Oes
|
cc8f7f4c97
|
Merge branch 'master' into navigator_rewrite
Conflicts:
src/modules/commander/commander.cpp
src/modules/commander/state_machine_helper.h
src/modules/mavlink/mavlink_messages.cpp
|
2014-06-27 14:39:36 +02:00 |
|