Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
#include <stdio.h>
#include <string.h>
#include "cascoda-bm/cascoda_evbme.h"
#include "cascoda-bm/cascoda_interface.h"
#include "cascoda-bm/cascoda_serial.h"
#include "ca821x_api.h"
#include "ot_api_headers.h"
#include "ot_api_messages.h"
#include "platform.h"
#include "openthread/coap.h"
#include "openthread/dataset.h"
#include "openthread/instance.h"
#include "openthread/link.h"
#include "openthread/message.h"
#include "openthread/platform/radio.h"
#include "openthread/thread.h"
Functions | |
size_t | missing_strlcpy (uint8_t *dst, uint8_t *src, size_t max) |
int | otApi_Dispatch (struct SerialBuffer *SerialRxBuffer) |
otApi_Dispatch() More... | |
Variables | |
otInstance * | OT_INSTANCE |
u8_t | HandleMac |
u8_t | xmalloc_buf [256] |
u8_t | buf1 = 0 |
u8_t | buf2 = 0 |
size_t missing_strlcpy | ( | uint8_t * | dst, |
uint8_t * | src, | ||
size_t | max | ||
) |
int otApi_Dispatch | ( | struct SerialBuffer * | SerialRxBuffer | ) |
u8_t buf1 = 0 |
u8_t buf2 = 0 |
u8_t HandleMac |
|
extern |
u8_t xmalloc_buf[256] |