Henry Gabryjelski
9ab68e1aff
avoid warnings on unused parameter
2020-01-17 01:16:20 -08:00
Henry Gabryjelski
155cbc5262
Friendlier name for -Wall build
2020-01-17 01:16:20 -08:00
Henry Gabryjelski
622d9f6183
re-enable builds with all warnings
2020-01-17 01:16:20 -08:00
Henry Gabryjelski
cb97944642
Can we mark jobs as allowed to fail?
2020-01-17 01:16:20 -08:00
Limor "Ladyada" Fried
bee96c4a80
Merge pull request #206 from henrygab/fix_compile_warnings
...
Fix compile warnings
2020-01-16 21:16:54 -05:00
Henry Gabryjelski
8afd0523b1
Fix unintended fall-through
...
The compiler found this, not me. Building with
all warnings enabled is recommended.
2020-01-16 16:15:34 -08:00
Henry Gabryjelski
52c988fea0
Mark unused parameters as such.
2020-01-16 16:14:30 -08:00
Henry Gabryjelski
70d3c1dbfe
Fix warnings about redefinition of LITTLE_ENDIAN
...
For safety, this fix also validates that, if
`LITTLE_ENDIAN` was already defined, that it
was defined to have the same value that the
code sets this to.
2020-01-16 16:11:40 -08:00
Limor "Ladyada" Fried
330cb4e652
Merge pull request #202 from rlcamp/master
...
Force linker to use newer Arduino-provided versions of libarm_cortexM4lf_math.a
2020-01-07 00:01:56 -05:00
rlcamp
34013bfd63
Update boards.txt
...
Added extra space to force rerun of CI
2020-01-06 20:47:02 -08:00
Lady Ada
1df7e524ed
add math linker test!
2020-01-06 23:34:20 -05:00
rlcamp
460b1c2249
Force linker to use newer Arduino-provided versions of libarm_cortexM4lf_math.a
2020-01-06 19:52:07 -08:00
Lady Ada
4cc3251b02
Merge branch 'master' of github.com:adafruit/ArduinoCore-samd
2020-01-06 22:35:55 -05:00
Lady Ada
ed2dded753
fix https://github.com/adafruit/ArduinoCore-samd/issues/187
2020-01-06 22:35:49 -05:00
Limor "Ladyada" Fried
c14e07828f
Merge pull request #200 from hathach/action-ci
...
Add action ci to build examples in libraries folder that comes with BSP
2020-01-02 14:05:29 -05:00
hathach
f2a21265b3
add action badge to readme
2020-01-02 17:24:17 +07:00
hathach
2cc7f72400
drop monster_m4sk
2020-01-02 17:17:30 +07:00
hathach
bab8b92f60
add skip file
2020-01-02 17:08:26 +07:00
hathach
c53c44331e
build most of adafruit samd boards
2020-01-02 17:03:44 +07:00
hathach
9d9b509084
add metro_m4 test
2020-01-02 13:07:55 +07:00
hathach
1595e2f59b
update lib deps
2020-01-02 12:53:46 +07:00
hathach
90c0b48235
add build all script
2020-01-02 12:47:54 +07:00
hathach
411cfa6d9a
test metro_m0 build
2020-01-02 12:45:43 +07:00
Ha Thach
137c0bdf9f
increase version to 1.5.9 for release
2019-12-31 11:52:56 +07:00
Ha Thach
18b64d471f
Merge pull request #199 from hathach/develop
...
revert 6630fe7 availableForWrite() return int
2019-12-31 11:52:08 +07:00
hathach
fc737be24e
revert 6630fe7cc0 availableForWrite() return int
2019-12-31 11:44:26 +07:00
Ha Thach
32e5394aea
Increase version for release
2019-12-30 15:55:52 +07:00
moussaillon
99f1fa3de8
Removing _dacResolution for no-__SAMD51__ (variable not used)
2019-12-29 02:29:16 +01:00
Ha Thach
2bf2a37784
Merge pull request #194 from hathach/develop
...
improve tinyusb samd driver
2019-12-27 11:17:42 +07:00
hathach
2ca9dfd40e
update tinyusb core
2019-12-27 11:15:59 +07:00
hathach
8e3c4bcaac
improve tinyusb samd driver
2019-12-26 23:00:37 +07:00
Ha Thach
1dcf3c53ed
Merge pull request #193 from hathach/develop
...
tinyusb core: improve setup handling
2019-12-25 23:19:02 +07:00
hathach
2179f63a97
tinyusb core: improve setup handling
2019-12-25 10:50:37 +07:00
Ha Thach
b1a79758ee
Merge pull request #192 from hathach/develop
...
update tinyusb
2019-12-24 22:22:14 +07:00
hathach
861fec5dbd
update tinyusb core
2019-12-24 21:43:26 +07:00
hathach
31fc54d037
added option to debug tinyusb with Serial1
2019-12-24 16:03:23 +07:00
Limor "Ladyada" Fried
1941e1717a
Merge pull request #190 from hathach/develop
...
refactor tinyusb core
2019-12-20 12:30:38 -05:00
hathach
f996c946f3
clean up
2019-12-20 13:15:01 +07:00
hathach
21b3e13b70
update tinyusb core
2019-12-20 13:11:04 +07:00
hathach
bffd3048d7
clean up
2019-12-20 00:13:24 +07:00
hathach
dd19013a79
rename Adafruit_TinyUSB_Core.cpp to Adafruit_TinyUSB_SAMD.cpp
2019-12-20 00:11:19 +07:00
hathach
4f8ccb165c
move yield() to main.cpp
2019-12-19 23:54:15 +07:00
hathach
b92b61b36f
refactor load_serial_number() to Adafruit_USBD_Device::getSerialDescriptor()
2019-12-19 23:42:27 +07:00
hathach
a346cf760f
implement detach/attach
2019-12-19 23:12:25 +07:00
hathach
2bb0a7a759
tinyusb submodule work well
2019-12-19 14:49:53 +07:00
hathach
dfac9e8582
move tinyusb core & cdc to submodule
2019-12-19 13:25:36 +07:00
hathach
4cca5de20a
Merge remote-tracking branch 'adafruit/master'
2019-12-18 22:27:22 +07:00
Lady Ada
516cec5a9b
Merge branch 'master' of github.com:adafruit/ArduinoCore-samd
2019-12-10 22:41:17 -05:00
Lady Ada
6630fe7cc0
@hathach Arduino core now wants size_t returned
2019-12-10 22:41:12 -05:00
hathach
5f68c65680
Merge pull request #182 from kaysievers/tinyusb-descriptor-len
...
tinyusb: Correct descriptor string length calculation
2019-11-19 23:52:47 +07:00