hathach
290f3d6308
update cmsis from 4.5.0 to 5.4.0
2020-07-06 16:22:30 +07:00
hathach
246c75a1ae
bump up version for 1.5.15
2020-07-05 22:57:40 +07:00
hathach
00a863c100
update tinyusb to 0749077
2020-07-05 22:57:02 +07:00
hathach
ff82b735f2
remove gcc 7-2017q4 specific
2020-07-05 22:40:37 +07:00
lady ada
fdddb19a3c
add BLE uart test support
2020-06-23 14:57:52 -04:00
Limor "Ladyada" Fried
bdf0c84109
Merge pull request #227 from OPEnSLab-OSU/master
...
Fix I2C SERCOM Hang (from Arduino SAMD core)
2020-05-28 22:06:27 -04:00
Noah Laptop
dad77cd8cc
add SERCOM patch from arduino SAMD core
2020-05-28 17:20:30 -07:00
Ha Thach
52d793ed8e
release 1.5.14
...
fix samd21 USB IRQ typo,
2020-05-04 22:11:14 +07:00
Ha Thach
e607c3ddbe
Merge pull request #226 from hathach/fix-samd21-usb
...
fix incorrect USB IRQ typo for samd
2020-05-04 22:09:56 +07:00
hathach
6d6e5b1ee9
fix incorrect USB IRQ typo for samd
2020-05-04 22:00:22 +07:00
Ha Thach
d60ec0fae3
Merge pull request #224 from hathach/release-.1.5.13
...
Update TinyUSB to commit c59fa77 due to a bug in the stack
2020-04-24 00:09:34 +07:00
hathach
159ae8e550
Update TinyUSB to commit c59fa77 due to a bug in the stack
...
increase version 1.5.13
2020-04-23 23:44:46 +07:00
Ha Thach
d56901d13b
increase version to release 1.5.12
2020-04-22 11:41:28 +07:00
Ha Thach
a45b5c56f6
Merge pull request #221 from hathach/update-tinyusb
...
update tinyusb core and samd port
2020-04-22 11:30:28 +07:00
Ha Thach
6c2a982c35
Merge pull request #222 from versioduo/midi-buffer-size
...
tinyusb: MIDI - Increase buffer size
2020-04-22 11:08:16 +07:00
Kay Sievers
aa9792167d
tinyusb: MIDI - Increase buffer size
...
We only transfer new packets when 64 bytes are available in the FIFO
buffer. This increase the buffer, so we can receive the next new packet
while still processing the current one.
2020-04-21 20:28:02 +02:00
hathach
72ebc1a809
sync with tinyusb commit 1d33aa9
...
fix issue with MIDI sysex driver
2020-04-22 00:20:50 +07:00
hathach
f564235648
update tinyusb core and samd port
2020-04-21 12:05:51 +07:00
Limor "Ladyada" Fried
bf24e95f7e
Merge pull request #217 from d-a-v/wless
...
less warnings on featherM0
2020-03-05 15:09:32 -05:00
David Gauchard
1112d77c3d
less warnings on featherM0
2020-03-05 18:25:12 +01:00
Ha Thach
aa21fb1e13
increase version 1.5.11 for release
2020-02-27 00:09:20 +07:00
Limor "Ladyada" Fried
18e455f2df
Merge pull request #214 from hathach/fix-CI_Tests-warning
...
add fake CI_Tests.h header to make Arduino happy
2020-02-10 22:18:40 -05:00
hathach
bfba9812b7
add fake CI_Tests.h header to make Arduino happy
2020-02-11 10:10:12 +07:00
Limor "Ladyada" Fried
5b24029000
Merge pull request #211 from GMagician/Fix-AGCM4-total-pins
...
[AGCM4] Update total pins
2020-02-08 19:21:30 -05:00
GMagician
a5271b3d1c
Update total pins
...
pin 95 is onboard SD detect. Real total pins is then 96 not 95
2020-02-08 23:42:15 +01:00
Ha Thach
b13e6c68b5
Update platform.txt
...
Increase version for release 1.5.10
2020-02-03 14:23:30 +07:00
Ha Thach
f55ecadb78
Merge pull request #210 from adafruit/flashdefines
...
Flashdefines
2020-02-03 10:26:14 +07:00
Lady Ada
b09a92698a
& circuitplay too!
2020-02-01 22:00:17 -05:00
Lady Ada
6be91634fd
add flash definitions
2020-02-01 21:59:12 -05:00
Henry Gabryjelski
12c4506437
Improve variant compliance
...
Starting in SAMD CORE 1.6.6, `digitalPinToInterrupt`
was moved to Arduino.h, variant.h must no longer define it.
2020-01-17 01:16:20 -08:00
Henry Gabryjelski
c68c0b19ae
Disable -Wimplicit-fallthrough in sections
...
These two files contain code with switch statements,
where one case "fall through" to the next case.
As it's not currently clear if this is intentional or not,
rather than modifying the code in any way (regression risk),
use GCC diagnostic pragmas to disable this warning for
only these two files, with BUGBUG marking to encourage
review by someone more familiar with this code.
2020-01-17 01:16:20 -08:00
Henry Gabryjelski
5cbfd74f4d
TEST: Is LITTLE_ENDIAN already properly defined?
2020-01-17 01:16:20 -08:00
Henry Gabryjelski
1a89b145ef
Enhance warning output.
...
Add comment to line GCC points finger at.
This is not intended to fix the warning.
Rather, it is intended to make it clearer
that this may need a deeper review before
determining what (if any) code change would
be appropriate.
2020-01-17 01:16:20 -08:00
Henry Gabryjelski
e1e7b37ff3
Disable -Wimplicit-fallthrough for these two files.
...
These two files contain code with multiple switch statements,
where one case "fall through" to the next case.
As it's not currently clear if this is intentional or not,
rather than modifying the code in any way (regression risk),
use GCC diagnostic pragmas to disable this warning for
only these two files, with BUGBUG marking to encourage
review by someone more familiar with this code.
2020-01-17 01:16:20 -08:00
Henry Gabryjelski
4276526c67
Avoid compiler warning for unused parameter
2020-01-17 01:16:20 -08:00
Henry Gabryjelski
a2dd8614d4
Avoid signed/unsigned comparison warning.
2020-01-17 01:16:20 -08:00
Henry Gabryjelski
3253d46f45
Avoid unused parameter compiler warnings
2020-01-17 01:16:20 -08:00
Henry Gabryjelski
d5935a8c51
remove 'unused parameter' compiler warning
2020-01-17 01:16:20 -08:00
Henry Gabryjelski
4f80972c23
cast to uint32_t to avoid compiler warning
...
that said, it's possible this api might return
a variety of non-zero codes. code could benefit
from being updated (e.g., documenting return codes)
2020-01-17 01:16:20 -08:00
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