aboutsummaryrefslogtreecommitdiff
path: root/src/modules/px4iofirmware/serial.c
Commit message (Expand)AuthorAgeFilesLines
* px4io: fixed the io_reg_{set,get} errorsAndrew Tridgell2013-10-281-17/+3
* Tweak IO serial packet error handling slightly; on reception of a serial erro...px4dev2013-07-071-10/+34
* Pull v2 pieces up to build with the mergepx4dev2013-07-071-1/+1
* Enable UART error handling on PX4IO.px4dev2013-07-061-4/+3
* Move the common definitions for the PX4IO serial protocol into the shared hea...px4dev2013-07-061-77/+2
* Copy the correct number of bytes back for register read operations. Basic PX4...px4dev2013-07-061-1/+1
* Enable handling for short-packet reception on FMU using the line-idle interru...px4dev2013-07-051-1/+1
* Enable handling for short-packet reception on IO using the line-idle interrup...px4dev2013-07-051-15/+22
* Remove the TX completion callback on the IO side.px4dev2013-07-051-40/+49
* Send error response if register write fails.px4dev2013-07-051-1/+5
* Be more consistent with the packet format definition.px4dev2013-07-051-5/+5
* Check packet CRCs and count errors; don't reject packets yet.px4dev2013-07-051-0/+7
* Add an 8-bit CRC to each transmitted packet.px4dev2013-07-051-3/+54
* Encode the packet type and result in the unused high bits of the word count.px4dev2013-07-051-7/+19
* Always send and expect a reply for every message.px4dev2013-07-051-16/+12
* Reset the PX4IO rx DMA if we haven't seen any traffic in a while; this gets u...px4dev2013-07-041-0/+8
* One more piece of paranoia when resetting DMApx4dev2013-07-041-1/+3
* More test work on the px4io side of the serial interface.px4dev2013-07-041-41/+152
* Rework the FMU<->IO connection to use a simple fixed-size DMA packet; this sh...px4dev2013-07-031-68/+101
* More implementation for the serial side on IO; fix a couple of bugs on the FM...px4dev2013-06-281-47/+78
* Add serial read-length handling.px4dev2013-05-221-2/+6
* Serial interface for IOv2px4dev2013-04-281-0/+129