aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Integrate the interesting parts of the CMSIS 3.01 (r3p1) DSP librarypx4dev2013-01-06268-3/+133226
|
* Merge pull request #96 from sjwilks/autostart-scriptssjwilks2013-01-061-24/+22
|\ | | | | Updated PX4IO autostart script.
| * Starting GPS should probably be on by default.Simon Wilks2012-12-131-4/+4
| |
| * A mixer is required.Simon Wilks2012-12-101-0/+6
| |
| * Merge remote-tracking branch 'upstream/master' into autostart-scriptsSimon Wilks2012-12-071-3/+3
| |\
| * | Add logging back in.Simon Wilks2012-12-061-0/+5
| | |
| * | Updating the PX4IO rc script to the latest state.Simon Wilks2012-12-061-29/+16
| | |
* | | Fixed minor compile errorLorenz Meier2013-01-061-1/+1
| | |
* | | Added missing ADC start command, fixed return value / error behavior of ADC initLorenz Meier2013-01-062-2/+3
| | |
* | | Merge pull request #130 from PX4/px4io-adc-integration-battery-msgLorenz Meier2013-01-0621-224/+888
|\ \ \ | | | | | | | | Enables the PX4IO ADC (from px4io-adc-integration branch)
| * \ \ Merged latest masterLorenz Meier2013-01-0637-676/+1239
| |\ \ \ | |/ / / |/| | |
* | | | Merge branch 'master' of https://github.com/PX4/Firmwarepx4dev2013-01-061-10/+16
|\ \ \ \
| * \ \ \ Merge pull request #122 from PX4/sbus_rcloss_fixpx4dev2013-01-061-10/+16
| |\ \ \ \ | | | | | | | | | | | | Fixed connection loss / failsafe detection, added decoding of two switches
| | * \ \ \ Merged masterLorenz Meier2013-01-0628-674/+1124
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fixed connection loss / failsafe detection, added decoding of two switch ↵Lorenz Meier2012-12-311-9/+16
| | | | | | | | | | | | | | | | | | | | | | | | channels if IO supports 18 RC channels. Loss is tested, switch channels are not.
* | | | | | Merge commit '375d3c14d742248b434c080527886a95ea1d563f'px4dev2013-01-065-9/+25
|\ \ \ \ \ \
| * | | | | | increase the UART buffer sizes to 256Andrew Tridgell2013-01-061-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The most critical one is the GPS serial port receive buffer size, which needs to be at least 128 to support the UBLOX protocol, but it seems a good idea for people running a FMU without a IO board to increase the UART buffer sizes generally
| * | | | | | fixed PWM_SERVO_GETAndrew Tridgell2013-01-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | this was using the wrong channel
| * | | | | | fixup rateAndrew Tridgell2013-01-061-0/+5
| | | | | | |
| * | | | | | added PWM_SERVO_SET_UPDATE_RATE ioctlAndrew Tridgell2013-01-063-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this allows apps to set the PWM update rate. APM needs this to honor the user configurable PWM rate setting for copters.
* | | | | | | Merge commit '920608bf3671662f94b4939ffdaf6fde2b08edff'px4dev2013-01-067-3/+106
|\| | | | | |
| * | | | | | added vdprintf() library functionAndrew Tridgell2013-01-055-1/+99
| | | | | | |
| * | | | | | serial: fixed up FIONREAD and FIONWRITEAndrew Tridgell2013-01-031-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the device ioctl returns -ENOTTY when it hasn't handled the command
| * | | | | | Add FIONWRITE to allow applications to sniff the amount of writable space on ↵px4dev2013-01-032-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | a descriptor. Implement this for serial devices only.
| * | | | | | build: allow for external apps via EXTERNAL_APPSAndrew Tridgell2013-01-021-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | this is used by the APM build
* | | | | | | Merge commit '890b1ac0689984cb6bc4638cc2aa8ec869d14f91'px4dev2013-01-061-2/+6
|\| | | | | |
| * | | | | | build: cope better with absolute pathsAndrew Tridgell2013-01-021-2/+6
| | | | | | |
* | | | | | | Merge commit '0fff8aa23b477bebda9c1a79f5cd0b5eceeb95d1'px4dev2013-01-061-3/+2
|\| | | | | |
| * | | | | | GPS: added comment on units for varianceAndrew Tridgell2013-01-021-3/+2
| | | | | | |
* | | | | | | Merge commit '63464a8959d90bd92c4998a80992c416b85c2057'px4dev2013-01-061-2/+3
|\| | | | | | | |/ / / / / |/| | | | |
| * | | | | mavlink: fixed build warningAndrew Tridgell2013-01-021-2/+3
| |/ / / /
* | | | | Merge pull request #132 from PX4/#111-px4io-integrated-mixingpx4dev2013-01-0625-673/+1036
|\ \ \ \ \ | | | | | | | | | | | | #111 px4io integrated mixing
| * \ \ \ \ Merge branch 'master' into #111-px4io-integrated-mixingpx4dev2013-01-068-30/+96
| |\ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | Fix a botched merge for #106 at the same time.
* | | | | | Merge pull request #123 from PX4/#106-px4io-relayspx4dev2013-01-062-5/+52
|\ \ \ \ \ \ | | | | | | | | | | | | | | Initial implementation of application access to the PX4IO relays.
| * | | | | | Initial implementation of application access to the PX4IO relays.px4dev2012-12-203-6/+53
| | | | | | |
* | | | | | | Ignore more.px4dev2013-01-051-0/+2
| | | | | | |
| | * | | | | Rework the way we scan text for scaler definitions; something weird was ↵px4dev2012-12-301-25/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | going on with sscanf's handling of %n that wasn't obvious. This seems to work around the issue.
| | * | | | | Revert "Removed text reuse, causing crash with stack trace"px4dev2012-12-301-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 668d1b330114fefc0ae7a6c476074f2c263c1476.
| | * | | | | Removed text reuse, causing crash with stack traceLorenz Meier2012-12-301-4/+4
| | | | | | |
| | * | | | | Fix px4io signal test command to force FMU armed state.px4dev2012-12-301-0/+7
| | | | | | |
| | * | | | | Implement the remaining pieces of mixer upload to PX4IO.px4dev2012-12-304-79/+129
| | | | | | |
| | * | | | | Add a receive error counter for debugging purposes.px4dev2012-12-301-3/+6
| | | | | | |
| | * | | | | Fix logic for handling partial buffers.px4dev2012-12-301-9/+28
| | | | | | |
| | * | | | | Rename the FMU->IO output controls to reflect the fact that they are ↵px4dev2012-12-294-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | controls, not servo values.
| | * | | | | Assorted compile fixes.px4dev2012-12-292-4/+4
| | | | | | |
| | * | | | | whitespace/formattingpx4dev2012-12-2912-77/+129
| | | | | | |
| | * | | | | Factory method for a simple mixer that converts PWM/PPM values to the ↵px4dev2012-12-292-26/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | standard internal format.
| | * | | | | Fix some scaling errors in the PWM <-> mixer-internal conversions.px4dev2012-12-291-2/+2
| | | | | | |
| | * | | | | Rough in the new mixer path for PX4IO.px4dev2012-12-295-41/+132
| | | | | | |
| | * | | | | Add the ability to reset a mixer group. Report the remaining buffer size ↵px4dev2012-12-292-11/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | from load_from_buf.