Defines | |
| #define | STRING_MAX 100 |
Functions | |
| s32 | TERMINAL_Init (u32 mode) |
| s32 | TERMINAL_Parse (mios32_midi_port_t port, char byte) |
| s32 | TERMINAL_ParseLine (char *input, void *_output_function) |
| s32 | TERMINAL_PrintSystem (void *_output_function) |
| s32 | TERMINAL_PrintMemoryInfo (void *_output_function) |
| s32 | TERMINAL_PrintSdCardInfo (void *_output_function) |
The MIOS Terminal Handler
| #define STRING_MAX 100 |
Local defines
| s32 TERMINAL_Parse | ( | mios32_midi_port_t | port, | |
| char | byte | |||
| ) |
Parser

| s32 TERMINAL_ParseLine | ( | char * | input, | |
| void * | _output_function | |||
| ) |
Parser for a complete line - also used by shell.c for telnet

| s32 TERMINAL_PrintMemoryInfo | ( | void * | _output_function | ) |
Memory allocation Informations
| s32 TERMINAL_PrintSdCardInfo | ( | void * | _output_function | ) |

| s32 TERMINAL_PrintSystem | ( | void * | _output_function | ) |
System Informations

1.6.1