|
|
|
|
@ -76,6 +76,14 @@ void SHELL_SendChar(unsigned char ch); |
|
|
|
|
*/ |
|
|
|
|
uint8_t SHELL_ParseCommandIO(const unsigned char *command, McuShell_ConstStdIOType *io, bool silent); |
|
|
|
|
|
|
|
|
|
/*!
|
|
|
|
|
* \brief Parses a command with a given standard I/O channel |
|
|
|
|
* \param command Command to be parsed |
|
|
|
|
* \param io I/O to be used. If NULL, the standard default I/O will be used |
|
|
|
|
* \param silent If parsing shall be silent or not |
|
|
|
|
* \return Error code, ERR_OK for no error |
|
|
|
|
*/ |
|
|
|
|
void SHELL_SendStringToIO(const unsigned char *str, McuShell_ConstStdIOType *io); |
|
|
|
|
/*!
|
|
|
|
|
* \brief Module de-initialization |
|
|
|
|
*/ |
|
|
|
|
|