| .. |
|
avr
|
Define RAMSTART, RAMSIZE, RAMEND
|
2016-06-17 09:35:35 -04:00 |
|
USB
|
Change return value of Serial_::write to be the # of bytes written
|
2016-05-27 11:22:49 -04:00 |
|
abi.cpp
|
License fix and cosmetic changes.
|
2015-06-14 17:16:37 +02:00 |
|
Arduino.h
|
Define RAMSTART, RAMSIZE, RAMEND
|
2016-06-17 09:35:35 -04:00 |
|
binary.h
|
Adding first files, not Zero specific
|
2014-04-15 14:46:03 +02:00 |
|
Client.h
|
Adding first files, not Zero specific
|
2014-04-15 14:46:03 +02:00 |
|
cortex_handlers.c
|
Moved USB ISR handler in startup.c
|
2015-09-09 15:42:58 +02:00 |
|
delay.c
|
fix wrong delay()
|
2015-07-23 11:33:12 +02:00 |
|
delay.h
|
License fix and cosmetic changes.
|
2015-06-14 17:16:37 +02:00 |
|
HardwareSerial.h
|
Fix https://github.com/arduino/ArduinoCore-samd/issues/83 by changing to 16 bits
|
2016-01-18 11:46:45 +01:00 |
|
hooks.c
|
License fix and cosmetic changes.
|
2015-06-14 17:16:37 +02:00 |
|
IPAddress.cpp
|
Updated IPAddress to the latest version
|
2015-09-24 16:07:11 +02:00 |
|
IPAddress.h
|
Updated IPAddress to the latest version
|
2015-09-24 16:07:11 +02:00 |
|
itoa.c
|
License fix and cosmetic changes.
|
2015-06-14 17:16:37 +02:00 |
|
itoa.h
|
License fix and cosmetic changes.
|
2015-06-14 17:16:37 +02:00 |
|
main.cpp
|
Added initVariant() hook
|
2015-06-13 16:16:50 +02:00 |
|
new.cpp
|
Added gcc internal functions
|
2014-09-08 14:37:18 +02:00 |
|
Print.cpp
|
Use modulo operator in Print::printNumber
|
2016-03-03 12:06:22 -05:00 |
|
Print.h
|
Adding license in files, update platform.txt
|
2014-07-25 17:11:29 +02:00 |
|
Printable.h
|
Adding license in files, update platform.txt
|
2014-07-25 17:11:29 +02:00 |
|
pulse.c
|
Added pulseIn implementation
|
2015-03-25 12:38:48 +01:00 |
|
pulse.h
|
Added pulseIn implementation
|
2015-03-25 12:38:48 +01:00 |
|
pulse_asm.S
|
Added pulseIn implementation
|
2015-03-25 12:38:48 +01:00 |
|
Reset.cpp
|
License fix and cosmetic changes.
|
2015-06-14 17:16:37 +02:00 |
|
Reset.h
|
License fix and cosmetic changes.
|
2015-06-14 17:16:37 +02:00 |
|
RingBuffer.cpp
|
Adding license in files, update platform.txt
|
2014-07-25 17:11:29 +02:00 |
|
RingBuffer.h
|
Adding license in files, update platform.txt
|
2014-07-25 17:11:29 +02:00 |
|
SERCOM.cpp
|
Use TX buffer for slave writes, empty on master read mode + DRDY IRQ
|
2016-06-17 09:55:49 -04:00 |
|
SERCOM.h
|
Merge branch 'wire-master-repeated-starts' of https://github.com/sandeepmistry/ArduinoCore-samd
|
2016-01-13 11:31:38 +01:00 |
|
Server.h
|
Merge branch 'ide-1.5.x' into zero
|
2014-10-08 10:28:45 +02:00 |
|
startup.c
|
Set MANW bit of NVMCTRL to 1 at startup (default is 0).
|
2016-02-26 17:23:06 +01:00 |
|
Stream.cpp
|
Port Stream parseInt and parseFloat enhancements to SAMD
|
2015-11-23 17:02:52 -05:00 |
|
Stream.h
|
Port Stream parseInt and parseFloat enhancements to SAMD
|
2015-11-23 17:02:52 -05:00 |
|
Tone.cpp
|
Tone fix for #59 and optimizations
|
2015-10-22 15:39:28 +02:00 |
|
Tone.h
|
Removed non-API call toneAccurateClock
|
2015-06-15 13:16:59 +02:00 |
|
Uart.cpp
|
Add Uart::availableForWrite()
|
2016-06-03 09:28:09 -04:00 |
|
Uart.h
|
Add Uart::availableForWrite()
|
2016-06-03 09:28:09 -04:00 |
|
Udp.h
|
Adding first files, not Zero specific
|
2014-04-15 14:46:03 +02:00 |
|
WCharacter.h
|
Adding license in files, update platform.txt
|
2014-07-25 17:11:29 +02:00 |
|
WInterrupts.c
|
Bump ARDUINO_SAMD_VARIANT_COMPLIANCE to 100606
|
2016-04-06 13:39:49 -04:00 |
|
WInterrupts.h
|
Cosmetic changes in WInterrupt.*
|
2015-09-04 17:16:21 +02:00 |
|
wiring.c
|
Hide non-API pinPeripheral method
|
2015-06-15 14:16:15 +02:00 |
|
wiring.h
|
License fix and cosmetic changes.
|
2015-06-14 17:16:37 +02:00 |
|
wiring_analog.c
|
Added compatibility defines for core's variant files
|
2015-11-20 21:09:54 +01:00 |
|
wiring_analog.h
|
License fix and cosmetic changes.
|
2015-06-14 17:16:37 +02:00 |
|
wiring_constants.h
|
Fixed min/max definition and other macros as well
|
2015-06-24 10:02:01 +02:00 |
|
wiring_digital.c
|
relax digitalWrite parameter check
|
2015-08-14 10:35:57 +02:00 |
|
wiring_digital.h
|
Hide non-API pinPeripheral method
|
2015-06-15 14:16:15 +02:00 |
|
wiring_private.c
|
Fixed warnings
|
2015-06-15 15:49:43 +02:00 |
|
wiring_private.h
|
Hide non-API pinPeripheral method
|
2015-06-15 14:16:15 +02:00 |
|
wiring_shift.c
|
Adding license in files, update platform.txt
|
2014-07-25 17:11:29 +02:00 |
|
wiring_shift.h
|
Adding license in files, update platform.txt
|
2014-07-25 17:11:29 +02:00 |
|
WMath.cpp
|
Adding license in files, update platform.txt
|
2014-07-25 17:11:29 +02:00 |
|
WMath.h
|
Adding license in files, update platform.txt
|
2014-07-25 17:11:29 +02:00 |
|
WString.cpp
|
Enable C11/C++11
|
2015-07-17 12:06:20 +02:00 |
|
WString.h
|
Removed whitespaces in WString.h
|
2016-04-20 20:28:25 +02:00 |
|
WVariant.h
|
Adding more available ADC channels for SAMD21J18
|
2015-12-16 12:18:50 +01:00 |