mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 00:28:18 +00:00
8 lines
142 B
Plaintext
8 lines
142 B
Plaintext
MEMORY
|
|
{
|
|
rom (rx) : ORIGIN = 0x08000000, LENGTH = 128K
|
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
|
}
|
|
|
|
INCLUDE libopencm3_stm32f1.ld
|