![]() |
![]() |
TI-OpenThread
1.08.03.09
|
#include <openthread/config.h>
#include <assert.h>
#include <stdint.h>
#include <ti/drivers/GPIO.h>
#include <ti/drivers/NVS.h>
#include <ti/drivers/UART.h>
#include <ti/drivers/SPI.h>
#include <ti/sysbios/BIOS.h>
#include <ti/drivers/AESECB.h>
#include <ti/drivers/SHA2.h>
#include <ti/drivers/ECJPAKE.h>
#include "ti_drivers_config.h"
#include "task_config.h"
Functions | |
int | main (void) |
int main | ( | void | ) |
Entry point for the application.
Creates the OpenThread Stack task and Application task, then starts the TI-RTOS scheduler.
References ncp_taskCreate().