summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d3x-ek/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sama5d3x-ek/README.txt')
-rw-r--r--nuttx/configs/sama5d3x-ek/README.txt21
1 files changed, 20 insertions, 1 deletions
diff --git a/nuttx/configs/sama5d3x-ek/README.txt b/nuttx/configs/sama5d3x-ek/README.txt
index 6cde91a9b..936c272e9 100644
--- a/nuttx/configs/sama5d3x-ek/README.txt
+++ b/nuttx/configs/sama5d3x-ek/README.txt
@@ -3121,7 +3121,26 @@ To-Do List
heap?
UPDATE: If I turn memory management debug on, the crash does not
- occur. This needs some further investigation and a little TLC.
+ occur:
+
+ CONFIG_DEBUG=y
+ # CONFIG_DEBUG_VERBOSE is not set
+ CONFIG_DEBUG_MM=y
+ # ...(No other debug output enabled)...
+ CONFIG_DEBUG_FULLOPT=y
+
+ Results in:
+
+ mm_initialize: Heap: start=20001228 size=268430808
+ mm_addregion: Region 1: base=20001228 size=268430800
+
+ NuttShell (NSH)
+ nsh> free
+ total used free largest
+ Mem: 268430800 6864 268423936 268423936
+ nsh>
+
+ This needs some further investigation and a little TLC.
5) HSCMI TX DMA support is currently commented out.