.. |
avr
|
Include stdio.h in dtostrf.c
|
2014-02-19 16:09:30 +01:00 |
USB
|
Removed 'USB_MANUFACTURER' constant redefinition for known VIDs.
|
2014-04-20 20:49:04 +02:00 |
abi.cpp
|
Correct implementation of gcc specific internal functions
|
2014-09-06 12:42:25 +02:00 |
Arduino.h
|
[sam] itoa() and related function are now available for the sketch
|
2014-02-18 22:32:24 +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 |
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
|
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 |
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
|
Merge branch 'master' into matthijskooijman-ide-1.5.x-timer-variant
|
2014-07-01 18:34:46 +02:00 |
new.cpp
|
Added new/delete stubs for Arduino Due
|
2014-09-06 10:26:59 +02: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
|
[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
|
[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
|
Add #include "Print.h" in Server.h
|
2014-09-26 22:59:02 +03:00 |
Stream.cpp
|
Cast empty string to char* to fix compiler warning
|
2014-07-17 16:51:35 +01:00 |
Stream.h
|
Add uint8_t* versions of methods in Stream
|
2013-12-24 13:22:42 +01: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
|
[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
|
Add config options to due Serial1, 2, and 3
|
2014-04-07 21:55:23 +01:00 |
USARTClass.h
|
Merge branch 'ide-1.5.x_serial_config' of github.com:bluesign2k/Arduino into ide-1.5.x
|
2014-04-10 21:55:29 +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
|
Remove const specifier from channelToTC array in analogWrite on SAM
|
2014-02-19 16:09:31 +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
|
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
|
Ported #1397 to SAM.
|
2014-09-12 12:06:00 +02:00 |
WString.h
|
Fixed String class regression after f80c6c5f35
|
2013-09-03 18:40:30 +02:00 |