Adding Board: Feather M4 Express (#688)

* machine/feather-m4: Adding Feather M4
This commit is contained in:
BCG
2019-11-05 09:34:46 -05:00
committed by Ron Evans
parent cadb75a4aa
commit 0db403dc0c
7 changed files with 164 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"inherits": ["cortex-m"],
"llvm-target": "armv7em-none-eabi",
"build-tags": ["atsamd51j19", "atsamd51", "sam"],
"cflags": [
"--target=armv7em-none-eabi",
"-Qunused-arguments"
],
"linkerscript": "targets/atsamd51.ld",
"extra-files": [
"src/device/sam/atsamd51j19a.s"
]
}