You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "tmedicci (via GitHub)" <gi...@apache.org> on 2023/04/29 16:39:19 UTC

[GitHub] [nuttx] tmedicci opened a new pull request, #9141: boards/esp32-devkitc: substitute `ramtest` to `mm` on defconfigs

tmedicci opened a new pull request, #9141:
URL: https://github.com/apache/nuttx/pull/9141

   ## Summary
   
   The defconfigs that test PSRAM on ESP32 contain the `ramtest` app, but it doesn't test the memory correctly as it try to access the memory directly. The memory, however, is being used by the system's heap and `ramtest` can mess with it. Therefore, it makes sense to test using `mm` testing app.
   
   ## Impact
   
   Avoid improper memory access to heap memory using `ramtest` as PSRAM is assigned to system's user heap. Also, enable using `mm` to test memory on CI.
   
   ## Testing
   
   Internal CI + ESP32-DevKitC
   


-- 
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-unsubscribe@nuttx.apache.org

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


[GitHub] [nuttx] xiaoxiang781216 merged pull request #9141: boards/esp32-devkitc: substitute `ramtest` to `mm` on defconfigs

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 merged PR #9141:
URL: https://github.com/apache/nuttx/pull/9141


-- 
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-unsubscribe@nuttx.apache.org

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