Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
platform_config.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) Baptiste Clenet
3
*
4
* This file is subject to the terms and conditions of the GNU Lesser
5
* General Public License v2.1. See the file LICENSE in the top level
6
* directory for more details.
7
*/
8
9
#pragma once
10
20
21
#ifdef __cplusplus
22
extern
"C"
{
23
#endif
24
30
#if OPENTHREAD_MTD
31
#define OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS (20U)
32
#else
33
#define OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS (10U)
34
#endif
35
43
#define OPENTHREAD_CONFIG_LOG_LEVEL OT_LOG_LEVEL_NONE
44
45
#ifdef __cplusplus
46
}
47
#endif
Generated on Fri Oct 24 2025 14:53:24 by
1.13.2