initial support for pca10059

Using the official USB Vendor name even for other boards.
This commit is contained in:
Olaf Flebbe
2021-03-21 21:02:57 +01:00
committed by Ron Evans
parent 2aa2e750b9
commit f23ba3b023
6 changed files with 87 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
MEMORY
{
FLASH_TEXT (rw) : ORIGIN = 0x00001000, LENGTH = 0xDF000
RAM (xrw) : ORIGIN = 0x20000008, LENGTH = 0x3FFF8
}
_stack_size = 2K;
INCLUDE "targets/arm.ld"