| .. |
|
avr
|
use __SAMD51__ macro for io.h
|
2019-07-17 14:26:48 +07:00 |
|
TinyUSB
|
tinyusb core: improve setup handling
|
2019-12-25 10:50:37 +07:00 |
|
USB
|
@hathach Arduino core now wants size_t returned
|
2019-12-10 22:41:12 -05:00 |
|
abi.cpp
|
License fix and cosmetic changes.
|
2015-06-14 17:16:37 +02:00 |
|
Arduino.h
|
use arduino-api for min/max
|
2019-10-27 20:08:01 -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
|
DM: add copyrights
|
2018-08-30 15:12:51 -04:00 |
|
delay.c
|
Merge branch 'master' of https://github.com/arduino/ArduinoCore-samd into arduino-master
|
2019-03-08 14:03:54 -05:00 |
|
delay.h
|
Fix delayMicroseconds() on SAMD51 (#77)
|
2019-01-09 19:57:43 -05:00 |
|
HardwareSerial.h
|
Fix 'Unused Parameter' warnings in HardwareSerial.h (#78)
|
2019-01-11 12:21:49 -05:00 |
|
hooks.c
|
move yield() usb background in to TinyUSB Core
|
2019-05-22 09:02:24 +07: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
|
fixed utoa type conflict
|
2017-01-03 09:09:50 -05:00 |
|
itoa.h
|
fixed utoa type conflict
|
2017-01-03 09:09:50 -05:00 |
|
main.cpp
|
move yield() to main.cpp
|
2019-12-19 23:54:15 +07:00 |
|
math_helper.c
|
DM: added math libraries
|
2018-08-30 15:03:03 -04:00 |
|
math_helper.h
|
DM: fixed m0 boards compilation error with math additions
|
2018-08-30 15:03:49 -04:00 |
|
new.cpp
|
Added gcc internal functions
|
2014-09-08 14:37:18 +02:00 |
|
Print.cpp
|
tweaks to make gamebuino meta compile
|
2019-04-21 01:54:21 -04:00 |
|
Print.h
|
@hathach Arduino core now wants size_t returned
|
2019-12-10 22:41:12 -05:00 |
|
Printable.h
|
Adding license in files, update platform.txt
|
2014-07-25 17:11:29 +02:00 |
|
pulse.c
|
Fix compilation warning
|
2019-08-25 03:08:17 +02: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
|
DM: add copyrights
|
2018-08-30 15:12:51 -04:00 |
|
Reset.h
|
License fix and cosmetic changes.
|
2015-06-14 17:16:37 +02:00 |
|
RingBuffer.h
|
Merge branch 'master' of https://github.com/arduino/ArduinoCore-samd into arduino-master
|
2019-03-08 14:03:54 -05:00 |
|
SERCOM.cpp
|
SERCOM stuff - simplify, cleanup, add SAMD21 dummy funcs
|
2019-05-08 09:44:05 -07:00 |
|
SERCOM.h
|
Fix typedef syntax
|
2019-05-10 21:26:30 -07:00 |
|
Server.h
|
Merge branch 'ide-1.5.x' into zero
|
2014-10-08 10:28:45 +02:00 |
|
startup.c
|
Fix compiler error
|
2019-06-14 11:35:05 +02:00 |
|
Stream.cpp
|
improve TinyUSB port
|
2019-05-22 00:48:41 +07:00 |
|
Stream.h
|
Some updates on Stream and Print class.
|
2017-08-23 19:22:11 +02:00 |
|
Tone.cpp
|
change Tone on samd51 to be TC0 so we can use higher numbers for other stuff! (servo is TC1)
|
2019-10-04 18:26:27 -04:00 |
|
Tone.h
|
Removed non-API call toneAccurateClock
|
2015-06-15 13:16:59 +02:00 |
|
Uart.cpp
|
@hathach Arduino core now wants size_t returned
|
2019-12-10 22:41:12 -05:00 |
|
Uart.h
|
@hathach Arduino core now wants size_t returned
|
2019-12-10 22:41:12 -05:00 |
|
Udp.h
|
Add virtual beginMulticast(...) stub to UDP class
|
2017-01-03 13:41:58 -05:00 |
|
WCharacter.h
|
Adding license in files, update platform.txt
|
2014-07-25 17:11:29 +02:00 |
|
WInterrupts.c
|
DM: fix interrupt handling
|
2018-11-05 13:18:00 -05:00 |
|
WInterrupts.h
|
Cosmetic changes in WInterrupt.*
|
2015-09-04 17:16:21 +02:00 |
|
wiring.c
|
fix typo from contrib
|
2019-10-04 18:06:23 -04:00 |
|
wiring.h
|
License fix and cosmetic changes.
|
2015-06-14 17:16:37 +02:00 |
|
wiring_analog.c
|
Change references from A0 & A1 to DAC0 & DAC1
|
2019-09-19 11:32:29 +02:00 |
|
wiring_analog.h
|
Fix analog ref enums. (#83)
|
2019-01-26 15:26:05 -05:00 |
|
wiring_constants.h
|
Fixed min/max definition and other macros as well
|
2015-06-24 10:02:01 +02:00 |
|
wiring_digital.c
|
Wiring: Clean up repeated pin description access
|
2019-07-03 08:24:06 -07:00 |
|
wiring_digital.h
|
Hide non-API pinPeripheral method
|
2015-06-15 14:16:15 +02:00 |
|
wiring_private.c
|
add grand central m4 (#67)
|
2018-11-20 08:26:01 -08: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
|
WString: add toDouble
|
2016-09-14 13:46:30 -04:00 |
|
WString.h
|
WString: add toDouble
|
2016-09-14 13:46:30 -04:00 |
|
WVariant.h
|
experiment with a bandgap analog read (not working)
|
2019-10-07 01:04:04 -04:00 |