![]() |
Contiki-NG
|
Implementation of the dbg module for CC13xx/CC26xx, used by stdio. More...
#include "contiki.h"#include "sys/cc.h"#include "uart0-arch.h"#include <stdio.h>#include <stddef.h>#include <string.h>Go to the source code of this file.
Functions | |
| int | dbg_putchar (int c) |
| Print a character to debug output. | |
| unsigned int | dbg_send_bytes (const unsigned char *seq, unsigned int len) |
| Print a stream of bytes. | |
Implementation of the dbg module for CC13xx/CC26xx, used by stdio.
The dbg module is implemented by writing to UART0.
Definition in file dbg-arch.c.