aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
Commit message (Collapse)AuthorAgeFilesLines
* LL40LS driver: adding new range finder driverakdslr2014-07-082-0/+920
|
* l3gd20: fixed a build warningAndrew Tridgell2014-07-081-0/+1
|
* hmc5883: fixed build warningsAndrew Tridgell2014-07-081-1/+2
|
* hmc5883: fixed driver startup when trying both busesAndrew Tridgell2014-07-081-2/+2
|
* hmc5883: added -C option to calibrate on startupAndrew Tridgell2014-07-081-7/+35
| | | | | Conflicts: src/drivers/hmc5883/hmc5883.cpp
* added support for two instances of hmc5883 driverAndrew Tridgell2014-07-081-43/+72
|
* hmc5883: added support for -R rotation optionAndrew Tridgell2014-07-081-8/+37
|
* Merged L3GD20 orientation flag while keeping original bus speedAndrew Tridgell2014-07-081-9/+20
|
* Merged lsm303d update, keeping default frequencyAndrew Tridgell2014-07-081-10/+23
|
* mpu6000: added -R rotation optionAndrew Tridgell2014-07-081-9/+23
|
* FMUv2: added define for PX4_I2C_BUS_ONBOARDAndrew Tridgell2014-07-081-1/+2
| | | | needed for hmc5883 on main bus (for FMUv3)
* mpu6000: allow for two mpu6000 instances, one internal, one externalAndrew Tridgell2014-07-081-36/+46
| | | | split g_dev into g_dev_int and g_dev_ext
* ms5611: added -X option for external SPI busAndrew Tridgell2014-07-083-14/+44
|
* mpu6000: added -X option for external busAndrew Tridgell2014-07-081-7/+41
|
* lsm303d: added -X option for external busAndrew Tridgell2014-07-081-11/+40
|
* l3gd20: added -X switch for external busAndrew Tridgell2014-07-081-8/+42
|
* SPI: make _bus protectedAndrew Tridgell2014-07-081-1/+3
| | | | | this allows runtime use of internal/external bus to determine if DRDY should be used on the L3GD20
* FMUv2: added defines for FMUv3 sensorsAndrew Tridgell2014-07-082-0/+34
| | | | | this enables EXT0 to EXT3 on external SPI bus, and gives correct names for FMUv3 board
* lsm303d: disable check_extremes codeAndrew Tridgell2014-07-081-0/+6
| | | | | this could trigger with a bungee launch, and could cause higher latency due to SD card writes
* mpu6000: allow disabling of on-sensor low pass filterAndrew Tridgell2014-07-081-7/+13
| | | | used for vibration testing
* board_serial: use a uint8_t bufferAndrew Tridgell2014-07-081-1/+1
| | | | | | 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
* ardrone interface: Remove unused variableLorenz Meier2014-07-081-2/+0
|
* HIL: reduce excessive stack usage of driverLorenz Meier2014-07-081-1/+1
|
* Compiler warning fixesDon Gagne2014-07-051-1/+1
|
* Use NAV-PVT with ubx7 and ubx8 modulesKynos2014-07-033-23/+113
| | | | This replaces NAV-SOL, NAV-POSLLH, NAV-VELNED and NAV-TIMEUTC.
* Added NAV-TIMEUTC valid flag definesKynos2014-07-031-2/+9
|
* gps: Comment-only fixLorenz Meier2014-07-021-1/+1
|
* Merged master to gnss_reworkLorenz Meier2014-07-0210-28/+37
|\
| * Merge pull request #1100 from PX4/warning_fixes_v3Lorenz Meier2014-06-302-3/+3
| |\ | | | | | | Warning fixes v3
| | * drivers: Warning fixesLorenz Meier2014-06-302-3/+3
| | |
| * | Merge branch 'master' of github.com:PX4/Firmware into power_enforceLorenz Meier2014-06-308-28/+23
| |\|
| | * Fix compiler warningsDon Gagne2014-06-298-28/+23
| | |
| * | Merged master into power_enforceLorenz Meier2014-06-308-19/+26
| |\|
| * | Merge branch 'master' into power_enforceLorenz Meier2014-06-2612-26/+729
| |\ \
| * | | px4io driver: Add support for circuit breakersLorenz Meier2014-05-251-0/+14
| | | |
* | | | Merged upstream master into gnss_rework branchKynos2014-06-3010-39/+50
|\ \ \ \ | | |_|/ | |/| |
| * | | Merged estimator fixes and mavlink rate config bitsLorenz Meier2014-06-301-1/+1
| |\ \ \
| | * \ \ Merge branch 'master' into navigator_rewrite_estimatorLorenz Meier2014-06-232-20/+24
| | |\ \ \ | | | | |/ | | | |/|
| | * | | MPU6K: Use usleep where usleep should be used instead of up_udelay()Lorenz Meier2014-06-221-1/+1
| | | | |
| * | | | More tab fixesDon Gagne2014-06-291-4/+4
| | | | |
| * | | | Fix tabbingDon Gagne2014-06-291-2/+2
| | | | |
| * | | | Fix bugs found through compiler warningsDon Gagne2014-06-293-7/+13
| | | | |
| * | | | Merge branch 'master' into navigator_rewriteJulian Oes2014-06-272-20/+24
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | | | | | | | | | | | | Conflicts: src/modules/commander/commander.cpp src/modules/commander/state_machine_helper.h src/modules/mavlink/mavlink_messages.cpp
| | * | Hotfix: Improve PX4IO monitor commandLorenz Meier2014-06-232-20/+24
| | | |
| * | | Merge remote-tracking branch 'px4/master' into navigator_rewriteJulian Oes2014-06-092-2/+15
| |\| | | | | | | | | | | | | | | | | | Conflicts: src/modules/position_estimator_inav/position_estimator_inav_main.c
| * | | Merge remote-tracking branch 'px4/master' into navigator_rewriteJulian Oes2014-06-039-4/+690
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/modules/navigator/navigator_main.cpp
| * | | | commander and navigator: lot's of changes, failsafe handling in commander, ↵Julian Oes2014-05-272-4/+5
| | | | | | | | | | | | | | | | | | | | navigator only for execution (WIP)
| * | | | Merge branch 'master' into navigator_rewriteJulian Oes2014-05-2641-174/+1302
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/drivers/gps/gps.cpp src/drivers/gps/mtk.cpp src/modules/commander/commander.cpp src/modules/ekf_att_pos_estimator/ekf_att_pos_estimator_main.cpp src/modules/navigator/mission.cpp src/modules/navigator/mission.h src/modules/navigator/navigator_main.cpp src/modules/navigator/navigator_state.h src/modules/position_estimator_inav/position_estimator_inav_main.c
| * | | | Merge remote-tracking branch 'px4/ekf_params' into navigator_cleanup_ekf_paramsJulian Oes2014-05-077-101/+210
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/modules/ekf_att_pos_estimator/fw_att_pos_estimator_main.cpp
| * \ \ \ \ Merge remote-tracking branch 'px4/ekf_params' into ↵Julian Oes2014-04-271-3/+3
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | navigator_cleanup_ekf_home_init Conflicts: src/drivers/gps/gps.cpp