Added netstack config for CC2420 radio driver, and also for cxmac RDC layer (which is not confirmed if it runs on real hardware, only tested in simulation)

This commit is contained in:
adamdunkels 2010-02-23 18:42:41 +00:00
parent 465125c5e7
commit ebea184116

View file

@ -42,6 +42,13 @@
#ifndef __CONTIKI_CONF_H__
#define __CONTIKI_CONF_H__
#define NETSTACK_CONF_NETWORK rime_driver
#define NETSTACK_CONF_MAC csma_driver
#define NETSTACK_CONF_RDC cxmac_driver
#define NETSTACK_CONF_RADIO cc2420_driver
#define MAC_CONF_CHANNEL_CHECK_RATE 8
#define HAVE_STDINT_H
#include "avrdef.h"