ardupilot/libraries/FastSerial
Andrew Tridgell d44ceb3fa5 FastSerial: added a vprintf_P() function
used by CLI on UART2
2012-11-21 21:41:34 +11:00
..
examples MultiFastSerial example sketch: notes on fatal error in avr-gcc 4.5.x 2012-10-15 20:42:19 -07:00
BetterStream.cpp FastSerial: added a vprintf_P() function 2012-11-21 21:41:34 +11:00
BetterStream.h FastSerial: added a vprintf_P() function 2012-11-21 21:41:34 +11:00
FastSerial.cpp FastSerial: avoid buffer re-allocation on re-open if possible 2012-06-09 07:43:22 +10:00
FastSerial.h FastSerial: added tx_pending() method 2012-06-15 15:53:27 +10:00
ftoa_engine.S Bring in floating point support for BetterStream::printf, courtesy of the avr-libc implementation. 2010-11-23 00:38:16 +00:00
ftoa_engine.h Bring in floating point support for BetterStream::printf, courtesy of the avr-libc implementation. 2010-11-23 00:38:16 +00:00
keywords.txt "Fast" serial driver that fully overrides the Arduino-provided HardwareSerial/Serial* driver. 2010-08-23 06:25:03 +00:00
macros.inc Bring in floating point support for BetterStream::printf, courtesy of the avr-libc implementation. 2010-11-23 00:38:16 +00:00
ntz.h Bring in floating point support for BetterStream::printf, courtesy of the avr-libc implementation. 2010-11-23 00:38:16 +00:00
ultoa_invert.S Bring in floating point support for BetterStream::printf, courtesy of the avr-libc implementation. 2010-11-23 00:38:16 +00:00
vprintf.cpp AP_Common: PSTR def has specific version for avr-gcc 4.6 compatibility 2012-10-15 20:42:18 -07:00
xtoa_fast.h Bring in floating point support for BetterStream::printf, courtesy of the avr-libc implementation. 2010-11-23 00:38:16 +00:00