Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
#include "modules/core/shell.h"
#include "modules/core/microrl/microrlShell.h"
#include "mcu_periph/uart.h"
#include "printf.h"
#include "modules/core/abi.h"
#include "mcu_periph/usb_serial.h"
Go to the source code of this file.
Functions | |
static void | cmd_mem (BaseSequentialStream *lchp, int argc, const char *const argv[]) |
static void | cmd_abi (BaseSequentialStream *lchp, int argc, const char *const argv[]) |
void | shell_add_entry (char *cmd_name, shell_cmd_t *cmd) |
Add dynamic entry. More... | |
void | shell_init_arch (void) |
Arch init. More... | |
Variables | |
static const ShellCommand | commands [] |
static ShellConfig | shell_cfg |
Definition in file shell_arch.c.
|
static |
Definition at line 55 of file shell_arch.c.
References ABI_FOREACH, abi_struct::cb, chprintf(), and abi_struct::id.
|
static |
Definition at line 37 of file shell_arch.c.
References chprintf().
void shell_add_entry | ( | char * | cmd_name, |
shell_cmd_t * | cmd | ||
) |
Add dynamic entry.
Add new shell entry.
Definition at line 92 of file shell_arch.c.
Referenced by rtos_mon_init_arch().
void shell_init_arch | ( | void | ) |
Arch init.
Definition at line 100 of file shell_arch.c.
References ShellConfig::sc_channel, shell_cfg, and shellInit().
Referenced by shell_init().
|
static |
Definition at line 78 of file shell_arch.c.
|
static |
Definition at line 84 of file shell_arch.c.
Referenced by shell_init_arch().