Contiki-NG
Functions

Setup the SimpleLink CC13xx/CC26xx ecosystem with the Contiki environment. More...

#include "contiki.h"
#include "contiki-net.h"
#include "sys/clock.h"
#include "sys/rtimer.h"
#include "sys/node-id.h"
#include "sys/platform.h"
#include "dev/button-hal.h"
#include "dev/gpio-hal.h"
#include "dev/serial-line.h"
#include "dev/leds.h"
#include "dev/watchdog.h"
#include "net/mac/framer/frame802154.h"
#include "lib/random.h"
#include "lib/sensors.h"
#include <Board.h>
#include <NoRTOS.h>
#include <ti/devices/DeviceFamily.h>
#include <DeviceFamily_constructPath(driverlib/driverlib_release.h)>
#include <DeviceFamily_constructPath(driverlib/chipinfo.h)>
#include <DeviceFamily_constructPath(driverlib/vims.h)>
#include <ti/drivers/dpl/HwiP.h>
#include <ti/drivers/I2C.h>
#include <ti/drivers/NVS.h>
#include <ti/drivers/PIN.h>
#include <ti/drivers/pin/PINCC26XX.h>
#include <ti/drivers/Power.h>
#include <ti/drivers/SPI.h>
#include <ti/drivers/TRNG.h>
#include <ti/drivers/UART.h>
#include "board-peripherals.h"
#include "clock-arch.h"
#include "uart0-arch.h"
#include "trng-arch.h"
#include "rf/rf.h"
#include "rf/ble-beacond.h"
#include "rf/ieee-addr.h"
#include <stdio.h>
#include <string.h>
#include "sys/log.h"

Go to the source code of this file.

Functions

void platform_init_stage_one (void)
 Basic (Stage 1) platform driver initialisation. More...
 
void platform_init_stage_two (void)
 Stage 2 of platform driver initialisation. More...
 
void platform_init_stage_three (void)
 Final stage of platform driver initialisation. More...
 
void platform_idle (void)
 The platform's idle/sleep function. More...
 

Detailed Description

Setup the SimpleLink CC13xx/CC26xx ecosystem with the Contiki environment.

Author
Edvard Pettersen e.pet.nosp@m.ters.nosp@m.en@ti.nosp@m..com

Definition in file platform.c.