Re: [PR] xtensa/esp32s3: allow moving .bss data to the external PSRAM [nuttx]

2025-02-19 Thread via GitHub
cederom commented on PR #15825: URL: https://github.com/apache/nuttx/pull/15825#issuecomment-2669620764 Thank you @tmedicci great work, "RAM is not the limit" now! :-) :-) Please remember to use `git commit -s` :-) -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] xtensa/esp32s3: allow moving .bss data to the external PSRAM [nuttx]

2025-02-19 Thread via GitHub
acassis merged PR #15825: URL: https://github.com/apache/nuttx/pull/15825 -- 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.apac

Re: [PR] xtensa/esp32s3: allow moving .bss data to the external PSRAM [nuttx]

2025-02-19 Thread via GitHub
tmedicci commented on PR #15825: URL: https://github.com/apache/nuttx/pull/15825#issuecomment-2668785833 Hi @acassis @lupyuen @jerpelea @cederom @raiden00pl @xiaoxiang781216 ! Is anything missing here? If not, can this PR be merged? -- This is an automated message from the Apache Gi

Re: [PR] xtensa/esp32s3: allow moving .bss data to the external PSRAM [nuttx]

2025-02-14 Thread via GitHub
tmedicci commented on PR #15825: URL: https://github.com/apache/nuttx/pull/15825#issuecomment-2659637252 @acassis @xiaoxiang781216 , can you please take a look? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] xtensa/esp32s3: allow moving .bss data to the external PSRAM [nuttx]

2025-02-13 Thread via GitHub
tmedicci commented on PR #15825: URL: https://github.com/apache/nuttx/pull/15825#issuecomment-2656647782 > @tmedicci please include a Documentation/ with the information you added here, this way users will know how to use it in their applications done! -- This is an automated messa

Re: [PR] xtensa/esp32s3: allow moving .bss data to the external PSRAM [nuttx]

2025-02-12 Thread via GitHub
acassis commented on PR #15825: URL: https://github.com/apache/nuttx/pull/15825#issuecomment-2654781305 @tmedicci please include a Documentation/ with the information you added here, this way users will know how to use it in their applications -- This is an automated message from the Apac

Re: [PR] xtensa/esp32s3: allow moving .bss data to the external PSRAM [nuttx]

2025-02-12 Thread via GitHub
nuttxpr commented on PR #15825: URL: https://github.com/apache/nuttx/pull/15825#issuecomment-2654769480 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This PR description mostly meets the NuttX requirements

[PR] xtensa/esp32s3: allow moving .bss data to the external PSRAM [nuttx]

2025-02-12 Thread via GitHub
tmedicci opened a new pull request, #15825: URL: https://github.com/apache/nuttx/pull/15825 ## Summary * xtensa/esp32s3: allow moving .bss data to the external PSRAM This commit allows placing .bss data into the external PSRAM. Previously, the PSRAM was fully allocated