ArduinoCore-avr/cores/arduino
Cristian Maglie 5f4e55a3d2 Merged 1.0.4 pre-release into 1.5 2012-12-17 16:53:45 +01:00
..
Arduino.h fixed permissions on a lot of text files. see #1116 2012-12-10 10:42:49 +01:00
CDC.cpp Merged latest changes in AVR arduino core 2012-10-18 18:47:50 +02:00
Client.h Making Print::write(char *) non-virtual. 2011-09-07 18:41:05 -04:00
HID.cpp fixed logic error in Keyboard.release() - now removes every occurrence of a key if it's present more than once 2012-03-28 19:46:32 -04:00
HardwareSerial.cpp Moving TXCO definition into HardwareSerial.cpp from HardwareSerial.h. 2012-12-08 10:44:48 -05:00
HardwareSerial.h Moving TXCO definition into HardwareSerial.cpp from HardwareSerial.h. 2012-12-08 10:44:48 -05: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 fixed permissions on a lot of text files. see #1116 2012-12-10 10:42:49 +01:00
Print.h fixed permissions on a lot of text files. see #1116 2012-12-10 10:42:49 +01: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 Adding readString() and readStringUntil() to Stream (Adrian McEwen). 2012-05-16 15:39:34 -04:00
Stream.h Adding readString() and readStringUntil() to Stream (Adrian McEwen). 2012-05-16 15:39:34 -04:00
Tone.cpp fixed permissions on a lot of text files. see #1116 2012-12-10 10:42:49 +01:00
USBAPI.h Adding write(str) and write(buf, size) for USB CDC. 2012-06-14 15:54:13 +01:00
USBCore.cpp Added support for Arduino Esplora 2012-12-07 18:11:07 +01:00
USBCore.h Serial via USB works 2011-08-14 16:59:34 -04:00
USBDesc.h sketch USB VID and PID values are passed in from boards.txt at compile time now. changed sketch PIDs to final values. also uncommented Micro section in boards.txt 2012-04-09 08:06:35 -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 Added support for interrupt on INT2 and INT3 on the Leonardo 2012-06-02 20:08:46 +02:00
WMath.cpp Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
WString.cpp Fixing warnings (unsigned comparisons to 0). (maniacbug) 2012-01-02 12:57:23 -05:00
WString.h Merged latest changes in AVR arduino core 2012-10-18 18:47:50 +02:00
binary.h Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
hooks.c Added general yield()-hook for cooperative scheduling development (part 2) 2012-11-02 18:12:21 +01:00
main.cpp renamed Leonardo USB_ class to USBDevice_ to be unambiguous. renamed "USB" object to "USBDevice" to prevent conflict with USB Host library (thanks Massimo) 2012-05-01 11:18:15 -04:00
malloc.c Fixed malloc() bug. (Paul Stoffregen) 2012-12-16 14:16:35 +01:00
new.cpp Add trivial new[] and delete[] operators (Justin R. Cutler) 2012-12-16 14:30:12 +01:00
new.h Add trivial new[] and delete[] operators (Justin R. Cutler) 2012-12-16 14:30:12 +01:00
wiring.c Added general yield()-hook for cooperative scheduling development (part 2) 2012-11-02 18:12:21 +01:00
wiring_analog.c Adding ATmega644P check to ATmega1284P check. 2012-10-09 13:53:09 -04:00
wiring_digital.c Merge branch 'master' of github.com:arduino/Arduino into new-extension 2012-01-10 12:02:27 -05:00
wiring_private.h fixed permissions on a lot of text files. see #1116 2012-12-10 10:42:49 +01:00
wiring_pulse.c fixed permissions on a lot of text files. see #1116 2012-12-10 10:42:49 +01:00
wiring_shift.c fixed permissions on a lot of text files. see #1116 2012-12-10 10:42:49 +01:00