Revision aed3754b core/inc/aos_shell.h
core/inc/aos_shell.h | ||
---|---|---|
31 | 31 |
#if (AMIROOS_CFG_SHELL_ENABLE == true) |
32 | 32 |
#include <hal.h> |
33 | 33 |
#include <aos_types.h> |
34 |
#include <aos_debug.h> |
|
34 | 35 |
|
35 | 36 |
/** |
36 | 37 |
* @brief Shell event flag that is emitted when the thread starts. |
... | ... | |
358 | 359 |
void aosShellChannelInit(AosShellChannel* channel, BaseAsynchronousChannel* asyncchannel); |
359 | 360 |
aos_status_t aosShellAddCommand(aos_shell_t* shell, aos_shellcommand_t* cmd); |
360 | 361 |
aos_status_t aosShellRemoveCommand(aos_shell_t* shell, char* cmd, aos_shellcommand_t** removed); |
362 |
unsigned int aosShellCountCommands(aos_shell_t* shell); |
|
361 | 363 |
void aosShellStreamAddChannel(AosShellStream* stream, AosShellChannel* channel); |
362 | 364 |
aos_status_t aosShellStreamRemoveChannel(AosShellStream* stream, AosShellChannel* channel); |
363 | 365 |
void aosShellChannelInputEnable(AosShellChannel* channel); |
Also available in: Unified diff