Commit graph

40 commits

Author SHA1 Message Date
hathach
90b9a7c022 add sdfat v2 define USE_BLOCK_DEVICE_INTERFACE, FAT12_SUPPORT 2022-10-06 17:31:12 +07:00
hathach
3c173d5d19
update with TinyUSB_Device_FlushCDC() 2021-05-10 12:52:55 +07:00
hathach
30d0738262 sync with tinyusb lib latest change 2021-05-10 12:22:18 +07:00
hathach
704450cc1c
add libraries/Adafruit_TinyUSB_Arduino as submodule
include Adafruit_USBD_CDC.h from submodule
2021-05-08 01:08:31 +07:00
hathach
15fd604313 clean up 2021-05-07 17:30:00 +07:00
hathach
fc358eaf65
remove tinyusb core submodule, move tinyusb src to its own library to reduce dependency 2021-05-06 16:03:34 +07:00
hathach
1870cefd75
use same51 header from cmsis-atmel package 2021-04-09 13:33:17 +07:00
1ffdc7d0f0 Files from Atmel.SAME51_DFP.1.1.139.atpack 2020-10-06 11:42:08 -05:00
ladyada
841a1b8188 use arduino-api for min/max 2019-10-27 20:08:01 -04:00
hathach
ab16f9899d add menu dropdown list for usb stack selection 2019-05-01 01:01:59 +07:00
hathach
9c07070580 get msc & hid example work with metro m0 express 2019-04-30 00:12:17 +07:00
dean
8a32178667 DM: bugfixes 2018-08-30 14:53:34 -04:00
dean
358b11addd DM: added samd51 support 2018-08-30 14:32:21 -04:00
Martino Facchin
d2b2ff928e Declare main and init so the user can't "overwrite" them 2016-12-15 18:34:15 +01:00
Sandeep Mistry
214f990bdb Define RAMSTART, RAMSIZE, RAMEND 2016-06-17 09:35:35 -04:00
Sandeep Mistry
49f0d67161 Bump ARDUINO_SAMD_VARIANT_COMPLIANCE to 100606 2016-04-06 13:39:49 -04:00
Sandeep Mistry
90bf3d5cce Make Arduino.h version of digitalPinToInterrupt return argument 2016-04-06 13:12:16 -04:00
Sandeep Mistry
2e620d7019 Move digitalPinToInterrupt definition to Arduino.h if variant compliance it 1.6.5 or higher 2016-04-06 13:12:15 -04:00
Cristian Maglie
6e7409f2e2 delay.h is included outside __cplusplus guards 2015-08-13 18:02:03 +02:00
Cristian Maglie
a546da22f9 Fixed min/max definition and other macros as well
It seems that

   #include <stdint.h>

is able to undef "min" and "max" previously defined. With this
commit we make sure that they are defined as last.

Fix #10
2015-06-24 10:02:01 +02:00
Cristian Maglie
1a1856c2fc License fix and cosmetic changes. 2015-06-14 17:16:37 +02:00
Cristian Maglie
6884e11252 Added pulseIn implementation 2015-03-25 12:38:48 +01:00
Cristian Maglie
d20e0d2a24 removed leftovers from old pulseIn 2015-03-24 18:30:48 +01:00
Cristian Maglie
d6857ed139 Fixed regression on boolean type definition 2015-01-27 15:19:12 +01:00
Jean-Christophe BUDA
c5d519c01e move libraries/USBHost to hardware/arduino/sam/libraries/USBHost and for samd 2014-08-07 11:10:40 +02:00
Thibaut VIARD
ae42fd1167 Adding license in files, update platform.txt 2014-07-25 17:11:29 +02:00
Jean-Christophe BUDA
5873b030b0 USB device stack HID CDC validated 2014-06-20 17:28:31 +02:00
Thibaut VIARD
3cd1d4e606 Bringing support of External Interrupts 2014-05-15 00:07:03 +02:00
Thibaut VIARD
770d1f85bb Fixing UART compilation 2014-05-13 00:30:04 +02:00
Thibaut VIARD
27552157e3 Doing cosmetics 2014-05-12 23:47:27 +02:00
Jonathan BAUDIN
86b6f1060e UART class usable 2014-05-09 19:51:30 +02:00
Thibaut VIARD
ec55df1e98 compilation checkpoint 2014-05-07 09:59:31 +02:00
Thibaut VIARD
30614228fe Adding digital with variant defs update 2014-05-05 19:12:17 +02:00
Thibaut VIARD
ce9b9285cb checkpoint 2014-05-05 11:37:53 +02:00
Thibaut VIARD
f2029089bc Fixing some pins definitions 2014-04-30 15:29:30 +02:00
Thibaut VIARD
275eff6a0a Adding definitions for SAMD variant 2014-04-30 11:32:28 +02:00
Thibaut VIARD
ca9316a7ed compilation fixes 2014-04-30 11:23:26 +02:00
Thibaut VIARD
cdfebf6e5d Fixed makefiles for validation 2014-04-28 15:04:11 +02:00
Thibaut VIARD
3e4442f50a Fix USB PID for Zero 2014-04-25 10:42:52 +02:00
Thibaut VIARD
973ccc47d8 Adding first files, not Zero specific 2014-04-15 14:46:03 +02:00