Commit Graph

4543 Commits

Author SHA1 Message Date
px4dev 514d32e961 Cut down 'tests file' for debugging 2013-09-11 13:42:29 -07:00
px4dev ed4b34547c Make the init code compile if we don't have the granule allocator / dma allocator required 2013-09-11 13:42:29 -07:00
px4dev f49e444ce3 Defconfig hacks to get me a console. 2013-09-11 13:42:29 -07:00
px4dev bbac1445b0 Add DMA buffer allocation pool. 2013-09-11 13:42:29 -07:00
Lorenz Meier 3a326cb467 Guard probe / reset against other SPI drivers 2013-09-11 22:16:29 +02:00
px4dev 8755d76d1b Hotfix - fault decode typo in ARMv7M macros 2013-09-11 08:56:45 -07:00
Lorenz Meier 235378d62c Removed unused files 2013-09-10 23:53:39 +02:00
Lorenz Meier 516481aa2b Updated MAVLink version 2013-09-10 23:53:25 +02:00
Lorenz Meier 57769ec437 Reducing timeout to 0.5 seconds 2013-09-10 14:09:09 +02:00
Lorenz Meier c3b6cea77a Hotfix for S.Bus systems with more than 8 channels 2013-09-10 13:22:56 +02:00
Lorenz Meier 465f161427 Hotfix: remove bogus commit 2013-09-10 12:49:17 +02:00
px4dev fb57d5a186 Merge pull request #389 from davidbuzz/rgbfix
the "rgbled rgb X X X" command was broken, and would set green when you ...
2013-09-09 20:50:33 -07:00
Buzz c12955fbc0 the "rgbled rgb X X X" command was broken, and would set green when you asked for red, and blue when you asked for green, and never set red. - off by 1 error in parameter numbering. 2013-09-10 13:32:32 +10:00
Lorenz Meier 7866b90477 Merge branch 'master' of github.com:PX4/Firmware 2013-09-08 22:07:47 +02:00
Lorenz Meier 98ac914cb0 Add setting queue depth to HMC test 2013-09-08 22:07:33 +02:00
Lorenz Meier 690d29078f Merge branch 'master' of github.com:PX4/Firmware 2013-09-08 20:05:49 +02:00
Lorenz Meier c3bb6960e6 Fixed mavlink start / stop to ensure process is in a sane state once NSH return 2013-09-08 20:05:38 +02:00
Lorenz Meier 56a35cc889 Fixed commander start / stop to ensure the state is sane once NSH returns 2013-09-08 20:05:15 +02:00
Lorenz Meier 751c026469 Merge pull request #381 from PX4/waypoint_loiter
Have systems loiter at the last waypoint
2013-09-07 09:50:37 -07:00
Lorenz Meier b599a32c16 Removed dysfunctional includes. Need to be re-done properly when finally implementing SITL. No use to leave untested stuff in tree. 2013-09-07 12:22:24 +02:00
Lorenz Meier bdabcd9627 Merge pull request #382 from PX4/bool_fix
Make bool on FMUv1 and FMUv2 behave the same
2013-09-06 13:27:33 -07:00
Lorenz Meier 79dfd83533 Merge pull request #383 from tstellanova/inject_version
grab the git hash and inject it into every log file header
2013-09-06 11:12:18 -07:00
tstellanova 23a355644b grab the git hash and inject it into every log file header 2013-09-06 10:18:08 -07:00
Lorenz Meier 58adc7e40b Make bool on FMUv1 and FMUv2 behave the same 2013-09-06 17:07:11 +02:00
Lorenz Meier 127832b8fd Have systems loiter at the last waypoint 2013-09-06 17:00:49 +02:00
Lorenz Meier 6104d14968 Have systems loiter at the last waypoint 2013-09-06 16:53:09 +02:00
Lorenz Meier 3d821b8131 Hotfix: Gain optimization 2013-09-05 22:32:13 +02:00
Lorenz Meier 373a74adb9 Setting correct battery scaling for FMU-only setups 2013-09-05 17:39:36 +02:00
Lorenz Meier 02df2b8fe5 Merge pull request #380 from julianoes/hotfix_mag_calib
Workaround to prevent crash during mag calibration
2013-09-05 08:07:22 -07:00
Julian Oes e8c309fb14 Workaround to prevent crash during mag calibration 2013-09-05 15:57:09 +02:00
Lorenz Meier 84f44107dd Merge branch 'master' of github.com:PX4/Firmware 2013-09-05 13:24:51 +02:00
Lorenz Meier 5dbe53877a Fixed sched param setup in MAVLink app 2013-09-05 13:24:37 +02:00
Lorenz Meier aa785b0d2b Hotfix: Better error reporting, fixed sched param setup 2013-09-05 13:24:21 +02:00
Lorenz Meier 3968bd4c1b Merge pull request #379 from PX4/landed_bugfix
position_estimator_inav: land detector bug fixed
2013-09-05 03:39:55 -07:00
Anton Babushkin 1d7f3d0aa5 position_estimator_inav: land detector bug fixed 2013-09-05 12:20:03 +02:00
Lorenz Meier 09db74da0a Hotfix: Minor param adjustments based on flight testing 2013-09-05 10:27:35 +02:00
Lorenz Meier a022a3800c Merge pull request #366 from julianoes/python3_compat
Make px_mkfw.py and px_upload.py compatible with both python 2.7 and 3.3
2013-09-04 06:25:10 -07:00
Lorenz Meier c8b667c9cc Merge branch 'master' of github.com:PX4/Firmware into python3_compat 2013-09-04 15:08:16 +02:00
Julian Oes d30ba44f46 The python uploader can now reboot the board 2013-09-04 14:54:16 +02:00
Julian Oes 59373399ff Uploader works now with Python 2.7 and 3.3 2013-09-04 13:30:00 +02:00
Lorenz Meier 0c7995fd03 Avoid unneccesary cast 2013-09-04 08:12:51 +02:00
Lorenz Meier 5e9b1d6b2e Merge pull request #376 from PX4/scripts_fix
Tabs replaced by spaces in autostart scripts
2013-09-03 14:24:42 -07:00
Anton Babushkin 5030a27f48 Tabs replaced by spaces in autostart scripts 2013-09-03 23:16:32 +02:00
Lorenz Meier 175020cb5b Hotfix: Identified mavlink issue source, workaround, working on a fix 2013-09-03 22:45:33 +02:00
Lorenz Meier b5ec359c79 Merge pull request #375 from julianoes/hotfix_px4io_uart
Reset baudrate after px4io update
2013-09-03 08:12:49 -07:00
Julian Oes e301bb4d94 Reset baudrate after px4io update 2013-09-03 17:07:41 +02:00
Lorenz Meier 811e1151fa Fix UART buf sizes so that MAVLink transfers are not corrupted for all serial ports intended for MAVLink 2013-09-03 16:41:29 +02:00
Lorenz Meier 1c5ceb17e8 Merge pull request #304 from julianoes/ardrone_fixes
Prevent flips at high throttle
2013-09-03 05:58:56 -07:00
Julian Oes 96e7f42844 Merge branch 'master' into python3_compat 2013-09-03 09:34:25 +02:00
Lorenz Meier 2457013bbb Hotfix for USB: Starting MAVLink only on USB if connected. Needs rewrite of MAVLink and delay / retries for correct approach 2013-09-03 08:17:22 +02:00