1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-10 21:24:12 +01:00
Arduino/hardware/arduino/avr/cores/arduino
Matthijs Kooijman 07c4d958c0 Warn about increasing HardwareSerial buffers to > 256
Properly supporting bigger buffers need better atomicity code, which
isn't implemented yet. Until it is, best to add a warning. See #2405.
2015-06-18 16:36:07 +02:00
..
abi.cpp Correct implementation of gcc specific internal functions 2014-09-06 12:42:25 +02:00
Arduino.h pulseIn: add alternative implementation based on micros() 2015-05-29 15:01:38 +02:00
binary.h Added license for Arduino.h, binary.h and main.cpp 2014-02-10 12:55:16 +01:00
CDC.cpp Fixed trivial include error introduced in previous commit 2e3e539b... oops... 2014-09-12 16:58:05 +02:00
Client.h Added license for Client, IPAddressm and Server 2014-02-10 12:55:16 +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
HardwareSerial.cpp Saving some bytes in HardwareSerial::write 2015-05-29 18:12:24 +02:00
HardwareSerial.h Warn about increasing HardwareSerial buffers to > 256 2015-06-18 16:36:07 +02:00
HID.cpp Fixed trivial include error introduced in previous commit 2e3e539b... oops... 2014-09-12 16:58:05 +02:00
hooks.c Added general yield()-hook for cooperative scheduling development (part 2) 2012-11-02 18:12:21 +01: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
main.cpp Fixed unused argument warning 2015-05-30 15:19:44 +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
Print.cpp Optimize printLn calls. 2015-05-22 23:00:07 +10: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 Fixed indentation in Stream.cpp, no code change 2015-04-21 18:10:32 +02:00
Stream.h Add a Stream::find(char) method 2015-06-01 14:06:32 +00:00
Tone.cpp Merge branch 'jipp-master' 2015-04-14 10:13:58 +02:00
Udp.h Created second level in hardware folder: hardware/PACKAGE/PLATFORM/... 2011-12-30 15:46:04 +01:00
USBAPI.h RX and TX Serial buffer sizes can now be defined independently 2015-05-12 15:09:48 +02:00
USBCore.cpp Fixed trivial include error introduced in previous commit 2e3e539b... oops... 2014-09-12 16:58:05 +02:00
USBCore.h Created second level in hardware folder: hardware/PACKAGE/PLATFORM/... 2011-12-30 15:46:04 +01:00
USBDesc.h Merge of arduino-1.0.1. Work in progress... 2012-05-23 09:22:52 +02:00
WCharacter.h Created second level in hardware folder: hardware/PACKAGE/PLATFORM/... 2011-12-30 15:46:04 +01:00
WInterrupts.c Check if INT2 is actually defined before issuing warning in detachInterrupt 2015-05-28 03:42:32 +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 pulseIn: modify function to use ASM implementation 2015-05-29 15:01:37 +02:00
wiring_pulse.c Fixed unused variables warnings and indentation 2015-05-29 20:02:50 +02:00
wiring_pulse.S pulseInASM: rework comment style 2015-05-29 15:01:38 +02:00
wiring_shift.c fixed permissions on a lot of text files. see #1116 2012-12-10 10:42:49 +01:00
wiring.c Indent fix. 2015-05-22 17:23:46 +02:00
WMath.cpp Modified randomSeed, now uses unsigned long. 2015-05-21 16:52:42 +10:00
WString.cpp Fix off-by-one in String::substring 2014-09-10 13:42:06 +02:00
WString.h Fixed String class regression after f80c6c5f35 2013-09-03 18:40:30 +02:00