ardupilot/libraries/FastSerial
2010-09-24 07:32:38 +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 Add a carriage return before printing a newline when we are called as stdout/stderr. 2010-09-24 07:32:38 +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