aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #587 from sjwilks/hott-fixesLorenz Meier2014-01-092-2/+2
|\ | | | | Reduce the scheduler priority to a more acceptable level
| * Adjust the HoTT sensor scheduler priority as wellSimon Wilks2014-01-101-1/+1
| |
| * Reduce the scheduler priority to a more acceptable valueSimon Wilks2014-01-101-1/+1
|/
* Cleaned up init config and picked a safe bet on FRAM clock speedLorenz Meier2014-01-091-6/+9
|
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2014-01-091-45/+71
|\
| * Merge pull request #586 from PX4/checkcrc_nostartLorenz Meier2014-01-091-45/+71
| |\ | | | | | | Allow to check IO CRC independent of the IO start status
| | * Allow to check IO CRC independent of the IO start status (retains the ↵Lorenz Meier2014-01-091-45/+71
| |/ | | | | | | interface status, startet or unstarted
* | Merge branch 'mount_tests' of github.com:PX4/Firmware into mount_testsLorenz Meier2014-01-091-2/+2
|\ \
| * \ Merge branch 'mount_tests' of github.com:PX4/Firmware into mount_testsLorenz Meier2014-01-081-1/+49
| |\ \
| * | | Better settings for the mount testLorenz Meier2014-01-081-2/+2
| | | |
* | | | Merge branch 'master' of github.com:PX4/Firmware into mount_testsLorenz Meier2014-01-091-1/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2014-01-092-2/+50
| |\ \
| | * \ Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2014-01-099-20/+102
| | |\ \
| | * | | Added UART5 DMA config for reliable IO updatesLorenz Meier2014-01-091-1/+1
| | | | |
* | | | | Merge branch 'master' into mount_testsLorenz Meier2014-01-081-1/+49
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | Improved file test, allowed abortionLorenz Meier2014-01-081-1/+49
| | | |
* | | | Merge branch 'master' into mount_testsLorenz Meier2014-01-0726-72/+1248
|\ \ \ \ | | |/ / | |/| |
| * | | Compiling in new functionsLorenz Meier2014-01-071-1/+2
| | | |
| * | | Added FMU command to read serialLorenz Meier2014-01-071-9/+20
| | | |
| * | | Added unique ID locationLorenz Meier2014-01-072-0/+3
| | | |
| * | | Added functionality to read serialLorenz Meier2014-01-072-0/+109
| | | |
| * | | OTP return value cleanupLorenz Meier2014-01-072-151/+179
| | | |
| * | | added otp libraryBuzz2014-01-073-1/+350
| |/ /
| * | px4io: enable power on Spektrum connector on initAndrew Tridgell2014-01-071-0/+6
| | |
| * | ms5611: report P and T in ms5611 infoAndrew Tridgell2014-01-071-0/+6
| | |
| * | FMUv1: use larger CDCACM buffer size for faster log transfer on FMUv1Andrew Tridgell2014-01-071-1/+1
| | |
| * | meas_airspeed: avoid trivial dependency on math libAndrew Tridgell2014-01-071-1/+3
| | | | | | | | | | | | including the math lib adds a huge amount to flash usage
| * | FMUv2: enable RXDMA on 2nd GPS port and debug consoleAndrew Tridgell2014-01-071-2/+2
| | | | | | | | | | | | | | | This should reduce the chance of lost data on these ports due to high interrupt latency
| * | FMUv2: make all UARTs use 512 byte buffer, 2048 for CDCACM outputAndrew Tridgell2014-01-071-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | this is important when using UARTs for things like secondary GPS modules, which may produce large enough transfers that 128 bytes is not enough. The 2048 buffer for CDCACM transmit makes mavlink log and parameter transfer faster
| * | px4iofirmware: make forceupdate more reliableAndrew Tridgell2014-01-073-10/+30
| |/ | | | | | | | | | | | | this schedules a reboot rather than rebooting immediately, which means the FMU gets an ACK for its reboot operation, preventing it from timing out waiting for the ACK. That makes the timing of the reboot more consistent, which makes it more reliable for forceupdate
| * Added support for Octo CoxLorenz Meier2014-01-061-1/+10
| |
| * Merge pull request #578 from kroimon/frsky_telemetryLorenz Meier2014-01-056-0/+649
| |\ | | | | | | Add FrSky telemetry support
| | * Further data format and code style fixes.Stefan Rado2014-01-032-59/+56
| | |
| | * Only send data packets we really support.Stefan Rado2014-01-021-6/+1
| | |
| | * Directly write to the voltage field for better precision.Stefan Rado2014-01-021-3/+1
| | |
| | * Update copyright info for 2014.Stefan Rado2014-01-024-7/+7
| | | | | | | | | | | | Happy New Year everyone!
| | * Merge branch 'master' into frsky_telemetryStefan Rado2014-01-0225-369/+278
| | |\
| | * | Fixes to FrSky telemetry data formats.Stefan Rado2013-12-302-65/+105
| | | |
| | * | Merge branch 'master' into frsky_telemetryStefan Rado2013-12-28120-2456/+7708
| | |\ \
| | * | | Add FrSky telemetry application.Stefan Rado2013-11-246-0/+619
| | | | | | | | | | | | | | | | | | | | This daemon emulates an FrSky sensor hub by periodically sending data packets to an attached FrSky receiver.
| * | | | Do not require suffixed constantsLorenz Meier2014-01-051-2/+1
| | | | |
| * | | | Merge branch 'ppm_in'Lorenz Meier2014-01-046-42/+25
| |\ \ \ \
| | * | | | Trimming down number of apps to save flash spaceLorenz Meier2014-01-042-21/+4
| | | | | |
| | * | | | Board config sweep / cleanup. No further functionality-relevant points foundLorenz Meier2014-01-023-17/+17
| | | | | |
| | * | | | Removed bogus 50 MHz setting, only relevant for outputsLorenz Meier2014-01-022-4/+4
| | | | | |
| | * | | | Merge branch 'master' of github.com:PX4/Firmware into ppm_inLorenz Meier2014-01-021-0/+1
| | |\ \ \ \
| | * | | | | HOTFIX: Avoid running out of range on the RC config paramsLorenz Meier2014-01-021-1/+1
| | | | | | |
| | * | | | | Final pin config for F1 PPM decoding, tested to be operational, pending ↵Lorenz Meier2014-01-022-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | in-application testing
| | * | | | | FMU-inspired PPM configLorenz Meier2014-01-022-2/+2
| | | |_|_|/ | | |/| | |
* | | | | | Better mount test, still not reproducing failure very wellLorenz Meier2014-01-071-12/+19
| | | | | |