aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* FTP: Implement write command.Vladimir Ermakov2014-09-171-17/+24
* FTP: Add new open command for write.Vladimir Ermakov2014-09-172-22/+23
* Merge pull request #1362 from vooon/ftp_list_fixDon Gagne2014-09-152-4/+9
|\
| * FTP: Add skip entry information for proper offset calculation.Vladimir Ermakov2014-09-152-4/+9
|/
* Merge pull request #1358 from DonLakeFlyer/FTPDon Gagne2014-09-133-20/+37
|\
| * Fix List command testDon Gagne2014-09-121-16/+30
| * Update for not getting back "." entriesDon Gagne2014-09-101-1/+1
| * Don't send back U or ./.. entries from List commandDon Gagne2014-09-102-3/+6
* | Merge pull request #1356 from PX4/launchpitchlimit_mastersjwilks2014-09-117-8/+79
|\ \ | |/ |/|
| * Merge branch 'launchpitchlimit' into launchpitchlimit_masterThomas Gubler2014-09-081-5/+15
| |\
| | * launch pitch limit: add mtecs interfaceThomas Gubler2014-09-081-5/+15
| * | Merge remote-tracking branch 'upstream/master' into launchpitchlimit_masterThomas Gubler2014-09-0828-650/+2276
| |\ \ | | |/ | |/|
| * | additional upper pitch limit during launchThomas Gubler2014-09-087-5/+66
* | | Merge pull request #1357 from vooon/ftp_opcodeDon Gagne2014-09-107-85/+12
|\ \ \
| * | | FTP: remove padding zeroing.Vladimir Ermakov2014-09-101-2/+0
| * | | FTP: Update unit test for new header size.Vladimir Ermakov2014-09-105-53/+6
| * | | FTP: remove reserved uint32 from header.Vladimir Ermakov2014-09-102-4/+3
| * | | FTP: Remove CRC32 from protocol.Vladimir Ermakov2014-09-092-30/+5
| * | | FTP: Make responses start from opcode 128.Vladimir Ermakov2014-09-091-1/+1
| * | | FTP: Add req_opcode field for return request opcode in response message.Vladimir Ermakov2014-09-092-2/+4
|/ / /
* | | Added readmeLorenz Meier2014-09-091-0/+10
* | | Add license fileLorenz Meier2014-09-091-0/+41
* | | add heightrate ff for tecsThomas Gubler2014-09-064-60/+78
| |/ |/|
* | Merge branch 'terrainaltfield' of github.com:PX4/FirmwareLorenz Meier2014-09-066-329/+645
|\ \
| * | Trust the laser sensor moreLorenz Meier2014-09-031-1/+1
| * | Working and replay-tested altitude fusionLorenz Meier2014-09-023-302/+461
| * | Merge branch 'ekf_varweight' of github.com:PX4/Firmware into terrainaltfieldLorenz Meier2014-09-023-34/+150
| |\ \
| | * \ Merge branch 'master' of github.com:PX4/Firmware into ekf_varweightLorenz Meier2014-08-242-6/+13
| | |\ \
| | * \ \ Merge branch 'master' of github.com:PX4/Firmware into ekf_varweightLorenz Meier2014-08-246-61/+40
| | |\ \ \
| | * | | | avoid changing the reset logicLorenz Meier2014-08-241-1/+6
| | * | | | Run full update straight after reset, filter wind speed dynamicallyLorenz Meier2014-08-233-32/+31
| | * | | | Merge branch 'master' of github.com:PX4/Firmware into ekf_varweightLorenz Meier2014-08-2326-72/+891
| | |\ \ \ \
| | * | | | | Use the wind speed estimate filtered valuesLorenz Meier2014-08-181-2/+4
| | * | | | | Add long-term stable wind estimateLorenz Meier2014-08-182-0/+24
| | * | | | | Merge branch 'master' of github.com:PX4/Firmware into ekf_varweightLorenz Meier2014-08-170-0/+0
| | |\ \ \ \ \
| | * | | | | | EKF filter update. Now correctly scaling variance (well, if you could call th...Lorenz Meier2014-08-173-18/+104
| | * | | | | | Make some space on FMUv1Lorenz Meier2014-08-171-4/+1
| * | | | | | | Add filter estimatesLorenz Meier2014-09-011-1/+34
| * | | | | | | add logging for gpos terrain altThomas Gubler2014-09-012-2/+8
| * | | | | | | add global pos valid flagThomas Gubler2014-09-011-0/+1
| * | | | | | | add terrain alt field to global pos topicThomas Gubler2014-09-011-0/+1
* | | | | | | | Merge pull request #1348 from PX4/uavcan_gnss_updateLorenz Meier2014-09-062-5/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | UAVCAN: GNSS fix message updatePavel Kirienko2014-09-032-5/+3
* | | | | | | | | Merge pull request #1345 from DonLakeFlyer/FTPLorenz Meier2014-09-0615-313/+1459
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Additional FTP command support plus unit testDon Gagne2014-09-022-311/+427
| * | | | | | | | | Tweak for mavlink_ftp api changeDon Gagne2014-09-021-2/+2
| * | | | | | | | | Generator for mavlink_ftp test filesDon Gagne2014-09-021-0/+7
| * | | | | | | | | Improved unit test frameworkDon Gagne2014-09-022-0/+23
| * | | | | | | | | New mavlink_ftp unit testDon Gagne2014-09-024-0/+997
| * | | | | | | | | Added mavlink_ftp unit testDon Gagne2014-09-021-0/+3