Loading...
Searching...
No Matches
#include <string.h>
#include "microrl/microrlShell.h"
#include "microrl/microrl.h"
#include "printf.h"
Go to the source code of this file.
|
| static void | cmd_info (BaseSequentialStream *lchp, int argc, const char *const argv[]) |
| |
| static | MUTEX_DECL (mut) |
| |
| void | microrlPrint (const char *str) |
| |
| void | microrlExecute (int argc, const char *const *argv) |
| |
| const char ** | microrlComplet (int argc, const char *const *argv) |
| |
| void | microrlSigint (void) |
| |
| static void | usage (BaseSequentialStream *lchp, char *p) |
| |
| static | THD_FUNCTION (shell_thread, p) |
| | Shell thread function.
|
| |
| void | shellInit (void) |
| | Shell manager initialization.
|
| |
| thread_t * | shellCreateStatic (const ShellConfig *scp, void *wsp, size_t size, tprio_t prio) |
| | Spawns a new shell.
|
| |
| void | modeAlternate (void(*funcp)(uint8_t c, uint32_t mode), uint32_t mode) |
| |
| void | modeShell (void) |
| |