|
Contiki-Inga 3.x
|
Implementation of arch-specific functions required by the dbg_io API in cpu/arm/common/dbg-ioMore...
#include "contiki.h"#include "dbg.h"#include "dev/uart.h"#include "usb/usb-serial.h"#include <stdio.h>Go to the source code of this file.
Functions | |
| unsigned int | dbg_send_bytes (const unsigned char *seq, unsigned int len) |
| Print a stream of bytes. More... | |
Implementation of arch-specific functions required by the dbg_io API in cpu/arm/common/dbg-io
Definition in file dbg.c.
1.8.3.1