atsame5x: add support for CAN

This commit is contained in:
sago35
2021-04-18 18:18:59 +09:00
committed by Ron Evans
parent 9f5066aa6f
commit e7c6bd3730
12 changed files with 682 additions and 5 deletions
+2 -1
View File
@@ -2,5 +2,6 @@
"inherits": ["atsame54p20a"],
"build-tags": ["atsame54_xpro"],
"flash-method": "openocd",
"openocd-interface": "cmsis-dap"
"openocd-interface": "cmsis-dap",
"default-stack-size": 4096
}