diff options
| author | Scott Shawcroft <scott@chickadee.tech> | 2016-10-26 17:57:47 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@chickadee.tech> | 2016-10-26 17:57:47 -0700 |
| commit | 2098515f6a7d0e5a99f9960b4e5e8686a4d06dbc (patch) | |
| tree | 4c7b41e8f562708e815cf4fa6b28b30c0c386013 /atmel-samd/Makefile | |
| parent | 73848f4cd0085c50e27269ed13376c879730402f (diff) | |
atmel-samd: Rework pin definitions to share most of the data structures and included based on ASF defines.
Diffstat (limited to 'atmel-samd/Makefile')
| -rw-r--r-- | atmel-samd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/atmel-samd/Makefile b/atmel-samd/Makefile index 2cd917beb..ffc75859a 100644 --- a/atmel-samd/Makefile +++ b/atmel-samd/Makefile @@ -173,6 +173,7 @@ SRC_C = \ asf/sam0/utils/cmsis/samd21/source/gcc/startup_samd21.c \ asf/sam0/utils/cmsis/samd21/source/system_samd21.c \ asf/sam0/utils/syscalls/gcc/syscalls.c \ + boards/samd21_pins.c \ boards/$(BOARD)/init.c \ boards/$(BOARD)/pins.c \ lib/fatfs/ff.c \ |
