Arduino/hardware/arduino/sam/cores/arduino
Cristian Maglie 3ba9480972 Merge pull request #1634 from cmaglie/adc-fix
Improved ADC speed on Arduino Due
2013-11-12 00:57:28 -08:00
..
USB [sam] Added empty Serial::begin() with options for CDC-ACM 2013-09-30 16:27:07 +02:00
avr More efficient dtostrf() emulation on ARM 2013-06-06 23:11:43 +02:00
Arduino.h Using NOT_AN_INTERRUPT defined constant 2013-10-31 12:44:24 +01:00
Client.h Arduino-core 1.0.1 merging (work in progress..) 2012-06-02 00:09:42 +02:00
HardwareSerial.h Assigned Serial to UART and SerialUSB to USB-CDC-ACM 2012-09-28 16:18:22 +02:00
IPAddress.cpp Arduino-core 1.0.1 merging (work in progress..) 2012-06-02 00:09:42 +02:00
IPAddress.h Arduino-core 1.0.1 merging (work in progress..) 2012-06-02 00:09:42 +02:00
Print.cpp Merged upstream arduino branch 2012-10-18 15:50:09 +02:00
Print.h Merged upstream Arduino master branch 2012-06-26 00:51:35 +02: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 Arduino-core 1.0.1 merging (work in progress..) 2012-06-02 00:09:42 +02:00
Stream.cpp Arduino-core 1.0.1 merging (work in progress..) 2012-06-02 00:09:42 +02:00
Stream.h Merged 1.0.5 2013-05-11 14:37:25 +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
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
Udp.h Arduino-core 1.0.1 merging (work in progress..) 2012-06-02 00:09:42 +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
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 Fixed String class regression after f80c6c5f35 2013-09-03 18:40:30 +02:00
WString.h Fixed String class regression after f80c6c5f35 2013-09-03 18:40:30 +02:00
binary.h [sam] renamed 'sam' core folder into 'arduino' 2012-05-20 23:45:56 +02: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
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
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 Merged master 2012-06-27 13:51:16 +02:00
syscalls.h [sam] renamed 'sam' core folder into 'arduino' 2012-05-20 23:45:56 +02:00
syscalls_sam3.c [sam] renamed 'sam' core folder into 'arduino' 2012-05-20 23:45:56 +02:00
wiring.c Changed micros() to work in interrupts 2013-05-03 13:38:48 +02:00
wiring.h Fixed delayMicrosecond() when interrupts are disabled 2013-02-13 15:41:31 +01:00
wiring_analog.c [sam] Improved analogRead speed. 2013-10-21 12:38:37 +02: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 {attach/detach}Interrupt() functions. 2012-10-26 20:17:34 +02: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