|
Contiki-Inga 3.x
|
Contiki 2.4 kernel for Jackdaw USB stickMore...
#include <avr/pgmspace.h>#include <avr/fuse.h>#include <avr/eeprom.h>#include <avr/wdt.h>#include <util/delay.h>#include <stdio.h>#include <string.h>#include "lib/mmem.h"#include "loader/symbols-def.h"#include "loader/symtab.h"#include "contiki.h"#include "contiki-net.h"#include "contiki-lib.h"#include "contiki-raven.h"#include "usb_task.h"#include "rndis/rndis_task.h"#include "dev/watchdog.h"#include "dev/usb/usb_drv.h"#include <stdbool.h>#include "mac.h"#include "sicslowmac.h"#include "sicslowpan.h"#include "ieee-15-4-manager.h"#include <avr/signature.h>Go to the source code of this file.
Functions | |
| void | mac_LowpanToEthernet (void) |
| Take a packet received over the 802.15.4 link, and send it out over ethernet, performing any translations needed. | |
Contiki 2.4 kernel for Jackdaw USB stick
Definition in file contiki-raven-main.c.
1.8.3.1