boards: NuttX disable all NSH memory debug commands (mb, mh, mw) by default

- closes https://github.com/PX4/PX4-Autopilot/issues/17062
This commit is contained in:
Daniel Agar
2021-03-29 11:17:30 -04:00
parent f9af1bbe2d
commit 6874e9fba0
44 changed files with 44 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ CONFIG_NSH_DISABLE_IFCONFIG=y
CONFIG_NSH_DISABLE_IFUPDOWN=y
CONFIG_NSH_DISABLE_MB=y
CONFIG_NSH_DISABLE_MH=y
CONFIG_NSH_DISABLE_MW=y
CONFIG_NSH_DISABLE_TELNETD=y
CONFIG_NSH_LINELEN=128
CONFIG_NSH_MAXARGUMENTS=15