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. More...
 
unsigned int dbg_send_bytes (const unsigned char *seq, unsigned int len)
 Print a stream of bytes. More...
 

Detailed Description

Implementation of the dbg module for CC13xx/CC26xx, used by stdio.

The dbg module is implemented by writing to UART0.

Author
Edvard Pettersen e.pet.nosp@m.ters.nosp@m.en@ti.nosp@m..com

Definition in file dbg-arch.c.