/
Using the ClkCmd Module
Using the ClkCmd Module
To use shell commands, four files, in addition to the clk module, must be included in the build:
Micirum/Software/uC-Clk/Cmd/clk_cmd.c
Micirum/Software/uC-Clk/Cmd/clk_cmd.h
Micrium/Software/uC-Shell/Source/shell.c
Micrium/Software/uC-Shell/Source/shell.h
The file
clk_cmd.h
and shell.h
must also be #included in any application or header files initialize µC/Shell or handle shell commands. The following directories must be on the project include path:
Micrium/Software/uC-Shell
µC/Shell with the µC/Clk shell commands is initialized in Listing - Initializing µC/Shell. The clk module initialization (
Clk_Init()
) function should have previously been called. Refer to ClkCmd_Init() API for an usage example.
, multiple selections available,
Related content
Using the Shell Commands
Using the Shell Commands
More like this
µC/TELNETs Commands using µC/Shell 1
µC/TELNETs Commands using µC/Shell 1
More like this
µC/Shell Module
µC/Shell Module
More like this
Files and Directories
Files and Directories
More like this
µC/Shell User Manual
µC/Shell User Manual
More like this
uC-Clk Command API
uC-Clk Command API
More like this