Commit graph

2112 commits

Author SHA1 Message Date
hathach
c47727252c
increase version to 1.6.7 2021-04-09 13:50:15 +07:00
hathach
1870cefd75
use same51 header from cmsis-atmel package 2021-04-09 13:33:17 +07:00
Henry Gabryjelski
a7a9d2dbc1
Fix loop iterations 2021-04-08 17:51:06 -07:00
Ha Thach
e3407013a8
Merge pull request #288 from henrygab/patch-1
Cast to integral type ignores qualifier `volatile`
2021-03-30 01:01:41 +07:00
Henry Gabryjelski
76f999b825
Fix [-Wrestrict] bug
Untested...
2021-03-25 15:09:54 -07:00
Henry Gabryjelski
d542a60ae6
Cast to integral type ignores qualifier volatile
Attempting to cast to a `volatile uint32_t` does nothing different from cast to a `uint32_t`,
with the exception of **_looking like_** it's accessing a register.
2021-03-25 14:52:25 -07:00
Ha Thach
243c208b22
bump version for 1.6.6 release 2021-03-15 23:40:24 +07:00
Ha Thach
9e15226813
Merge pull request #286 from adafruit/neotrinkey
add new variant
2021-03-15 23:22:22 +07:00
lady ada
af4f2cb75c typo fixes! 2021-03-15 12:13:48 -04:00
lady ada
3adf881254 add new variant 2021-03-14 17:22:49 -04:00
Phillip Pearson
aebf3cb686
Port some AVR Serial_ (SerialUSB) API's over (#285)
Co-authored-by: Sandeep Mistry <s.mistry@arduino.cc>
2021-03-06 11:56:47 -05:00
Ha Thach
e16a55ba0b
Merge pull request #281 from matt-chan/patch-1
Fix EINT listing for pin 4
2021-01-26 11:31:46 +07:00
lady ada
8dcab42ce3 bump to add fixes for CAN Feather and BLM Badge 2021-01-25 20:07:13 -05:00
lady ada
7716ebbcd6 update BLM badge for uart (used in testing) 2021-01-25 14:40:44 -05:00
Matthew Chan
8c6f2dd466
Fix remaining EINT values
Add additional EINT fixes for PA{0,1,30}, PB{3, 23}.
2021-01-25 13:12:49 -05:00
Matthew Chan
aa706d706d
Fix EINT listing for pin 4
I think this file doesn't match the circuit diagram listing at https://cdn-learn.adafruit.com/assets/assets/000/047/156/original/circuit_playground_Adafruit_Circuit_Playground_Express_Pinout.png?1507829017.

It causes the interrupt pin checking code in ArduinoLowPower to fail, meaning it won't listen to interrupts from button A. Button B works fine.
2021-01-25 03:07:12 -05:00
lady ada
812399fe45 Merge branch 'master' of github.com:adafruit/ArduinoCore-samd 2021-01-10 17:26:12 -05:00
lady ada
9ddc306013 CAN variant updates, fix for PDM on badge 2021-01-10 17:26:07 -05:00
Paint Your Dragon
12e0a79fea
Merge pull request #279 from RudolphRiedel/master
Added a isBusy() method to SPI calls to allow non-blocking polling of…
2020-12-28 11:46:52 -08:00
Rudolph Riedel
3c7a2d5bad Added a isBusy() method to SPI calls to allow non-blocking polling of the DMA transfer status. 2020-12-28 13:51:55 +01:00
Richard Campbell
146e8b8e53 Fix typo in samd51 clock init 2020-12-27 00:52:53 -08:00
Valerii Koval
dcc531f963
Typo fix in PID for BLM Badge (#274) 2020-12-10 14:38:38 -05:00
Limor "Ladyada" Fried
f2a72d1c1e
Fix addpath (#275)
* try it!
2020-12-10 14:25:11 -05:00
lady ada
ec69488b42 add boost enable pin for CAN feather 2020-12-01 20:12:05 -05:00
Ha Thach
1fa45ad6a6
update version to 1.6.4 for release 2020-11-05 22:43:46 +07:00
Limor "Ladyada" Fried
0b160161de
Merge pull request #270 from mdonoughe/matrixportal-led
update LED_BUILTIN for matrixportal_m4
2020-10-31 17:20:42 -04:00
Matthew Donoughe
b8235856be update LED_BUILTIN for matrixportal_m4 2020-10-31 16:16:44 -04:00
Limor "Ladyada" Fried
d0396b05ce
Merge pull request #269 from adafruit/m0-optimization-option
added optimization menu option for M0
2020-10-31 11:46:57 -04:00
hathach
54beccb9b4 added optimization menu option for M0 2020-10-31 14:39:22 +07:00
Limor "Ladyada" Fried
b94b432dad
Merge pull request #267 from jepler/feather-can-bsp
Adafruit Feather M4 CAN: Add support for board
2020-10-20 15:23:57 -04:00
da80034588 Add CAN handlers for SAM E51 2020-10-20 08:55:53 -05:00
3471cdffa4 update feather can board property 2020-10-08 21:04:11 -05:00
f077606591 correct board name string 2020-10-07 14:03:21 -05:00
3ab4dfe9de feather_can_m4: define PIN_CAN_abc macros 2020-10-07 13:29:44 -05:00
308e949881 feather_m4_can: Add CAN-related pins to variant files
40: CAN_STANDBY
41: CAN_TX
42: CAN_RX
2020-10-07 12:50:07 -05:00
ad022b412a Add special linker script stanza for CAN message RAM 2020-10-06 11:48:55 -05:00
7ae96b4323 Adapt feather_m4 variant files to can 2020-10-06 11:42:24 -05:00
1ffdc7d0f0 Files from Atmel.SAME51_DFP.1.1.139.atpack 2020-10-06 11:42:08 -05:00
0c8e1ede52 boards.txt: add Feather CAN 2020-10-06 10:47:41 -05:00
lady ada
4c6d754c50 fix https://github.com/adafruit/ArduinoCore-samd/issues/266 2020-10-01 16:18:06 -04:00
lady ada
fa095b35c0 Merge branch 'master' of github.com:adafruit/ArduinoCore-samd 2020-09-28 20:23:35 -04:00
Ha Thach
9d4bdb8a01
increase for 1.6.3 release 2020-09-23 10:27:54 +07:00
Limor "Ladyada" Fried
9c667a4409
Merge pull request #265 from adafruit/fix-warning
fix matrixportal_m4 warning define
2020-09-22 23:26:08 -04:00
Ha Thach
e99eb502ae
Merge pull request #264 from adafruit/qtpy
QT Py!
2020-09-23 10:23:39 +07:00
hathach
a2151f384e fix matrixportal_m4 warning define 2020-09-23 10:15:49 +07:00
lady ada
0d46fb5839 fix name of chip 2020-09-22 23:07:48 -04:00
lady ada
4a5f9f7aae add custom init code for neopixel power pin to default on 2020-09-22 22:48:50 -04:00
lady ada
bdd8ee911b rev C complete! 2020-09-22 22:41:26 -04:00
lady ada
a029d61925 Merge branch 'master' of github.com:adafruit/ArduinoCore-samd 2020-09-19 17:22:08 -04:00
lady ada
fad2d91143 increase serial buffer (helps with bno08x uart!) 2020-09-19 17:22:03 -04:00