2012-04-06 16:33:17 +00:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 08:14:53 -06:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-04-06 16:33:17 +00:00
|
|
|
#
|
2012-04-14 20:01:08 +00:00
|
|
|
|
|
|
|
config SYSTEM_FREE
|
2015-04-07 13:23:39 -06:00
|
|
|
bool "Custom Free Memory Command"
|
2012-04-14 20:01:08 +00:00
|
|
|
default n
|
|
|
|
---help---
|
2015-04-07 13:23:39 -06:00
|
|
|
Enable support for the NSH 'free' replacement command.
|
2012-04-14 20:01:08 +00:00
|
|
|
|
|
|
|
if SYSTEM_FREE
|
|
|
|
endif
|
|
|
|
|