13 Commits (8c46fced1699a503a833ba78003a551e90e9df00)

Author SHA1 Message Date
Pat Hickey f48568c9a6 MultiFastSerial example sketch: notes on fatal error in avr-gcc 4.5.x 12 years ago
Pat Hickey e84a467311 FastSerial example sketch: Depend on AP_Common for PSTR definitions 12 years ago
Pat Hickey d75ca684cc MultiFastSerial test: make it easier to observe which serial port causes crash 12 years ago
Pat Hickey 930d387b8d FastSerial: add extra example sketch MultiFastSerial to test multiple ports 12 years ago
Randy Mackay 8533aaf5d9 AP_PID, AP_RC_Channel, FastSerial - small changes to make example sketches compile again 13 years ago
james.goppert@gmail.com 2d1b59e9a6 Eclipse makefile support for examples. 14 years ago
DrZiplok@gmail.com aa2bbe9131 A better workaround for the PSTR warning bug. This seems to work correctly. 14 years ago
DrZiplok@gmail.com 2dfb44907f Add a test case for printf_P 14 years ago
DrZiplok@gmail.com 43262a573f Bring in floating point support for BetterStream::printf, courtesy of the avr-libc implementation. 14 years ago
DrZiplok@gmail.com 271d4736a8 Factor the Stream-related enhancements out from FastSerial proper, so that we could use them on other Stream subclasses if that seemed worthwhile. 15 years ago
DrZiplok@gmail.com 11865c1718 Remove the method call from the interrupt handlers. This brings the rx and tx interrupt paths down to < 60 instructions worst case, or ~4us. 15 years ago
DrZiplok@gmail.com 009ef940c6 Update to take advantage of the new Stream class in Arduino 0019. 15 years ago
DrZiplok@gmail.com 6074c410d9 "Fast" serial driver that fully overrides the Arduino-provided HardwareSerial/Serial* driver. 15 years ago