From 050d49a56bc54c78c3fc1f4f125b09634d6c5b83 Mon Sep 17 00:00:00 2001 From: jaseg Date: Thu, 8 Nov 2018 15:41:46 +0900 Subject: Noise integration compiles --- libusbhost_stm32f4.ld | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libusbhost_stm32f4.ld') diff --git a/libusbhost_stm32f4.ld b/libusbhost_stm32f4.ld index 4f676ec..d1801d8 100644 --- a/libusbhost_stm32f4.ld +++ b/libusbhost_stm32f4.ld @@ -33,3 +33,9 @@ MEMORY /* Include the common ld script. */ INCLUDE libopencm3_stm32f4.ld +PROVIDE(_ram_start = ORIGIN(ram)); +PROVIDE(_ram_end = ORIGIN(ram) + LENGTH(ram)); +PROVIDE(_rom_start = ORIGIN(rom)); +PROVIDE(_rom_end = ORIGIN(rom) + LENGTH(rom)); + + -- cgit