Contiki 3.x
|
Platform process which implements a UART-like functionality over the cc2538's USB hardware. More...
#include "contiki.h"
#include "sys/process.h"
#include "net/linkaddr.h"
#include "usb-api.h"
#include "usb.h"
#include "usb-arch.h"
#include "cdc-acm/cdc-acm.h"
#include "ieee-addr.h"
#include <stdint.h>
Go to the source code of this file.
Functions | |
void | usb_serial_flush (void) |
Immediately transmit the content of Serial-over-USB TX buffers. More... | |
void | usb_serial_writeb (uint8_t b) |
Write a byte over USB. More... | |
void | usb_serial_set_input (int(*input)(unsigned char c)) |
Set an input hook for bytes received over USB. More... | |
void | usb_serial_init (void) |
Initialise the Serial-over-USB process. | |
Platform process which implements a UART-like functionality over the cc2538's USB hardware.
This has been ported over from platform/cc2530dk
Definition in file usb-serial.c.