#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include "console.h"
#include "txtbuf.h"
#include "util.h"
Macros | |
#define | CON_STR_SZ 1024 |
Functions | |
void | con_init (void) |
void | con_printf (char *fmt,...) |
void | con_dump (void) |
Variables | |
static char | con_buf [16384] |
static char | con_str [CON_STR_SZ] |
static uint32_t | con_str_rep |
struct txtbuf | con_tb |
Debugging console for APme