able to build and blink with metro m0

This commit is contained in:
hathach
2018-11-20 23:49:37 +07:00
parent 18f8217f4f
commit 867d3cb02d
4 changed files with 80 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE Board_Memory_Definition_File>
<root name="ATSAMD21G18A">
<MemorySegment name="FLASH" start="0x00000000" size="0x00040000" access="ReadOnly" />
<MemorySegment name="FLASH" start="0x00002000" size="0x0003E000" access="ReadOnly" />
<MemorySegment name="RAM" start="0x20000000" size="0x00008000" access="Read/Write" />
</root>