Loading...
Searching...
No Matches
platform_config.h File Reference

Implementation of OpenThread platform config. More...

Detailed Description

Implementation of OpenThread platform config.

Author
Baptiste Clenet bapcl.nosp@m.enet.nosp@m.@gmai.nosp@m.l.co.nosp@m.m

Definition in file platform_config.h.

Go to the source code of this file.

Macros

#define OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS   (10U)
 The number of message buffers in buffer pool.
 
#define OPENTHREAD_CONFIG_LOG_LEVEL   OT_LOG_LEVEL_NONE
 Set OpenThread log level.
 

Macro Definition Documentation

◆ OPENTHREAD_CONFIG_LOG_LEVEL

#define OPENTHREAD_CONFIG_LOG_LEVEL   OT_LOG_LEVEL_NONE

Set OpenThread log level.

See also
https://openthread.io/releases/thread-reference-20170716/group/plat-logging

Definition at line 44 of file platform_config.h.

◆ OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS

#define OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS   (10U)

The number of message buffers in buffer pool.

Definition at line 34 of file platform_config.h.