atsame51: add initial support for feather-m4-can

This commit is contained in:
sago35
2021-04-16 09:02:01 +09:00
committed by Ron Evans
parent cb886a35c9
commit 9f52fe4e4a
8 changed files with 276 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
MEMORY
{
FLASH_TEXT (rw) : ORIGIN = 0x00000000+0x4000, LENGTH = 0x00080000-0x4000 /* First 16KB used by bootloader */
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 0x00030000
}
_stack_size = 4K;
INCLUDE "targets/arm.ld"