mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Add shared memory initializatin logic
This commit is contained in:
@@ -458,6 +458,13 @@ config DEBUG_MM
|
||||
---help---
|
||||
Enable memory management debug SYSLOG output (disabled by default)
|
||||
|
||||
config DEBUG_SHM
|
||||
bool "Shared Memory Debug Output"
|
||||
default n
|
||||
depends on MM_SHM
|
||||
---help---
|
||||
Enable shared memory management debug SYSLOG output (disabled by default)
|
||||
|
||||
config DEBUG_NET
|
||||
bool "Network Debug Output"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user