1
0
Fork 0

Implement GPIO abstraction for atsam (#13567)

* Implement GPIO abstraction for atsam

* Convert Drop boards to normal matrix config

* Work round pin conflicts and matrix delay
This commit is contained in:
Joel Challis 2021-07-22 23:01:19 +01:00 committed by GitHub
parent 95a7c22824
commit 5d7f2823c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 255 additions and 174 deletions

View file

@ -1,13 +1,10 @@
# project specific files
SRC = matrix.c
SRC += config_led.c
#For platform and packs
ARM_ATSAM = SAMD51J18A
MCU = cortex-m4
CUSTOM_MATRIX = lite
# Build Options
# comment out to disable the options.
#