machine/microbit-v2: add initial support based on work done by @alankrantas thank you!

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2021-01-03 17:48:06 +01:00
committed by Ron Evans
parent 086645153e
commit 6ec868710b
7 changed files with 241 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
MEMORY
{
FLASH_TEXT (rw) : ORIGIN = 0x00000000, LENGTH = 0x80000
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 0x20000
}
_stack_size = 4K;
INCLUDE "targets/arm.ld"