mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-21 05:21:03 +08:00
8d72c2a7b2
PUBLISHED_FROM=d9d979057d5269ac32d16545dd2489485bda642a
12 lines
240 B
Plaintext
12 lines
240 B
Plaintext
/* Linker script to configure memory regions. */
|
|
|
|
SEARCH_DIR(.)
|
|
GROUP(-lgcc -lc -lnosys)
|
|
|
|
MEMORY
|
|
{
|
|
FLASH (rx) : ORIGIN = 0x1f000, LENGTH = 0x61000
|
|
RAM (rwx) : ORIGIN = 0x20002800, LENGTH = 0xd800
|
|
}
|
|
|
|
INCLUDE "nrf5x_common.ld" |