aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* HMC test routinemagtestLorenz Meier2014-10-101-16/+27
|
* ST24: Fix parser return values, update docsLorenz Meier2014-10-072-9/+11
|
* Fix parser return type handlingLorenz Meier2014-10-071-4/+3
|
* Formatted ST24 test codeLorenz Meier2014-10-071-16/+15
|
* IO input driver: Output ST24 as receiver type / statusLorenz Meier2014-10-072-2/+11
|
* PX4IO firmware: Fix commentLorenz Meier2014-10-071-1/+1
|
* PX4IO Controls: compile fixesLorenz Meier2014-10-071-9/+10
|
* ST24 lib: formattingLorenz Meier2014-10-072-129/+138
|
* Merge branch 'master' of github.com:PX4/Firmware into st24Lorenz Meier2014-10-0717-171/+476
|\
| * File test compile fixesLorenz Meier2014-10-051-5/+5
| |
| * Navigator: Optimize for spaceLorenz Meier2014-10-051-0/+2
| |
| * Dataman: Optimize for spaceLorenz Meier2014-10-051-0/+2
| |
| * Compile fixes in navigatorLorenz Meier2014-10-051-3/+3
| |
| * Merge pull request #1363 from vooon/ftp_write_supportLorenz Meier2014-10-052-39/+253
| |\ | | | | | | FTP: write support
| | * FTP: Return bytes written in payload.Vladimir Ermakov2014-10-051-5/+2
| | |
| | * FTP: Save errno in _copy_file().Vladimir Ermakov2014-10-051-2/+8
| | |
| | * FTP: Add file checksum calculation command.Vladimir Ermakov2014-09-222-0/+41
| | |
| | * FTP: Rename command.Vladimir Ermakov2014-09-222-0/+33
| | | | | | | | | | | | | | | Payload: `<oldpath>\0<newpath>` See: man 2 rename
| | * FTP: fix truncate errors. Also correct errno reporting.Vladimir Ermakov2014-09-171-4/+4
| | | | | | | | | | | | Seems that warnx() everytime changes originak errno to EINVAL.
| | * FTP: Add truncate command.Vladimir Ermakov2014-09-172-0/+129
| | | | | | | | | | | | | | | Unfortunately NuttX not provides truncate(), had to be emulated by copying with O_TRUNC flag.
| | * FTP: Implement write command.Vladimir Ermakov2014-09-171-17/+24
| | |
| | * FTP: Add new open command for write.Vladimir Ermakov2014-09-172-22/+23
| | | | | | | | | | | | All open commands now return file size.
| * | Merge pull request #1360 from DonLakeFlyer/UnitTestFrameworkLorenz Meier2014-10-0511-88/+139
| |\ \ | | | | | | | | Upgraded unit test framework
| | * | Upgraded unit test frameworkDon Gagne2014-09-1311-88/+139
| | | |
| * | | Merge pull request #1279 from PX4/takeoff_fixLorenz Meier2014-10-052-37/+73
| |\ \ \ | | | | | | | | | | navigator: skip takeoff if already above takeoff altitude
| | * | | Fixed function name of mission modification logic, attributed @DrTonLorenz Meier2014-10-052-10/+12
| | | | |
| | * | | Merge remote-tracking branch 'upstream/master' into takeoff_fixThomas Gubler2014-10-0540-196/+2492
| | |\ \ \ | | |/ / / | |/| | | | | | | | | | | | | Conflicts: src/modules/navigator/mission.cpp
| | * | | navigator: autocontinue fixAnton Babushkin2014-09-301-9/+17
| | | | |
| | * | | Merge branch 'master' into takeoff_fixAnton Babushkin2014-09-28115-1294/+5023
| | |\ \ \
| | * | | | navigator/mission.cpp: indentation fixedAnton Babushkin2014-09-281-7/+7
| | | | | |
| | * | | | mission: takeoff and next waypoint related fixesAnton Babushkin2014-08-161-11/+24
| | | | | |
| | * | | | navigator: skip takeoff if already above takeoff altitudeAnton Babushkin2014-08-162-30/+41
| | | | | |
* | | | | | ST24 integration in IO firmwareLorenz Meier2014-10-074-32/+54
| | | | | |
* | | | | | Finalizing ST24 libLorenz Meier2014-10-072-2/+2
| | | | | |
* | | | | | Fix up ST24 libLorenz Meier2014-10-072-18/+35
| | | | | |
* | | | | | Updates to ST24 decoding libraryLorenz Meier2014-10-062-24/+64
| | | | | |
* | | | | | Fixed ST24 testLorenz Meier2014-10-061-5/+19
| | | | | |
* | | | | | SBUS2 fixLorenz Meier2014-10-061-1/+2
| | | | | |
* | | | | | Fix file location for st24 testLorenz Meier2014-10-061-1/+1
| | | | | |
* | | | | | Fix compile error in parserLorenz Meier2014-10-061-1/+1
| | | | | |
* | | | | | Add ST24 test harnessLorenz Meier2014-10-063-2/+68
| | | | | |
* | | | | | Merge branch 'master' of github.com:PX4/Firmware into st24Lorenz Meier2014-10-0440-195/+2489
|\| | | | |
| * | | | | Merge pull request #1286 from PX4/mpc_trackLorenz Meier2014-10-041-40/+208
| |\ \ \ \ \ | | | | | | | | | | | | | | mc_pos_control: path following and smooth transitions on waypoints in AUTO
| | * | | | | mc_pos_control: AUTO speed limiting bug fixedAnton Babushkin2014-10-021-4/+6
| | | | | | |
| | * | | | | Merge branch 'master' into mpc_trackAnton Babushkin2014-09-2813-40/+222
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | * | | | | mc_pos_control: commented code block removedAnton Babushkin2014-09-281-10/+0
| | | | | | |
| | * | | | | Merge branch 'master' into mpc_trackAnton Babushkin2014-09-1845-806/+2659
| | |\ \ \ \ \
| | * | | | | | mc_pos_control: move position offset limiting to separate methodAnton Babushkin2014-09-011-0/+28
| | | | | | | |
| | * | | | | | mc_pos_control: reset position setpoint on entering to AUTO modeAnton Babushkin2014-09-011-5/+14
| | | | | | | |
| | * | | | | | Merge commit '2780dc39ce5d47f2d9dfa921062100a1dc86c2be' into mpc_trackAnton Babushkin2014-09-0176-489/+2183
| | |\ \ \ \ \ \