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


##########
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:
   According to the sigevent(3) specification, the `sigev_notify_thread_id` is 
a Linux-specific field and should not be confused with the 
`CONFIG_SIG_EVTHREAD` fields. These fields serve distinct purposes.



##########
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:
   According to the `sigevent(3)` specification, the `sigev_notify_thread_id` 
is a Linux-specific field and should not be confused with the 
`CONFIG_SIG_EVTHREAD` fields. These fields serve distinct purposes.



-- 
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