ArduinoCore-avr/cores/arduino
David A. Mellis 8b09b6be80 Making HardwareSerial tests register-based, not CPU-based.
Mark Sproul's patches, via Christian Maglie.
http://code.google.com/p/arduino/issues/detail?id=315
2010-10-17 13:36:02 -04:00
..
HardwareSerial.cpp Making HardwareSerial tests register-based, not CPU-based. 2010-10-17 13:36:02 -04:00
HardwareSerial.h Making HardwareSerial tests register-based, not CPU-based. 2010-10-17 13:36:02 -04:00
Print.cpp Changing String::toCharArray() and getBytes() to accept a buffer, rather than return one. That way they don't expose the internal representation of the String class, allowing future optimization. Thanks to Paul Stoffregen. 2010-08-28 10:23:54 +00:00
Print.h Adding support for printing Strings to the Print class. 2010-07-04 23:22:34 +00:00
Stream.h Making Client inherit from Stream, which unforunately means taking peek() out of Stream for now, since there's no immediate implementation for Client. 2010-08-11 18:19:01 +00:00
Tone.cpp Changing #include <> to #include "" in Tone.cpp. 2010-10-09 17:08:19 -04:00
WConstants.h Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
WInterrupts.c 1280 -> 1280/2560. 2010-09-08 22:33:33 +00:00
WMath.cpp Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
WProgram.h 1280 -> 1280/2560. 2010-09-08 22:33:33 +00:00
WString.cpp Changing String::toCharArray() and getBytes() to accept a buffer, rather than return one. That way they don't expose the internal representation of the String class, allowing future optimization. Thanks to Paul Stoffregen. 2010-08-28 10:23:54 +00:00
WString.h Changing String::toCharArray() and getBytes() to accept a buffer, rather than return one. That way they don't expose the internal representation of the String class, allowing future optimization. Thanks to Paul Stoffregen. 2010-08-28 10:23:54 +00:00
binary.h Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
main.cpp Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
pins_arduino.c 1280 -> 1280/2560. 2010-09-08 22:33:33 +00:00
pins_arduino.h 1280 -> 1280/2560. 2010-09-08 22:33:33 +00:00
wiring.c Fixing PWM on pins 9 & 10 on the Uno. 2010-10-02 13:38:10 -04:00
wiring.h 1280 -> 1280/2560. 2010-09-08 22:33:33 +00:00
wiring_analog.c 1280 -> 1280/2560. 2010-09-08 22:33:33 +00:00
wiring_digital.c 1280 -> 1280/2560. 2010-09-08 22:33:33 +00:00
wiring_private.h 1280 -> 1280/2560. 2010-09-08 22:33:33 +00:00
wiring_pulse.c Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
wiring_shift.c Adding shiftIn() from Wiring (no count or delaytime though). 2010-08-11 22:59:00 +00:00