Updates to README and manifest files

This commit is contained in:
Archit Aggarwal 2021-02-25 02:33:48 +00:00
parent a4b9e6467d
commit cb11dee948
2 changed files with 16 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Libraries in this GitHub branch (also listed below) are part of the [FreeRTOS 20
| AWS IoT Device Shadow | 1.0.2 | 12/31/2022 | https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk/tree/v1.0.2 |
| AWS IoT Device Defender | 1.1.0 | 12/31/2022 | https://github.com/aws/Device-Defender-for-AWS-IoT-embedded-sdk/tree/v1.1.0 |
| AWS IoT Jobs | 1.1.0 | 12/31/2022 | https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk/tree/v1.1.0 |
| AWS IoT Over-the-air Update | 2.1.0 | 12/31/2022 | https://github.com/aws/ota-for-aws-iot-embedded-sdk/tree/v2.1.0 |
| AWS IoT Over-the-air Update | 3.0.0 | 12/31/2022 | https://github.com/aws/ota-for-aws-iot-embedded-sdk/tree/v3.0.0 |
## FreeRTOS LTS Versioning and Patches

View File

@ -43,5 +43,20 @@ dependencies:
repository:
type: "git"
url: "https://github.com/FreeRTOS/backoffAlgorithm"
- name: "device-defender"
version: "v1.1.0"
repository:
type: "git"
url: "https://github.com/aws/Device-Defender-for-AWS-IoT-embedded-sdk.git"
- name: "jobs"
version: "v1.1.0"
repository:
type: "git"
url: "https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk.git"
- name: "ota"
version: "v3.0.0"
repository:
type: "git"
url: "https://github.com/aws/ota-for-AWS-IoT-embedded-sdk.git"
license: "MIT"