This is an automated email from the ASF dual-hosted git repository.

archer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit c6861ea9312c2bb006af4deed8f2929f528ff447
Author: ouyangxiangzhen <[email protected]>
AuthorDate: Fri Sep 20 09:47:35 2024 +0800

    Revert "olimex-stm32-p407: adjust memory layout"
    
    This reverts commit 9a9d0a647ef1b123627872ab7e139c1c5b9be1a0.
---
 boards/arm/stm32/olimex-stm32-p407/scripts/memory.ld | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/boards/arm/stm32/olimex-stm32-p407/scripts/memory.ld 
b/boards/arm/stm32/olimex-stm32-p407/scripts/memory.ld
index eab64c6580..96fa7b8138 100644
--- a/boards/arm/stm32/olimex-stm32-p407/scripts/memory.ld
+++ b/boards/arm/stm32/olimex-stm32-p407/scripts/memory.ld
@@ -92,7 +92,7 @@ MEMORY
 
   /* 112Kb of contiguous SRAM */
 
-  ksram (rwx)      : ORIGIN = 0x20000000, LENGTH = 16K
-  usram (rwx)      : ORIGIN = 0x20004000, LENGTH = 16K
-  xsram (rwx)      : ORIGIN = 0x20008000, LENGTH = 80K
+  ksram (rwx)      : ORIGIN = 0x20000000, LENGTH = 8K
+  usram (rwx)      : ORIGIN = 0x20002000, LENGTH = 8K
+  xsram (rwx)      : ORIGIN = 0x20008000, LENGTH = 96K
 }

Reply via email to