PetervdPerk-NXP commented on PR #17261: URL: https://github.com/apache/nuttx/pull/17261#issuecomment-3463374886
> Please provide more testing detail. Did you run `ostest` after your change to make sure that the system still works? Did you try with multiple different heap sizes? I've ran both `mm` and `ostest` with keeping the `CONFIG_IMXRT_DTCM_HEAP_SIZE` default i.e. `CONFIG_IMXRT_DTCM_HEAP_SIZE=CONFIG_IMXRT_DTCM` and a custom size with `CONFIG_IMXRT_DTCM_HEAP_SIZE=127`. Then I checked with `free` to see if the heap got smaller and checked that the unused piece of DTCM didn't got overwritten, this was just done manually with checking the static variable with the debugger. -- 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]
