ArduPlane, ArduCopter, ArduRover, ArduSub source
Go to file
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
Arducopter New ArducopterNG architecture 2010-08-28 16:07:33 +00:00
ArducopterNG added dont_use empty file 2010-08-30 16:17:08 +00:00
Configurator added changes to fix yaw orientation for sensor output and transmitter config 2010-08-24 08:48:15 +00:00
Frame adding info text to frame folder 2010-08-19 01:11:21 +00:00
libraries Change the way the port declaration macros work. This saves ~300 2010-08-31 06:22:54 +00:00
Install.txt New version from Ted´s Mikro branch. Added InstantPWM. 2010-07-04 20:15:20 +00:00