From 891f6ab96bfcf9dee616fae3a0b8ba16e4b16757 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Sat, 15 Aug 2015 16:50:14 +0200 Subject: [PATCH] Move FS cache to main SRAM for OMV2 --- src/micropython | 2 +- src/omv/stm32f4xx.ld.S | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/micropython b/src/micropython index 11513874f..f46134681 160000 --- a/src/micropython +++ b/src/micropython @@ -1 +1 @@ -Subproject commit 11513874fd75f3771fb17a6843c49494bf357670 +Subproject commit f46134681de436edefd8ab5f1b1b19a3d55c077f diff --git a/src/omv/stm32f4xx.ld.S b/src/omv/stm32f4xx.ld.S index 915b55e89..2ed5c6199 100755 --- a/src/omv/stm32f4xx.ld.S +++ b/src/omv/stm32f4xx.ld.S @@ -61,6 +61,7 @@ _ram_end = 0x10010000; /* 64KB CCM */ _fb_base = 0x20000000; _stack_size = 0x1000; /* minimum amount of stack */ _heap_size = 0XC800; /* required amount of heap */ +_fs_cache = 0x20030000-(16*1024); /* Define output sections */ SECTIONS