aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Merged lsm303d update, keeping default frequencyAndrew Tridgell2014-07-081-10/+23
| | | | | |
| * | | | | mpu6000: added -R rotation optionAndrew Tridgell2014-07-081-9/+23
| | | | | |
| * | | | | lib/conversion: added rotate_3f()Andrew Tridgell2014-07-082-0/+150
| | | | | | | | | | | | | | | | | | | | | | | | will be used for user specified rotations in sensor drivers
| * | | | | 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
| * | | | | Improve modem manager warning to avoid having smart people tell us we have ↵Lorenz Meier2014-07-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Linux compatibility issues while we actually do not.
| * | | | | px_uploader: added ModemManager warningAndrew Tridgell2014-07-081-0/+7
| | | | | |
| * | | | | 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-084-7/+7
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Merge pull request #1156 from sjwilks/wingwingLorenz Meier2014-07-121-9/+19
|\ \ \ \ \ | | | | | | | | | | | | Updated the Wing Wing params based on latest flight tests.
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into wingwingSimon Wilks2014-07-1112-72/+179
| |\ \ \ \ \
| * | | | | | Updated following flight tests today.Simon Wilks2014-07-111-2/+1
| | | | | | |
| * | | | | | Updated the Wing Wing params based on latest flight tests.Simon Wilks2014-07-081-8/+19
| | | | | | |
* | | | | | | Merge pull request #1163 from hxxnrx/px4io_i2c_speed_400khzLorenz Meier2014-07-121-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Set IO PX4_I2C_BUS_ONBOARD I2C speed to 400KHz
| * | | | | | | Set IO PX4_I2C_BUS_ONBOARD I2C speed to 400KHzhxxnrx2014-07-101-1/+1
| | | | | | | |
* | | | | | | | Merge pull request #1060 from PX4/dataman_state_nav_rewriteLorenz Meier2014-07-1220-1024/+1447
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | dataman_state + navigator_rewrite
| * | | | | | | mavlink: Optimize to native types where possible, move things to optimize ↵Lorenz Meier2014-07-122-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | alignment
| * | | | | | | mavlink: Handle unhandled enum casesLorenz Meier2014-07-121-0/+13
| | | | | | | |
| * | | | | | | tests, drive by: Fix double comparison, use reasonable margin based on ↵Lorenz Meier2014-07-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | context of test
| * | | | | | | Improve mission feedback, fix compile errorsLorenz Meier2014-07-122-42/+52
| | | | | | | |
| * | | | | | | Fix severity handling of text messagesLorenz Meier2014-07-122-17/+68
| | | | | | | |
| * | | | | | | Final default values and more comments for paramsLorenz Meier2014-07-121-7/+11
| | | | | | | |
| * | | | | | | More obvious error message for mission rejectLorenz Meier2014-07-121-1/+1
| | | | | | | |
| * | | | | | | Merge branch 'master' of github.com:PX4/Firmware into dataman_state_nav_rewriteLorenz Meier2014-07-111-1/+3
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of github.com:PX4/Firmware into dataman_state_nav_rewriteLorenz Meier2014-07-118-65/+107
| |\ \ \ \ \ \ \ \
| * | | | | | | | | mavlink, navigator: compile errors/warnings fixedAnton Babushkin2014-07-103-11/+7
| | | | | | | | | |
| * | | | | | | | | mavlink submodule fixedAnton Babushkin2014-07-101-0/+0
| | | | | | | | | |
| * | | | | | | | | Merge branch master into dataman_state_nav_rewriteAnton Babushkin2014-07-10338-115685/+919
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | dataman: use DM_KEY_WAYPOINTS_OFFBOARD() macro everywhereAnton Babushkin2014-07-102-20/+7
| | | | | | | | | | |
| * | | | | | | | | | navigator: reject mission if the first waypoint is too far from homeAnton Babushkin2014-07-073-3/+89
| | | | | | | | | | |
| * | | | | | | | | | dataman: added macro for offboard storage selectionAnton Babushkin2014-07-071-0/+2
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into dataman_nav_drtonAnton Babushkin2014-07-0731-285/+768
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'dataman_state_nav_rewrite' into follower2Anton Babushkin2014-07-0417-1001/+1271
| |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into dataman_state_nav_rewriteAnton Babushkin2014-07-0461-982/+1950
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | mavlink: stack size increasedAnton Babushkin2014-07-031-1/+1
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | rcS: start dataman before commanderAnton Babushkin2014-06-301-5/+5
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | mavlink, commander: bugs fixedAnton Babushkin2014-06-302-9/+3
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Merge branch 'master' into dataman_state_nav_rewriteAnton Babushkin2014-06-3066-1039/+3942
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Fix failed mergeLorenz Meier2014-06-291-54/+0
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Merged masterLorenz Meier2014-06-2959-807/+1415
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'navigator_rewrite' into dataman_state_nav_rewriteAnton Babushkin2014-06-2114-155/+343
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | mavlink: don't lock dataman when updating mission stateAnton Babushkin2014-06-211-6/+0
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Merge branch 'navigator_rewrite' into dataman_state_nav_rewriteAnton Babushkin2014-06-152-7/+8
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \