ArduinoCore-avr/cores/arduino
Cristian Maglie 86bfda76c4 Merge branch 'invalidated-string-move' of https://github.com/sandeepmistry/Arduino 2016-07-18 18:30:23 +02:00
..
Arduino.h pulseIn: add alternative implementation based on micros() 2015-05-29 15:01:38 +02:00
CDC.cpp [AVR] Discover newer bootloader at runtime 2016-04-06 17:41:06 +02:00
Client.h Added license for Client, IPAddressm and Server 2014-02-10 12:55:16 +01:00
HardwareSerial.cpp Prevent losing bytes in HardwareSerial::end() 2015-07-31 14:06:20 +02:00
HardwareSerial.h Fix HW Serial buffer size determination 2015-09-20 11:07:19 +02: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 Added IPAddress::fromString(....) function 2015-09-09 12:03:29 +02:00
IPAddress.h Fixed another regression in IPAddress.h 2015-09-24 15:52:32 +02:00
PluggableUSB.cpp [USB] use plugged modules name to create iSerial field 2015-10-21 15:23:56 +02:00
PluggableUSB.h [USB] use plugged modules name to create iSerial field 2015-10-21 15:23:56 +02:00
Print.cpp huh? i guess it's just 'modulo'. let's save even more 2016-03-03 10:53:25 -05:00
Print.h Add Print::write(const char *, size_t) 2013-12-24 13:22:42 +01:00
Printable.h Printable.h doesn't need new.h but only stdlib.h for size_t. 2014-09-06 12:37:57 +02:00
Server.h Add #include "Print.h" in Server.h 2014-09-26 22:58:19 +03:00
Stream.cpp Cleanup some Stream compiler warnings from #3337 2015-11-23 16:45:29 -05:00
Stream.h Make protected Stream::parseInt/Float overloads public. 2015-11-23 15:46:24 -05:00
Tone.cpp Remove Compiler Warning in Tone.cpp 2015-09-28 16:30:39 +02:00
USBAPI.h Added Long USB RecvControl call for >64 bytes 2015-12-19 01:53:24 +01:00
USBCore.cpp [AVR][USB] fix IRQ flags clearing 2016-07-14 18:22:41 +02:00
USBCore.h Move Caterina_BL related defines into generic USBCore.h 2016-05-18 14:23:40 +02:00
USBDesc.h [USB] use plugged modules name to create iSerial field 2015-10-21 15:23:56 +02:00
Udp.h Created second level in hardware folder: hardware/PACKAGE/PLATFORM/... 2011-12-30 15:46:04 +01:00
WCharacter.h Created second level in hardware folder: hardware/PACKAGE/PLATFORM/... 2011-12-30 15:46:04 +01:00
WInterrupts.c Boilerplate compression on ISR declaration 2016-02-03 22:43:57 -02:00
WMath.cpp Removed a handful of SVN expansion keywords. See #277 2015-07-03 10:38:07 +02:00
WString.cpp Make String::move of an invalidated String result in an invalidated String 2016-07-12 17:29:13 -04:00
WString.h WString.h: allow modifying the string while iterating 2016-06-28 20:58:38 +02:00
abi.cpp Correct implementation of gcc specific internal functions 2014-09-06 12:42:25 +02:00
binary.h Added license for Arduino.h, binary.h and main.cpp 2014-02-10 12:55:16 +01:00
hooks.c Added general yield()-hook for cooperative scheduling development (part 2) 2012-11-02 18:12:21 +01:00
main.cpp remove setupUSB weak hook and replace with global constructors 2015-07-16 13:13:49 +02:00
new.cpp Fixed license for new.cpp and small cosmetic changes 2014-09-06 12:44:53 +02:00
new.h Fixed license for new.cpp and small cosmetic changes 2014-09-06 12:44:53 +02:00
wiring.c fix delay/yield on avr, if function called by yield takes more a millisecond the delay fails 2015-12-27 14:50:56 +01:00
wiring_analog.c Removed a handful of SVN expansion keywords. See #277 2015-07-03 10:38:07 +02:00
wiring_digital.c Fixed wrong condition in turnOffPWM(..) 2015-09-18 11:01:08 +02:00
wiring_private.h Added EXTERNAL_NUM_INTERRUPTS for AVR xxU2 series 2015-08-31 18:12:13 +02:00
wiring_pulse.S pulseInASM: rework comment style 2015-05-29 15:01:38 +02:00
wiring_pulse.c fix pulseInLong considering overflow 2015-09-21 11:59:20 +02:00
wiring_shift.c Removed a handful of SVN expansion keywords. See #277 2015-07-03 10:38:07 +02:00