.. |
avr
|
Sync avr/pgmspace.h entries with SAMD core
|
2016-04-05 09:33:06 -04:00 |
USB
|
3rd party can use own Product/manufacturer string
|
2016-03-14 23:16:36 -04:00 |
abi.cpp
|
Correct implementation of gcc specific internal functions
|
2014-09-06 12:42:25 +02:00 |
Arduino.h
|
allows use of "myboard.build.pid" in boards.txt
|
2016-03-14 23:20:46 -04: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 |
HardwareSerial.h
|
Temboo library is now vanilla
|
2014-02-18 22:32:24 +01: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 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 |
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
|
Add Due watchdog functions; modified according to feedback supplied
|
2015-05-08 14:16:12 +02:00 |
new.cpp
|
Added new/delete stubs for Arduino Due
|
2014-09-06 10:26:59 +02:00 |
Print.cpp
|
Use modulo operator in Print::printNumber
|
2016-03-03 12:00:54 -05: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
|
[sam] Removed workaround in banzai() subroutine after 8120558af5
|
2014-02-18 22:32:55 +01:00 |
Reset.h
|
Refactored auto-reset methods.
|
2012-09-11 23:24:00 +02:00 |
RingBuffer.cpp
|
Change RingBuffer to have buffer size of 128 and also set its members volatile since they are all accessed and modified in interrupt handlers.
|
2014-12-23 22:36:35 -05:00 |
RingBuffer.h
|
Compiler Warning UARTClass.cpp and RingBuffer.h correction
|
2016-01-19 14:26:49 -05:00 |
Server.h
|
Add #include "Print.h" in Server.h
|
2014-09-26 22:59:02 +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 |
syscalls_sam3.c
|
Suppress "unused parameter" warnings
|
2014-02-19 16:09:30 +01: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
|
Compiler Warning UARTClass.cpp and RingBuffer.h correction
|
2016-01-19 14:26:49 -05:00 |
UARTClass.h
|
sam: Fixed initialization of UART/USART mode register
|
2015-01-14 00:08:59 +01:00 |
Udp.h
|
Arduino-core 1.0.1 merging (work in progress..)
|
2012-06-02 00:09:42 +02:00 |
USARTClass.cpp
|
sam: Fixed initialization of UART/USART mode register
|
2015-01-14 00:08:59 +01:00 |
USARTClass.h
|
sam: Fixed initialization of UART/USART mode register
|
2015-01-14 00:08:59 +01:00 |
watchdog.cpp
|
Due watchdog: change flags to effectively reset board
|
2015-05-08 14:16:12 +02:00 |
watchdog.h
|
Add Due watchdog functions; modified according to feedback supplied
|
2015-05-08 14:16:12 +02:00 |
WCharacter.h
|
[sam] renamed 'sam' core folder into 'arduino'
|
2012-05-20 23:45:56 +02:00 |
WInterrupts.c
|
PIO[ABCD] handlers improvement using ATSAM3X8E CLZ instruction
|
2015-10-15 09:04:12 +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
|
keep track of pin status using g_pinStatus array and act accordingly
|
2015-07-14 17:29:36 +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
|
Arduino custom type boolean is now mapped to bool type
|
2015-01-07 14:56:19 +01:00 |
wiring_digital.c
|
fix leftover on pinMode(OUTPUT)
|
2015-07-16 10:44:37 +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_asm.S
|
pulseIn: add ASM implementation for Due
|
2015-05-29 15:01:38 +02:00 |
wiring_pulse.cpp
|
fix pulseInLong considering overflow
|
2015-09-21 11:59:20 +02:00 |
wiring_pulse.h
|
pulseIn: add alternative implementation based on micros()
|
2015-05-29 15:01:38 +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
|
Fixed attribution rights for SAM delayMicroseconds function
|
2014-09-16 12:31:16 +02: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
|
Check for __cplusplus >= 201103L as well as __GXX_EXPERIMENTAL_CXX0X__
|
2015-07-16 13:06:10 +02:00 |
WString.h
|
Removed extra whitespaces in WString.h
|
2016-04-20 20:30:24 +02:00 |