Fix-Point commented on code in PR #13410:
URL: https://github.com/apache/nuttx/pull/13410#discussion_r1759714672


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

Review Comment:
   > OK, so how about add a new config `CONFIG_SIG_EVTHREAD_ID`? It is better 
to avoid change the ram size of custom board especially you can't verify it.
   
   That's fine. I will add new config `CONFIG_SIG_EVTHREAD_ID` in next PR.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to