Ha Thach
6a59e8347d
Merge pull request #262 from adafruit/update-tinyusb
...
update tinyusb core
2020-09-15 23:50:03 +07:00
Limor "Ladyada" Fried
e6c07cc7d0
Merge pull request #263 from ulysse314/adafruit-master
...
Avoiding unused parameter warning for dmaDoNothingCallback()
2020-09-15 10:51:59 -04:00
moussaillon
814a352588
Avoiding unused parameter warning for dmaDoNothingCallback()
2020-09-15 16:32:21 +02:00
hathach
4888cdc958
update tinyusb core to commit e7b892095f2bb5d8bef6a748238369bdd268ed5e
2020-09-15 20:59:46 +07:00
hathach
a0d7cfdebc
update tinyusb core to commit 0328bd4c134d05b4bb0472e0db918153f4dd15dd
...
also set string descriptor for Serial CDC
2020-09-15 19:41:28 +07:00
lady ada
bdf5ac8117
fix some pin numbers so that there's an LED on pin 13
...
add external SPI
2020-09-13 17:08:19 -04:00
lady ada
28cbc716e4
test external SPI flash + I2S
2020-09-13 00:15:00 -04:00
lady ada
028ca90052
rev A variant
2020-09-12 17:21:18 -04:00
Ha Thach
9ba4e98237
Increase version for release 1.6.2
2020-09-08 10:34:51 +07:00
Limor "Ladyada" Fried
8d3b49bf39
Merge pull request #259 from adafruit/matrixportal
...
Matrix portal draft
2020-09-03 23:30:44 -04:00
lady ada
c044ba3929
add bootloader
2020-08-31 11:57:49 -04:00
lady ada
9827155244
oof bad merge
2020-08-30 15:36:21 -04:00
lady ada
287d079c4d
Merge remote-tracking branch 'origin/master' into matrixportal
2020-08-30 14:03:12 -04:00
Limor "Ladyada" Fried
d1c52f223b
Merge pull request #258 from adafruit/blmbadge
...
add blm badge
2020-08-30 13:44:48 -04:00
lady ada
1ba7379107
add blm badge
2020-08-30 13:25:44 -04:00
lady ada
66097a89e7
add fake LED
2020-08-30 13:19:38 -04:00
lady ada
731adc71be
add variant
2020-08-29 02:39:04 -04:00
lady ada
1264ec61d7
Merge branch 'master' into matrixportal
2020-08-29 00:49:38 -04:00
Ha Thach
83b63b1e83
Merge pull request #257 from adafruit/fix-tone
...
Fix tone on SAMD51
2020-08-29 00:20:13 +07:00
hathach
aa5fa81bb7
use TC1 for servo, TC0 for tone for samd51
...
- make Tone_Handler() a strong symbol
2020-08-28 14:41:48 +07:00
Phillip Burgess
1e92424a50
Obscure SPI DMA bug fixed. Also, big non-blocking transfers supported.
2020-08-20 20:22:39 -07:00
Ha Thach
37a6ab97fa
Merge pull request #196 from ulysse314/unusedvariable
...
Removing _dacResolution for __SAMD51__ is not defined (variable not used)
2020-08-20 13:23:37 +07:00
Ha Thach
94e908c453
Merge branch 'master' into unusedvariable
2020-08-20 10:57:40 +07:00
Phillip Burgess
420b9a8429
Small SPI lib fix, add SWO pin to variant header
2020-08-19 11:36:20 -07:00
Ha Thach
fd40287bcb
Merge pull request #207 from henrygab/fix_compile_warnings3
...
Improve build script & fix more warnings
2020-08-10 14:12:13 +07:00
Henry Gabryjelski
66b0a74073
Use FIXME instead of BUGBUG
2020-08-09 23:50:13 -07:00
Henry Gabryjelski
55a9930808
reduce affected area of diagnostic push/pop
2020-08-07 11:28:53 -07:00
Henry Gabryjelski
134ebe7e18
typo - missing semicolon
2020-08-06 16:11:10 -07:00
Henry Gabryjelski
528a25e0ab
@hathach is uncomfortable with attributes on function parameters
2020-08-05 21:27:36 -07:00
Henry Gabryjelski
adc0866b7d
Hathach doesn't like attributes on parameters
2020-08-05 01:54:03 -07:00
Henry Gabryjelski
eb3c11472c
Revert "TEST: Is LITTLE_ENDIAN already properly defined?"
...
This reverts commit 5cbfd74f4d .
2020-08-04 21:08:58 -07:00
Henry Gabryjelski
77321a6827
Merge branch 'fix_compile_warnings3' of https://github.com/henrygab/ArduinoCore-samd into fix_compile_warnings3
2020-08-03 20:43:25 -07:00
Henry Gabryjelski
a2801a1602
fix tab/space mixtures -- whitespace only change
2020-08-03 20:43:13 -07:00
Henry Gabryjelski
25a57896c0
Merge branch 'master' into fix_compile_warnings3
2020-08-03 17:09:31 -07:00
Henry Gabryjelski
00dd2e0097
Per @hathach request
2020-08-03 17:06:51 -07:00
Limor "Ladyada" Fried
ea9f1a5d28
Merge pull request #243 from nekuneko/patch-1
...
Enable Interrupt #8 on Pin PORTA28 (GPIO2)
2020-07-27 10:38:03 -04:00
Neku
b1572ceb25
Enable Interrupt #8 on Pin PORTA28 (GPIO2)
...
In order to use IRLibRecvPCI class from IRLib2 with Adafruit pIRKey, it's necessary to allow interrupts on this pin.
2020-07-27 02:21:31 +02:00
lady ada
0947169772
add blm badge
2020-07-25 17:21:05 -04:00
Ha Thach
d9e9508be4
Merge pull request #242 from adafruit/fix-extint-m4
...
Fix extint m4
2020-07-25 00:14:20 +07:00
hathach
76f0206f01
fix all other incorrect EXTINT
2020-07-24 23:05:48 +07:00
hathach
860bc6c6b9
fix EXTINT for PA4 and PA6
...
follow up to #239
2020-07-24 19:05:16 +07:00
Ha Thach
3f0f35fbc5
Merge pull request #239 from NanoCodeBug/patch-1
...
Fix external pin interrupt definitions for Feather M4
2020-07-24 17:00:43 +07:00
Ha Thach
4141fce796
Merge pull request #241 from adafruit/sync-tinyusb-238a5c0b95fcd402d24524c7bebbdd822168a51e
...
Sync with Adafruit_TinyUSB_ArduinoCore
2020-07-24 02:01:06 +07:00
hathach
2555c2d68a
sync with Adafruit_TinyUSB_ArduinoCore commit 238a5c0b95fcd402d24524c7bebbdd822168a51e
2020-07-23 07:02:41 +07:00
NanoCodeBug
57db4d7132
Fix external pin interrupt definitions for Feather M4
...
Spent a while trying to figure out why analog pins A4/18 and A5/19 where not working as interrupts, turns out the external interrupt definitions are wrong in-code. These fixed definitions now match the published pinout diagram for the feather m4 and the samd51 datasheet.
2020-07-21 22:07:38 -07:00
Ha Thach
50f9be1544
increase 1.6.1 for release
2020-07-21 18:37:20 +07:00
Limor "Ladyada" Fried
4b669eadb0
Merge pull request #235 from hathach/fix-ci-build
...
move test_cmsis_fast_rfft example to its own folder to fix ci build
2020-07-13 08:21:17 -04:00
hathach
2569103e1a
move test_cmsis_fast_rfft example to its own folder to fix ci build
2020-07-13 18:26:29 +07:00
Ha Thach
196a29fc90
Merge pull request #232 from hathach/update-toolchain-cmsis
...
Update toolchain cmsis, fix build with tensorflow
2020-07-07 11:06:21 +07:00
Ha Thach
53c92d46e9
Increase version to 1.6.0 per review
2020-07-07 09:37:15 +07:00