Contiki-NG
Loading...
Searching...
No Matches

IPC radio driver for the nRF5340 application core. More...

#include "contiki.h"
#include "dev/radio.h"
#include "net/netstack.h"
#include "net/packetbuf.h"
#include "nrf-ipc.h"
#include "nrf.h"
#include "nrfx.h"
#include <inttypes.h>
#include <string.h>

Go to the source code of this file.

Detailed Description

IPC radio driver for the nRF5340 application core.

This driver implements the Contiki-NG radio API by forwarding all radio operations over IPC to the network core, which runs the actual 802.15.4 radio hardware.

Author
Nicolas Tsiftes nicol.nosp@m.as.t.nosp@m.sifte.nosp@m.s@ri.nosp@m..se

Definition in file nrf-ipc-radio.c.