.. |
Arduino.h
|
Allow variants to define an initVariant() function that is called at startup.
|
2014-06-25 16:56:19 +02:00 |
CDC.cpp
|
Merge branch 'master' into ide-1.5.x
|
2014-06-19 17:01:53 +02:00 |
Client.h
|
Added license for Client, IPAddressm and Server (master branch)
|
2014-02-13 17:49:14 +01:00 |
HID.cpp
|
Fixed other trivial warnings in AVR USB core.
|
2014-04-20 23:08:55 +02:00 |
HardwareSerial.cpp
|
Merge branch 'ide-1.5.x-hwserial-cleanup' of github.com:matthijskooijman/Arduino into matthijskooijman-ide-1.5.x-hwserial-cleanup
|
2014-05-23 21:16:42 +02:00 |
HardwareSerial.h
|
Added support for different size of TX and RX buffer sizes.
|
2014-03-24 21:40:12 +01:00 |
HardwareSerial0.cpp
|
Remove unneeded register and ISR names in HardwareSerialx.cpp
|
2014-05-06 10:26:46 +02:00 |
HardwareSerial1.cpp
|
Remove unneeded register and ISR names in HardwareSerialx.cpp
|
2014-05-06 10:26:46 +02:00 |
HardwareSerial2.cpp
|
Remove unneeded register and ISR names in HardwareSerialx.cpp
|
2014-05-06 10:26:46 +02:00 |
HardwareSerial3.cpp
|
Remove unneeded register and ISR names in HardwareSerialx.cpp
|
2014-05-06 10:26:46 +02:00 |
HardwareSerial_private.h
|
Support Atmega8 (and similar that define PE instead of UPE) again
|
2014-06-25 17:20:07 +02:00 |
IPAddress.cpp
|
Use a union in IPAddress for uint8_t[] <-> uint32_t conversion
|
2014-02-19 16:09:29 +01:00 |
IPAddress.h
|
Use a union in IPAddress for uint8_t[] <-> uint32_t conversion
|
2014-02-19 16:09:29 +01:00 |
Platform.h
|
support for non-Leonardo boards is back!
|
2011-08-30 11:50:08 -04:00 |
Print.cpp
|
Backported Print class from ide-1.5.x branch
|
2014-05-24 00:13:07 +02:00 |
Print.h
|
Backported Print class from ide-1.5.x branch
|
2014-05-24 00:13:07 +02:00 |
Printable.h
|
Merge branch 'new-extension' of https://github.com/arduino/Arduino
|
2011-08-27 23:53:42 +01:00 |
Server.h
|
Added license for Client, IPAddressm and Server (master branch)
|
2014-02-13 17:49:14 +01:00 |
Stream.cpp
|
Merge branch 'master' into HEAD
|
2014-06-13 10:29:12 +02:00 |
Stream.h
|
Add uint8_t* versions of methods in Stream
|
2013-12-24 13:22:42 +01:00 |
Tone.cpp
|
fixed permissions on a lot of text files. see #1116
|
2012-12-10 10:42:49 +01:00 |
USBAPI.h
|
Merge branch 'master' into ide-1.5.x
|
2014-06-19 17:01:53 +02:00 |
USBCore.cpp
|
Merge branch 'usbcdc-improved' into ide-1.5.x
|
2014-05-26 13:38:07 +02: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 to INT6 on Leonardo.
|
2013-05-13 21:22:59 +02:00 |
WMath.cpp
|
Improving third-party hardware support:
|
2009-11-21 23:23:43 +00:00 |
WString.cpp
|
Import WString from 1.5.6
|
2014-04-01 14:46:13 +01:00 |
WString.h
|
Import WString from 1.5.6
|
2014-04-01 14:46:13 +01:00 |
binary.h
|
Added license for Arduino.h, binary.h and main.cpp (master branch)
|
2014-02-13 17:48:47 +01:00 |
hooks.c
|
Added general yield()-hook for cooperative scheduling development (part 2)
|
2012-11-02 18:12:21 +01:00 |
main.cpp
|
Allow variants to define an initVariant() function that is called at startup.
|
2014-06-25 16:56:19 +02: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
|
Merged 1.0.5
|
2013-04-03 13:51:04 +02:00 |
wiring_analog.c
|
Support TIMER1C
|
2014-05-16 18:57:04 +02:00 |
wiring_digital.c
|
Support TIMER1C
|
2014-05-16 18:57:04 +02:00 |
wiring_private.h
|
Fix EXTERNAL_NUM_INTERRUPTS for atmega128rfa1 and atmega256rfr2
|
2014-05-02 12:50:07 +02: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 |