Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
lwm2m_platform.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2019 HAW Hamburg
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
19
#ifndef LWM2M_PLATFORM_H
20
#define LWM2M_PLATFORM_H
21
22
#ifdef __cplusplus
23
extern
"C"
{
24
#endif
25
34
#ifndef CONFIG_LWM2M_TLSF_BUFFER
35
#define CONFIG_LWM2M_TLSF_BUFFER 5120
36
#endif
37
42
void
lwm2m_platform_init
(
void
);
43
47
void
lwm2m_tlsf_status
(
void
);
48
49
#ifdef __cplusplus
50
}
51
#endif
52
53
#endif
/* LWM2M_PLATFORM_H */
54
lwm2m_platform_init
void lwm2m_platform_init(void)
Initializes the platform adaption for Wakaama LwM2M.
lwm2m_tlsf_status
void lwm2m_tlsf_status(void)
Prints the status of TLSF allocation buffer, for development use.
Generated on Tue Nov 24 2020 19:46:51 by
1.8.17