# uC-Shell **Repository Path**: hikerpan/uC-Shell ## Basic Information - **Project Name**: uC-Shell - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-21 - **Last Updated**: 2022-08-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # uC/Shell μC/Shell is a stand-alone module allowing a string containing a command and its argument to be parsed and executed. μC/Shell can be used with μC/OS-II, μC/OS-III, μC/TELNETs, μC/FTPs, μC/TFTPs, μC/FS, and more. μC/Shell provides a shell interface for Micrium components, but can be used within many applications as it allows for the additional of any number of commands. Modules in need of a shell facility (such as μC/TELNETs) interact with it by means of an application callback function. ## For the complete documentation, visit https://doc.micrium.com/display/ucos/