ardupilot/libraries/FastSerial
DrZiplok@gmail.com 5ba0c7328f Hook up stdio input, for the heck of it. We seem to be moving away from it, but there are things it can do that are hard to do with the Stream interfaces.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@555 f9c3cf11-9bcb-44bc-f272-b75c42450872
2010-09-25 18:15:56 +00:00
..
examples/FastSerial Remove the method call from the interrupt handlers. This brings the rx and tx interrupt paths down to < 60 instructions worst case, or ~4us. 2010-09-13 17:44:59 +00:00
FastSerial.cpp Hook up stdio input, for the heck of it. We seem to be moving away from it, but there are things it can do that are hard to do with the Stream interfaces. 2010-09-25 18:15:56 +00:00
FastSerial.h Stop trying to be so clever in the tx interrupt handler. We may race with the code stuffing bytes into the ring such that we consume the last byte and empty the ring before they set the UDRE interrupt. 2010-09-22 06:56:27 +00:00
keywords.txt "Fast" serial driver that fully overrides the Arduino-provided HardwareSerial/Serial* driver. 2010-08-23 06:25:03 +00:00