mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 19:44:35 +08:00
nshlib/cmd_memdump: support new command: memdump
Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
This commit is contained in:
@@ -216,6 +216,12 @@ static const struct cmdmap_s g_cmdmap[] =
|
||||
{ "free", cmd_free, 1, 1, NULL },
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_DEBUG_MM
|
||||
# ifndef CONFIG_NSH_DISABLE_MEMDUMP
|
||||
{ "memdump", cmd_memdump, 1, 3, "[pid/used/free]" },
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_NET_UDP
|
||||
# ifndef CONFIG_NSH_DISABLE_GET
|
||||
{ "get", cmd_get, 4, 7,
|
||||
|
Reference in New Issue
Block a user