1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-03 14:24:15 +01:00
Arduino/hardware/arduino/sam/cores/arduino
Matthijs Kooijman 5b83043290 Include stdint.h from IPAddress.h on SAM
This happened for AVR in 34885b01, this commit makes the SAM version
identical again.
2014-02-18 21:10:35 +01:00
..
avr More efficient dtostrf() emulation on ARM 2013-06-06 23:11:43 +02:00
USB [sam] Added empty Serial::begin() with options for CDC-ACM 2013-09-30 16:27:07 +02:00
Arduino.h Added license for Arduino.h, binary.h and main.cpp 2014-02-10 12:55:16 +01:00
binary.h Added license for Arduino.h, binary.h and main.cpp 2014-02-10 12:55:16 +01:00
Client.h Added license for Client, IPAddressm and Server 2014-02-10 12:55:16 +01:00
cortex_handlers.c Fixed weak-symbol issue with system interrupt handlers. 2012-11-19 23:37:19 +01:00
cxxabi-compat.cpp [sam] renamed 'sam' core folder into 'arduino' 2012-05-20 23:45:56 +02:00
HardwareSerial.h Assigned Serial to UART and SerialUSB to USB-CDC-ACM 2012-09-28 16:18:22 +02:00
hooks.c Fixed weak-symbol issue with system interrupt handlers. 2012-11-19 23:37:19 +01:00
iar_calls_sam3.c [sam] renamed 'sam' core folder into 'arduino' 2012-05-20 23:45:56 +02:00
IPAddress.cpp Added license for Client, IPAddressm and Server 2014-02-10 12:55:16 +01:00
IPAddress.h Include stdint.h from IPAddress.h on SAM 2014-02-18 21:10:35 +01:00
itoa.c [sam] renamed 'sam' core folder into 'arduino' 2012-05-20 23:45:56 +02:00
itoa.h [sam] renamed 'sam' core folder into 'arduino' 2012-05-20 23:45:56 +02:00
main.cpp Added license for Arduino.h, binary.h and main.cpp 2014-02-10 12:55:16 +01:00
Print.cpp Remove unneeded casts in Print::write(const String&) 2013-12-24 13:22:43 +01:00
Print.h Add Print::write(const char *, size_t) 2013-12-24 13:22:42 +01:00
Printable.h Added include in Printable.h for 'size_t' support. 2012-08-24 10:55:33 +02:00
Reset.cpp Refactored auto-reset methods. 2012-09-11 23:24:00 +02:00
Reset.h Refactored auto-reset methods. 2012-09-11 23:24:00 +02:00
RingBuffer.cpp [sam] renamed 'sam' core folder into 'arduino' 2012-05-20 23:45:56 +02:00
RingBuffer.h [sam] renamed 'sam' core folder into 'arduino' 2012-05-20 23:45:56 +02:00
Server.h Added license for Client, IPAddressm and Server 2014-02-10 12:55:16 +01:00
Stream.cpp Arduino-core 1.0.1 merging (work in progress..) 2012-06-02 00:09:42 +02:00
Stream.h Add uint8_t* versions of methods in Stream 2013-12-24 13:22:42 +01:00
syscalls_sam3.c [sam] renamed 'sam' core folder into 'arduino' 2012-05-20 23:45:56 +02:00
syscalls.h [sam] renamed 'sam' core folder into 'arduino' 2012-05-20 23:45:56 +02:00
Tone.cpp.disabled Merged upstream arduino branch 2012-10-18 15:50:09 +02:00
Tone.h [sam] renamed 'sam' core folder into 'arduino' 2012-05-20 23:45:56 +02:00
UARTClass.cpp [sam] renamed 'sam' core folder into 'arduino' 2012-05-20 23:45:56 +02:00
UARTClass.h Assigned Serial to UART and SerialUSB to USB-CDC-ACM 2012-09-28 16:18:22 +02:00
Udp.h Arduino-core 1.0.1 merging (work in progress..) 2012-06-02 00:09:42 +02:00
USARTClass.cpp [sam] renamed 'sam' core folder into 'arduino' 2012-05-20 23:45:56 +02:00
USARTClass.h Assigned Serial to UART and SerialUSB to USB-CDC-ACM 2012-09-28 16:18:22 +02:00
WCharacter.h [sam] renamed 'sam' core folder into 'arduino' 2012-05-20 23:45:56 +02:00
WInterrupts.c [sam] attachInterrupt() now works also on pins that belongs to PORTD 2013-02-02 17:14:30 +01:00
WInterrupts.h {attach,detach}Interrupt() on Due selects directly pin number instead of interrupt number. 2012-11-02 19:48:04 +01:00
wiring_analog.c [sam] Fixed regression in analogRead() (fails to read multiple channels) (Mark Tillotson) 2013-12-18 15:46:42 +01:00
wiring_analog.h Extended analogRead/Write API to support difference ADC/DAC resolutions. 2012-08-04 11:27:46 +02:00
wiring_constants.h Removed = char from #define. See https://github.com/arduino/Arduino/issues/1792#issuecomment-31650586 2014-01-06 18:20:37 +01:00
wiring_digital.c Fixed pull-up. 2012-10-09 16:43:38 +02:00
wiring_digital.h [sam] renamed 'sam' core folder into 'arduino' 2012-05-20 23:45:56 +02:00
wiring_private.h [sam] renamed 'sam' core folder into 'arduino' 2012-05-20 23:45:56 +02:00
wiring_pulse.cpp tuned costant for pulseIn 2012-10-12 16:09:54 +02:00
wiring_pulse.h [sam] renamed 'sam' core folder into 'arduino' 2012-05-20 23:45:56 +02:00
wiring_shift.c Arduino-core 1.0.1 merging (work in progress..) 2012-06-02 00:09:42 +02:00
wiring_shift.h [sam] renamed 'sam' core folder into 'arduino' 2012-05-20 23:45:56 +02:00
wiring.c [sam] Fixed wrap-around bug in delay() (Mark Tillotson) 2013-12-14 00:33:57 +01:00
wiring.h sam: Optimized delayMicroseconds() (Rob Tillaart) 2013-12-30 12:17:50 +01:00
WMath.cpp [sam] renamed 'sam' core folder into 'arduino' 2012-05-20 23:45:56 +02:00
WMath.h [sam] renamed 'sam' core folder into 'arduino' 2012-05-20 23:45:56 +02:00
WString.cpp Improved portability of String class (maniacbug) 2014-01-01 17:22:40 +01:00
WString.h Fixed String class regression after f80c6c5f35 2013-09-03 18:40:30 +02:00