ardupilot/libraries/FastSerial
DrZiplok@gmail.com e0be94a03f Change the way the port declaration macros work. This saves ~300
bytes by shrinking the constructor.

I don't quite understand why g++ is emitting two identical copies of
the ctor, but it wastes a bunch of space. 8(

Integrate FastSerial with the C library's standard I/O.  Add new
::printf and ::printf_P methods that do the obvious thing, and a
::getfd method so that a caller can use the other stdio functions with
the port if that's interesting.




git-svn-id: https://arducopter.googlecode.com/svn/trunk@361 f9c3cf11-9bcb-44bc-f272-b75c42450872
2010-08-31 06:22:54 +00:00
..
examples/FastSerial "Fast" serial driver that fully overrides the Arduino-provided HardwareSerial/Serial* driver. 2010-08-23 06:25:03 +00:00
FastSerial.cpp Change the way the port declaration macros work. This saves ~300 2010-08-31 06:22:54 +00:00
FastSerial.h Change the way the port declaration macros work. This saves ~300 2010-08-31 06:22:54 +00:00
keywords.txt "Fast" serial driver that fully overrides the Arduino-provided HardwareSerial/Serial* driver. 2010-08-23 06:25:03 +00:00