yamt commented on PR #16756:
URL: https://github.com/apache/nuttx/pull/16756#issuecomment-3111714286

   > please let me test a bit.
   
   this breaks my configuration.
   
   my configuration assumes spiram is available for text heap. (for wamr)
   the configuration also uses wifi.
   as text heap for esp32s3 is currently [backed by 
kmm](https://github.com/apache/nuttx/blob/cbd033ae90981bf49ca3804a5502bf6ce60ed2cf/arch/xtensa/src/esp32s3/esp32s3_textheap.c#L90),
 kmm separation forced by this PR for wifi breaks it.
   
   (the configuration also happens to use spiflash, which was just working by 
luck i guess. maybe because LPWORK stack is allocated early in the boot. maybe 
it helps to have a debug option to make the malloc pick memory regions in an 
unusual order.)
   


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to