Skip to content

Commit

Permalink
Update README with LTS information (#1502)
Browse files Browse the repository at this point in the history
  • Loading branch information
aggarw13 committed Dec 15, 2020
1 parent 247bdcb commit 4484d5c
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for AWS IoT Device SDK for Embedded C

## 202012.00 (December 2020)
## 202012.01 (December 2020)

### Major Changes

Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* [Sending metrics to AWS IoT](#sending-metrics-to-aws-iot)
* [Versioning](#versioning)
* [Releases](#releases)
* [202012.00](#20201200)
* [202012.01](#20201201)
* [202011.00](#20201100)
* [202009.00](#20200900)
* [v3.1.2](#v312)
Expand Down Expand Up @@ -59,6 +59,8 @@ The AWS IoT Device SDK for Embedded C (C-SDK) is a collection of C source files

For the latest release of C-SDK, please see the section for [Releases](#releases).

**C-SDK includes libraries that are part of the [FreeRTOS 202012.00 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202012.00-LTS) release. Learn more about the FreeRTOS 202012.00 LTS libraries at https://freertos.org/lts-libraries.html.**

### License

The C-SDK libraries are licensed under the [MIT open source license](LICENSE).
Expand Down Expand Up @@ -195,9 +197,9 @@ For example, a second release in June 2021 would be 202106.01. Although the SDK

All of the released versions of the C-SDK libraries are available as git tags. For example, the last release of the v3 SDK version is available at [tag 3.1.2](https://github.com/aws/aws-iot-device-sdk-embedded-C/tree/v3.1.2).

### 202012.00
### 202012.01

[API documentation of 202012.00 release](https://docs.aws.amazon.com/embedded-csdk/202012.00/lib-ref/index.html)
[API documentation of 202012.01 release](https://docs.aws.amazon.com/embedded-csdk/202012.00/lib-ref/index.html)

This release includes [AWS IoT Over-the-air Update(Release Candidate)](https://github.com/aws/ota-for-aws-iot-embedded-sdk), [backoffAlgorithm](https://github.com/FreeRTOS/backoffAlgorithm), and [PKCS #11](https://github.com/FreeRTOS/corePKCS11) libraries. Additionally, there is a major update to the coreJSON and coreHTTP APIs. All libraries continue to undergo code quality checks (e.g. MISRA-C compliance), and Coverity static analysis. In addition, all libraries except AWS IoT Over-the-air Update and backoffAlgorithm undergo validation of memory safety with the C Bounded Model Checker (CBMC) automated reasoning tool.

Expand Down
2 changes: 1 addition & 1 deletion libraries/aws/device-shadow-for-aws-iot-embedded-sdk
2 changes: 1 addition & 1 deletion libraries/standard/backoffAlgorithm
Submodule backoffAlgorithm updated 1 files
+2 −0 README.md
2 changes: 1 addition & 1 deletion libraries/standard/coreHTTP
Submodule coreHTTP updated 1 files
+2 −0 README.md
2 changes: 1 addition & 1 deletion libraries/standard/coreJSON
Submodule coreJSON updated 1 files
+2 −0 README.md
2 changes: 1 addition & 1 deletion libraries/standard/coreMQTT
Submodule coreMQTT updated 1 files
+2 −0 README.md
2 changes: 1 addition & 1 deletion libraries/standard/corePKCS11
Submodule corePKCS11 updated 1 files
+2 −0 README.md

0 comments on commit 4484d5c

Please sign in to comment.