Skip to content

Commit

Permalink
Merge pull request #3 from weston-embedded/release/v2.01.01
Browse files Browse the repository at this point in the history
Release/v2.01.01
  • Loading branch information
wes-jmagasrevy authored May 20, 2021
2 parents 4719510 + 611323c commit 8f02aa5
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 26 deletions.
4 changes: 2 additions & 2 deletions Cfg/Template/smtp-c_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/SMTPc
* Simple Mail Transfer Protocol (client)
*
* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -22,7 +22,7 @@
* TEMPLATE
*
* Filename : smtp-c_cfg.h
* Version : V2.01.00
* Version : V2.01.01
*********************************************************************************************************
*/

Expand Down
4 changes: 2 additions & 2 deletions Cmd/smtp-c_cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/SMTPc
* Simple Mail Transfer Protocol (client)
*
* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -20,7 +20,7 @@
* uC/SMTPc CMD SOURCE CODE
*
* Filename : smtp-c_cmd.c
* Version : V2.01.00
* Version : V2.01.01
*********************************************************************************************************
* Note(s) : (1) Assumes the following versions (or more recent) of software modules are included in
* the project build :
Expand Down
4 changes: 2 additions & 2 deletions Cmd/smtp-c_cmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/SMTPc
* Simple Mail Transfer Protocol (client)
*
* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -20,7 +20,7 @@
* uC/SMTPc CMD SOURCE CODE
*
* Filename : smtp-c_cmd.h
* Version : V2.01.00
* Version : V2.01.01
*********************************************************************************************************
* Note(s) : (1) Assumes the following versions (or more recent) of software modules are included in
* the project build :
Expand Down
2 changes: 1 addition & 1 deletion Example/smtp-c_send.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*
* Filename : smtp-c_send.c
* Version : V2.01.00
* Version : V2.01.01
*********************************************************************************************************
* Note(s) : (1) This example show how to send an e-mail with SMTP client
*********************************************************************************************************
Expand Down
45 changes: 45 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
.. raw:: html

<a href="https://weston-embedded.com/micrium/overview">
<p align="center">
<img src="https://weston-embedded.com/images/logos/Github/uCOS_logo.png">
</p>
</a>

µC/OS is a full-featured embedded operating system originally developed by Micriµm™. In addition to the two highly popular kernels, µC/OS features support for TCP/IP, USB-Device, USB-Host, and Modbus, as well as a robust File System.

Since its founding in 1999 as a private company, Micriµm and its team of engineers have offered world-class embedded software components for the most critical and demanding real-time applications. Recognized as having some of the cleanest code in the industry, with easy-to-understand documentation, the Micrium real-time kernels, and software components have successfully been deployed in thousands of products worldwide across a broad range of industries. Micrium’s µC/OS-II™ kernel has been certified for use in safety-critical applications and remains a respected favorite in the medical, aerospace, and industrial markets. µC/OS continues to be the RTOS of choice for engineers requiring the most reliable and trusted solution for their mission-critical applications.

----------

.. raw:: HTML

<a href="https://weston-embedded.com">
<p align="center">
<img src="https://weston-embedded.com/images/logos/Github/WES_logo.png">
</p>
</a>

Founded by a team of former Micrium employees, Weston Embedded Solutions is the official custodian for the µC/OS RTOS and Stacks software repository to ensure it remains the trusted choice for embedded engineers around the world.

----------

Product Documentation and Release Notes
***************
https://micrium.atlassian.net/

Technical Support
*****************
https://weston-embedded.com/micrium-support

Example Projects
*********
https://weston-embedded.com/micrium-examples

Commercial Licensing Option
*********
https://weston-embedded.com/products/cesium

Who to Contact
*********
https://weston-embedded.com/company/contact
4 changes: 2 additions & 2 deletions Source/smtp-c.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/SMTPc
* Simple Mail Transfer Protocol (client)
*
* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -20,7 +20,7 @@
* SMTP CLIENT
*
* Filename : smtp-c.c
* Version : V2.01.00
* Version : V2.01.01
*********************************************************************************************************
* Note(s) : (1) This code implements a subset of the SMTP protocol (RFC 2821). More precisely, the
* following commands have been implemented:
Expand Down
12 changes: 6 additions & 6 deletions Source/smtp-c.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/SMTPc
* Simple Mail Transfer Protocol (client)
*
* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -20,7 +20,7 @@
* SMTP CLIENT
*
* Filename : smtp-c.h
* Version : V2.01.00
* Version : V2.01.01
*********************************************************************************************************
* Note(s) : (1) This code implements a subset of the SMTP protocol (RFC 2821). More precisely, the
* following commands have been implemented:
Expand Down Expand Up @@ -77,7 +77,7 @@
*********************************************************************************************************
*/

#define SMTPc_VERSION 20100u /* See Note #1. */
#define SMTPc_VERSION 20101u /* See Note #1. */


/*
Expand Down Expand Up @@ -635,9 +635,9 @@ void SMTPc_SetMsg (SMTPc_MSG *msg,

#ifndef SMTPc_CFG_USERNAME_MAX_LEN
#error "SMTPc_CFG_USERNAME_MAX_LEN not #define'd in 'smtp-c_cfg.h' see template file in package named 'smtp-c_cfg.h'"
#elif ((SMTMc_CFG_USERNAME_MAX_LEN < 0) || \
(SMTMc_CFG_USERNAME_MAX_LEN > DEF_INT_08U_MAX_VAL))
#error "SMTMc_CFG_USERNAME_MAX_LEN illegally #define'd in 'smtp-c_cfg.h'[MUST be >= 0 && <= 255]"
#elif ((SMTPc_CFG_USERNAME_MAX_LEN < 0) || \
(SMTPc_CFG_USERNAME_MAX_LEN > DEF_INT_08U_MAX_VAL))
#error "SMTPc_CFG_USERNAME_MAX_LEN illegally #define'd in 'smtp-c_cfg.h'[MUST be >= 0 && <= 255]"
#endif


Expand Down
11 changes: 0 additions & 11 deletions readme.md

This file was deleted.

0 comments on commit 8f02aa5

Please sign in to comment.