#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include <ctype.h>
#include "board.h"
#include "../SDK/src/ISConstants.h"
#include "../SDK/src/com_manager.h"
#include "conf_common.h"
#include "misc/utilities.h"
#include "globals.h"
#include "misc/debug.h"
Go to the source code of this file.
|
enum | memory_type_t { M_RAM =0,
M_FLASH
} |
|
enum | number_type_t {
R_X08 =0,
R_U08,
R_S08,
R_X16,
R_U16,
R_S16,
R_X32,
R_U32,
R_S32,
R_F32,
R_F64,
R_F32_R2D,
R_STR,
R_BLANK
} |
|
◆ MAX_NAME_LENGTH
#define MAX_NAME_LENGTH 60 |
◆ MAX_NUM_LINES
◆ MAX_VALUE_LENGTH
#define MAX_VALUE_LENGTH 20 |
◆ PARAM_STARTING_LINE
#define PARAM_STARTING_LINE 1 |
◆ ROUNDUP
#define ROUNDUP |
( |
|
x, |
|
|
|
y |
|
) |
| ((x % y) ? ((x) += 4-((x)%4)) : (x)) |
◆ memory_type_t
◆ number_type_t
◆ term_line_t
◆ memory_type_t
◆ number_type_t
Enumerator |
---|
R_X08 | |
R_U08 | |
R_S08 | |
R_X16 | |
R_U16 | |
R_S16 | |
R_X32 | |
R_U32 | |
R_S32 | |
R_F32 | |
R_F64 | |
R_F32_R2D | |
R_STR | |
R_BLANK | |
Definition at line 27 of file debug.cpp.
◆ dg_printf()
void dg_printf |
( |
const char * |
format, |
|
|
|
... |
|
) |
| |
◆ term_add()