mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
fs/procfs/fs_procfsprogrem: Add /proc/progmem. This is an alternative way to get the information that was previoulsy available in apps/system/free. apps/system/free was removed beause it made illegal calls into the OS violating the portable interface. This new procfs entry provides the same information with no such violation.
This commit is contained in:
@@ -194,6 +194,10 @@ config ARCH_HAVE_POWEROFF
|
||||
bool
|
||||
default n
|
||||
|
||||
config ARCH_HAVE_PROGMEM
|
||||
bool
|
||||
default n
|
||||
|
||||
config ARCH_HAVE_RESET
|
||||
bool
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user