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:
parent
95a7c22824
commit
5d7f2823c9
11 changed files with 255 additions and 174 deletions
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue