Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Below is a summary of all directories and files involved in the µC/SMTPc module. The ‘<- Cfg’ on the far right indicates that these files are typically copied into the application (i.e., project) directory and edited based on project requirements. The ‘<- Public API’ on the far right indicates that where are located the public API which should be used by the application.

 

Code Block
\Micrium

...

    \Software

...


    \Software
        \uC-SMTPc

...

            \Cfg
                \Template

...


            \Cfg
                \Template
                    \smtp-c_cfg.h

...

            \Cmd

...

                     <- Cfg
            \Cmd
                \smtp-c_cmd.c

...


                \smtp-c_cmd.h

...

            \Examples

...


            \Examples
                \smtp-c_send.c

...

            \Source

...


            \Source
                \smtp-c.c

...


                \smtp-c.h

...

                             <- Public API