URL
https://opencores.org/ocsvn/qaz_libs/qaz_libs/trunk
[/] [qaz_libs/] [trunk/] [cli/] [cli/] [sys_cmd.h] - Diff between revs 27 and 29
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 27 |
Rev 29 |
Line 31... |
Line 31... |
|
|
#define INPUT_LINE_LENGTH 50
|
#define INPUT_LINE_LENGTH 50
|
#define MAX_CMD_LENGTH 20
|
#define MAX_CMD_LENGTH 20
|
#define MAX_CLI_ARGC 6
|
#define MAX_CLI_ARGC 6
|
|
|
#include <xil_printf.h>
|
// #include <xil_printf.h>
|
|
|
// #define ANSI_ESCAPE_CODE
|
// #define ANSI_ESCAPE_CODE
|
|
|
#define PRINTF_MACRO xil_printf
|
// #define PRINTF_MACRO xil_printf
|
// #define PRINTF_MACRO iprintf
|
// #define PRINTF_MACRO iprintf
|
|
#define PRINTF_MACRO printf
|
|
|
typedef char (*cli_cmd_func)( const unsigned char argc, const char * argv[] );
|
typedef char (*cli_cmd_func)( const unsigned char argc, const char * argv[] );
|
|
|
typedef struct cli_cmd_tab_t
|
typedef struct cli_cmd_tab_t
|
{
|
{
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.