acassis commented on code in PR #17261:
URL: https://github.com/apache/nuttx/pull/17261#discussion_r2473406487
##########
arch/arm/src/imxrt/Kconfig:
##########
@@ -2633,7 +2633,14 @@ config IMXRT_DTCM_HEAP
bool "Add DTCM to heap"
depends on IMXRT_DTCM > 0
---help---
- Select to add the entire DTCM to the heap
+ Select to add the DTCM to the heap
+
+config IMXRT_DTCM_HEAP_SIZE
+ int "DTCM heap Size in K"
+ depends on IMXRT_DTCM_HEAP
+ default IMXRT_DTCM
+ ---help---
+ Select the amount of DTCM memory added to the heap
Review Comment:
Please include more info when to use it, as you said in the Summary: In
certain usecases you don't want to add the full DTCM to the heap. This kconfig
symbol allows to limit the size.
--
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]