add tinyusb
This commit is contained in:
13
tinyusb/hw/bsp/nrf/boards/pca10059/pca10059.ld
Executable file
13
tinyusb/hw/bsp/nrf/boards/pca10059/pca10059.ld
Executable file
@@ -0,0 +1,13 @@
|
||||
/* Linker script to configure memory regions. */
|
||||
|
||||
SEARCH_DIR(.)
|
||||
GROUP(-lgcc -lc -lnosys)
|
||||
|
||||
MEMORY
|
||||
{
|
||||
FLASH (rx) : ORIGIN = 0x1000, LENGTH = 0xff000
|
||||
RAM (rwx) : ORIGIN = 0x20000008, LENGTH = 0x3fff8
|
||||
}
|
||||
|
||||
|
||||
INCLUDE "nrf_common.ld"
|
||||
Reference in New Issue
Block a user