![]() |
Contiki-NG
|
Platform implementation for nRF. More...
#include "contiki.h"#include "dev/gpio-hal.h"#include "dev/button-hal.h"#include "dev/leds.h"#include "dev/serial-line.h"#include "random.h"#include "int-master.h"#include "sensors.h"#include "uarte-arch.h"#include "linkaddr-arch.h"#include "reset-arch.h"#include "lpm.h"#include "usb.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. | |
| void | platform_init_stage_two (void) |
| Stage 2 of platform driver initialisation. | |
| void | platform_init_stage_three (void) |
| Final stage of platform driver initialisation. | |
| void | platform_idle () |
| The platform's idle/sleep function. | |
Platform implementation for nRF.
Definition in file platform.c.