| .. |
|
avr
|
use __SAMD51__ macro for io.h
|
2019-07-17 14:26:48 +07:00 |
|
USB
|
Port some AVR Serial_ (SerialUSB) API's over (#285)
|
2021-03-06 11:56:47 -05:00 |
|
abi.cpp
|
License fix and cosmetic changes.
|
2015-06-14 17:16:37 +02:00 |
|
Arduino.h
|
update with TinyUSB_Device_FlushCDC()
|
2021-05-10 12:52:55 +07: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
|
Prevent LTO from omitting the ISR vector table for SAMD21 too
|
2022-11-13 22:13:30 -08:00 |
|
delay.c
|
update with TinyUSB_Device_FlushCDC()
|
2021-05-10 12:52:55 +07: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
|
sync with tinyusb lib latest change
|
2021-05-10 12:22:18 +07:00 |
|
math_helper.c
|
less warnings on featherM0
|
2020-03-05 18:25:12 +01: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
|
Update Print.cpp
|
2021-09-30 12:27:12 +01:00 |
|
Print.h
|
indentation
|
2021-10-01 14:58:17 +07: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
|
Cast to integral type ignores qualifier volatile
|
2021-03-25 14:52:25 -07:00 |
|
Reset.h
|
License fix and cosmetic changes.
|
2015-06-14 17:16:37 +02:00 |
|
RingBuffer.h
|
increase serial buffer (helps with bno08x uart!)
|
2020-09-19 17:22:03 -04:00 |
|
SERCOM.cpp
|
add SERCOM patch from arduino SAMD core
|
2020-05-28 17:20:30 -07:00 |
|
SERCOM.h
|
use same51 header from cmsis-atmel package
|
2021-04-09 13:33:17 +07:00 |
|
Server.h
|
Merge branch 'ide-1.5.x' into zero
|
2014-10-08 10:28:45 +02:00 |
|
startup.c
|
Fix typo in samd51 clock init
|
2020-12-27 00:52:53 -08: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
|
use TC1 for servo, TC0 for tone for samd51
|
2020-08-28 14:41:48 +07:00 |
|
Tone.h
|
Removed non-API call toneAccurateClock
|
2015-06-15 13:16:59 +02:00 |
|
Uart.cpp
|
revert 6630fe7cc0 availableForWrite() return int
|
2019-12-31 11:44:26 +07:00 |
|
Uart.h
|
revert 6630fe7cc0 availableForWrite() return int
|
2019-12-31 11:44:26 +07: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
|
Per @hathach request
|
2020-08-03 17:06:51 -07:00 |
|
WInterrupts.h
|
update cmsis from 4.5.0 to 5.4.0
|
2020-07-06 16:22:30 +07: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
|
Bugfix - waiting for first ADC read to complete after ADC enable.
|
2021-09-15 19:14:42 -04: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
|
enable DRVSTR for output pin (#313)
|
2021-12-13 22:58:26 -05:00 |
|
wiring_digital.h
|
'hot fix' for https://github.com/arduino-libraries/WiFiNINA/issues/184
|
2022-01-04 13:50:14 -05:00 |
|
wiring_private.c
|
add grand central m4 (#67)
|
2018-11-20 08:26:01 -08:00 |
|
wiring_private.h
|
use same51 header from cmsis-atmel package
|
2021-04-09 13:33:17 +07: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
|
Fix loop iterations
|
2021-04-08 17:51:06 -07:00 |
|
WString.h
|
WString: add toDouble
|
2016-09-14 13:46:30 -04:00 |
|
WVariant.h
|
Proposal to improve WVariant part number define logic (#326)
|
2022-07-31 23:38:27 -04:00 |