aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/px4io
Commit message (Expand)AuthorAgeFilesLines
* Merged masterLorenz Meier2013-08-171-51/+92
|\
| * Make it obvious that file * isn't used hereJean Cyr2013-08-171-1/+2
| * Flesh out PX4IO documentation comments and delete unnecessary class varJean Cyr2013-08-161-51/+90
* | Merged public masterLorenz Meier2013-08-161-28/+35
|\|
| * Tell mavlink about bind resultsJean Cyr2013-08-111-7/+17
| * Remove unused IOCTLsJean Cyr2013-08-111-6/+0
| * Support DSM bind via QGroundControlJean Cyr2013-08-111-21/+25
| * Some DSM satellites are fussier about bind pulse timingJean Cyr2013-08-101-2/+1
* | Increased logging to 200 Hz in F330 startup for v2, allowed to set up to 333 ...Lorenz Meier2013-08-111-3/+3
* | Reduced excessive IO stack size (had 4k, is using 0.7k, has now 2k)Lorenz Meier2013-08-111-1/+1
* | px4io: include board_config.hAndrew Tridgell2013-08-061-1/+2
* | Restructure things so that the PX4 configs move out of the NuttX tree, and mo...px4dev2013-08-022-7/+2
* | px4io: don't try the px4io serial interface on FMUv1Andrew Tridgell2013-08-021-0/+2
* | Symbol cleanup for servo vs. battery voltageLorenz Meier2013-07-261-3/+3
* | Fix handling of register read operation errors.px4dev2013-07-171-13/+17
* | Add additional file name optionsLorenz Meier2013-07-171-2/+4
* | Fixed compile error due to bad mergeLorenz Meier2013-07-161-3/+3
* | Merge branch 'master' of https://github.com/PX4/Firmware into fmuv2_bringuppx4dev2013-07-142-15/+124
|\|
| * Don't leave RX in bind mode on console open failJean Cyr2013-07-111-2/+2
| * General cleanup of /dev/px4io and /dev/px4fmuJean Cyr2013-07-091-5/+5
| * Minor px4io optimizationJean Cyr2013-07-071-18/+9
| * Prevent RELAY1 control via IOCTL if DSM bind feature is enabledJean Cyr2013-07-071-14/+45
| * Merge remote-tracking branch 'upstream/master'Jean Cyr2013-07-071-1/+8
| |\
| | * Turn off loggingpx4dev2013-06-161-4/+4
| | * Set the serial port speed before trying to talk to IOpx4dev2013-06-161-3/+10
| * | Support binding DSM2 and DSMX satellite receiversJean Cyr2013-07-051-5/+91
| |/
* | Don't build interface drivers we don't have config for.px4dev2013-07-142-8/+8
* | Use common, board-type-agnostic code to allocate the PX4IO interface.px4dev2013-07-141-34/+32
* | Direct-access device functions return errors directly.px4dev2013-07-144-156/+79
* | rename the px4io serial perf counters so it's clearer what they belong topx4dev2013-07-131-10/+10
* | Build the px4io interfaces on top of the Device direct-access API.px4dev2013-07-133-144/+134
* | Make px4io driver filenames less ambiguous.px4dev2013-07-134-3/+3
* | Pull v2 pieces up to build with the mergepx4dev2013-07-073-7/+6
* | Tweak protocol register assignments and add new registers to accommodate diff...px4dev2013-07-061-18/+35
* | Optimise the RC input fetch for <= 9ch transmitters; this eliminates one read...px4dev2013-07-061-22/+22
* | Crank up the test speed for 'px4io iftest 1'px4dev2013-07-061-2/+1
* | Move the common definitions for the PX4IO serial protocol into the shared hea...px4dev2013-07-061-79/+2
* | Abort the px4io worker task if subscribing to the required ORB topics fails.px4dev2013-07-061-0/+9
* | Add retry-on-error for non-protocol errors.px4dev2013-07-051-52/+98
* | Enable handling for short-packet reception on FMU using the line-idle interru...px4dev2013-07-051-58/+66
* | More link performance counters.px4dev2013-07-051-15/+33
* | Be more consistent with the packet format definition.px4dev2013-07-051-6/+12
* | Eliminate the TD DMA callback; we don't need to know that it's completed.px4dev2013-07-051-57/+18
* | Check packet CRCs and count errors; don't reject packets yet.px4dev2013-07-051-1/+12
* | Add an 8-bit CRC to each transmitted packet.px4dev2013-07-051-4/+56
* | Encode the packet type and result in the unused high bits of the word count.px4dev2013-07-051-8/+18
* | Always send and expect a reply for every message.px4dev2013-07-051-33/+27
* | Use the NuttX built-in crc32, it works fine.px4dev2013-07-051-46/+4
* | Switch to the 'normal' way of doing register accessors.px4dev2013-07-041-57/+82
* | Add PX4IOv2 support to the uploader.px4dev2013-07-041-4/+33