ArduinoCore-avr/cores/arduino
Zach Eveland 29cfd9e9fe Merge branch 'master' of github.com:arduino/Arduino into diskloader_reboot
Conflicts:
	app/src/processing/app/Editor.java
	app/src/processing/app/Sketch.java
	build/shared/examples/4.Communication/SerialCallResponse/SerialCallResponse.pde
	build/shared/lib/theme/theme.txt
	hardware/arduino/cores/arduino/HardwareSerial.h
	hardware/arduino/cores/arduino/Print.cpp
	hardware/arduino/cores/arduino/WString.h
	hardware/arduino/variants/mega/pins_arduino.h
	libraries/Ethernet/examples/PachubeClient/PachubeClient.ino
	libraries/Ethernet/examples/PachubeClientString/PachubeClientString.ino
	libraries/Firmata/examples/EchoString/EchoString.ino
	libraries/SD/File.cpp
	libraries/SoftwareSerial/SoftwareSerial.cpp
	libraries/SoftwareSerial/SoftwareSerial.h
	libraries/SoftwareSerial/examples/SoftwareSerialExample/SoftwareSerialExample.ino
	libraries/SoftwareSerial/keywords.txt
2011-10-27 09:32:27 -04:00
..
Arduino.h added support for TIMER4D used for PWM on Leonardo and Micro D6 2011-09-16 16:36:42 -04:00
CDC.cpp fixed bug where sketches over 28k caused subsequent auto-reset-and-upload attempts to fail. fixed bug in reboot routine, changed fuses to select 1024-word bootloader size, disabled hardware boot enable. 2011-09-08 19:31:18 -04:00
Client.h Making Print::write(char *) non-virtual. 2011-09-07 18:41:05 -04:00
HID.cpp added Mouse.isPressed() method 2011-09-16 16:59:14 -04:00
HardwareSerial.cpp Fixing more warnings (Paul Stoffregen). 2011-10-10 11:28:44 -04:00
HardwareSerial.h Merge branch 'new-extension' of https://github.com/arduino/Arduino into new-extension 2011-09-08 20:26:47 -04:00
IPAddress.cpp Merge branch 'master' into wifly_integration 2011-08-28 20:28:53 +01:00
IPAddress.h Merge branch 'master' into wifly_integration 2011-08-28 20:28:53 +01:00
Platform.h support for non-Leonardo boards is back! 2011-08-30 11:50:08 -04:00
Print.cpp Fixing more warnings (Paul Stoffregen). 2011-10-10 11:28:44 -04:00
Print.h Making Print::write(char *) non-virtual. 2011-09-07 18:41:05 -04:00
Printable.h Merge branch 'new-extension' of https://github.com/arduino/Arduino 2011-08-27 23:53:42 +01:00
Server.h Making Print::write(char *) non-virtual. 2011-09-07 18:41:05 -04:00
Stream.cpp Fixing warnings in Stream (Paul Stoffregen) 2011-10-02 09:44:21 -04:00
Stream.h Fixing warnings in Stream (Paul Stoffregen) 2011-10-02 09:44:21 -04:00
Tone.cpp Moving wiring.h contents into Arduino.h. 2011-03-01 20:00:16 -05:00
USBAPI.h added Mouse.isPressed() method 2011-09-16 16:59:14 -04:00
USBCore.cpp added automatic one-shot TX and RX LED control for sketch USB 2011-09-16 14:32:25 -04:00
USBCore.h Serial via USB works 2011-08-14 16:59:34 -04:00
USBDesc.h added to sketch iProduct and iManufacturer strings identifying board as either an "Arduino Leonardo" or "Arduino Micro" manufactured by "Arduino LLC" 2011-09-16 12:29:47 -04:00
Udp.h Making Print::write(char *) non-virtual. 2011-09-07 18:41:05 -04:00
WCharacter.h Replacing custom String.toInt() function with a call to atol(). 2010-12-03 23:12:41 -05:00
WInterrupts.c Re-arranging header files and small fixes to optimized core functions. 2011-03-02 23:05:25 -05:00
WMath.cpp Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
WString.cpp Fixing more warnings (Paul Stoffregen). 2011-10-10 11:28:44 -04:00
WString.h Fixing more warnings (Paul Stoffregen). 2011-10-10 11:28:44 -04:00
binary.h Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
main.cpp Merge branch 'new-extension' of https://github.com/arduino/Arduino into new-extension 2011-09-08 20:26:47 -04:00
new.cpp Added virtual destructor to Printable, which also requires new and delete operators to be added 2011-04-10 11:34:40 +01:00
new.h Added virtual destructor to Printable, which also requires new and delete operators to be added 2011-04-10 11:34:40 +01:00
wiring.c Using alternate timer 0 overflow interrupt signal name for ATtiny24/44/84. 2011-09-30 11:24:44 -04:00
wiring_analog.c added support for TIMER4D used for PWM on Leonardo and Micro D6 2011-09-16 16:36:42 -04:00
wiring_digital.c Removing optimized digitalWrite(), digitalRead(), pinMode(). 2011-03-03 18:46:45 -05:00
wiring_private.h Fixing more warnings (Paul Stoffregen). 2011-10-10 11:28:44 -04:00
wiring_pulse.c pulseIn() now times out while measuring the pulse, not just while waiting for it to start. 2010-11-22 23:33:59 -05:00
wiring_shift.c Adding shiftIn() from Wiring (no count or delaytime though). 2010-08-11 22:59:00 +00:00