Phillip Burgess
eb0d6efd9d
Itsy M0, HalloWing: add A12 pin for PrettyPins generator
2021-05-18 16:10:25 -07:00
lady ada
32b62c86ff
add AREF pin as A12
2021-05-18 11:13:01 -04:00
ladyada
93b1ba1e4a
A11 isnt an analog in!
2021-05-14 16:34:46 -04:00
lady ada
322f2ff8c9
add definition for touchpad
2021-05-13 10:12:18 -04:00
Limor "Ladyada" Fried
c26a8371f9
Trinkeys ( #296 )
...
* add rotary trinkey rev B
* add slide trinkey
* proximity sensing trinkey
* update variant to shipping
* forgot one!
* fix two typos
* fix up slide trinkey for rev B
2021-05-08 16:28:31 -04:00
hathach
1870cefd75
use same51 header from cmsis-atmel package
2021-04-09 13:33:17 +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
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
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
9ddc306013
CAN variant updates, fix for PDM on badge
2021-01-10 17:26:07 -05:00
lady ada
ec69488b42
add boost enable pin for CAN feather
2020-12-01 20:12:05 -05:00
Matthew Donoughe
b8235856be
update LED_BUILTIN for matrixportal_m4
2020-10-31 16:16:44 -04: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
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
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
lady ada
9827155244
oof bad merge
2020-08-30 15:36:21 -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
Phillip Burgess
420b9a8429
Small SPI lib fix, add SWO pin to variant header
2020-08-19 11:36:20 -07:00
Henry Gabryjelski
25a57896c0
Merge branch 'master' into fix_compile_warnings3
2020-08-03 17:09:31 -07: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
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
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
lady ada
fdddb19a3c
add BLE uart test support
2020-06-23 14:57:52 -04: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
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
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
feb846a1ff
add monster m4sk too
2019-11-02 22:44:40 -04:00
Jordan Majd
2b052e11f8
Reenable Serial1 sercom int handlers, disable Wire i2c slave int handlers
2019-10-31 18:26:16 +00:00