Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 1.05.00

...

Code Block
\Micrium
    \Software
        \uC-TELNETs
            \Cfg
                \Template
                    \telnet-s_cfg.h                     <- Cfg
            \OS
                \uCOS-II
                    \iperf_os.c                    
                \uCOS-III
            \Cmd
                \telnet-s_shellcmd.c
                \telnet-s_shellcmd.h
            \Examples
                \telnet-s_init.c
            \Source
                \telnet-s.c
                \telnet-s.h                             <- Public API

...

This is the directory that contains all the CPU and RTOS independent source code files,

...

Commands add-on using μC/Shell

...

\ShellCmd

This is the directory that contains an implementation of µC/TELNETs using µC/Shell. Any command loaded in µC/Shell can be launch trough the TELNET terminal.

...