File tree Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Original file line number Diff line number Diff line change @@ -284,21 +284,19 @@ menu "Memory Management"
284284
285285 endchoice
286286
287- if RT_USING_SMALL_MEM
288- config RT_USING_MEMTRACE
289- bool "Enable memory trace"
290- default n
291- help
292- When enable RT_USING_MEMTRACE with shell, developer can call cmd:
293- 1. memtrace
294- to dump memory block information.
295- 2. memcheck
296- to check memory block to avoid memory overwritten.
297-
298- And developer also can call memcheck() in each of scheduling
299- to check memory block to find which thread has wrongly modified
300- memory.
301- endif
287+ config RT_USING_MEMTRACE
288+ bool "Enable memory trace"
289+ default n
290+ help
291+ When enable RT_USING_MEMTRACE with shell, developer can call cmd:
292+ 1. memtrace
293+ to dump memory block information.
294+ 2. memcheck
295+ to check memory block to avoid memory overwritten.
296+
297+ And developer also can call memcheck() in each of scheduling
298+ to check memory block to find which thread has wrongly modified
299+ memory.
302300
303301 config RT_USING_HEAP
304302 bool
You can’t perform that action at this time.
0 commit comments