mirror of
https://github.com/espressif/openthread.git
synced 2026-09-17 06:30:10 +00:00
Add Dynamic Memory Support to otLwf.sys (#1414)
* Add Dynamic Memory Support * Use single list for free buffers. Null mNext on return of new buffer. * Use Paged memory for Buffers.
This commit is contained in:
@@ -67,6 +67,16 @@
|
||||
*/
|
||||
#define OPENTHREAD_CONFIG_MAX_JOINER_ENTRIES 16
|
||||
|
||||
/**
|
||||
* @def OPENTHREAD_CONFIG_PLATFORM_MESSAGE_MANAGEMENT
|
||||
*
|
||||
* The message pool is managed by platform defined logic when this flag is set.
|
||||
* This feature would typically be used when operating in a multi-threaded system
|
||||
* and multiple threads need to access the message pool.
|
||||
*
|
||||
*/
|
||||
#define OPENTHREAD_CONFIG_PLATFORM_MESSAGE_MANAGEMENT 1
|
||||
|
||||
/**
|
||||
* @def OPENTHREAD_CONFIG_LOG_LEVEL
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user