From 1665f43e8a5786399e4207e0e54e78a2743d5154 Mon Sep 17 00:00:00 2001 From: Archit Aggarwal Date: Thu, 29 Apr 2021 10:52:59 -0700 Subject: [PATCH] Fixes in manifest.yml and History.txt (#583) Add entry for OTA in manifest.yml and fix release tags in History.txt --- .github/scripts/check-header.py | 4 ++-- History.txt | 4 ++-- manifest.yml | 7 +++++++ 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/scripts/check-header.py b/.github/scripts/check-header.py index 12de5082a7..e110b18f01 100755 --- a/.github/scripts/check-header.py +++ b/.github/scripts/check-header.py @@ -369,7 +369,7 @@ FREERTOS_IGNORED_PATTERNS = [ FREERTOS_HEADER = [ '/*\n', - ' * FreeRTOS V202104.00 + ' * FreeRTOS V202104.00\n' ' * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n', ' *\n', ' * Permission is hereby granted, free of charge, to any person obtaining a copy of\n', @@ -422,7 +422,7 @@ KERNEL_IGNORED_PATTERNS = [r'.*\.git.*'] KERNEL_HEADER = [ '/*\n', - ' * FreeRTOS V202104.00 + ' * FreeRTOS Kernel V10.4.3\n' ' * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n', ' *\n', ' * Permission is hereby granted, free of charge, to any person obtaining a copy of\n', diff --git a/History.txt b/History.txt index cddc7ce93c..12c595a452 100644 --- a/History.txt +++ b/History.txt @@ -1,12 +1,12 @@ Documentation and download available at https://www.FreeRTOS.org/ -Changes between FreeRTOS 202012.00-LTS and FreeRTOS 202012.01-LTS released April 2021 +Changes between FreeRTOS 202012.00 and FreeRTOS 202104.00 released April 2021 + Released LTS versions of AWS IoT Device Defender, AWS IoT Jobs and AWS IoT Over-the-air-Updates (OTA) libraries - AWS IoT Device Defender v1.1.0 - AWS IoT Jobs v1.1.0 - - AWS IoT Over-the-air-Updates (OTA) v3.0.0 + - AWS IoT Over-the-air (OTA) Update v3.0.0 + Added new coreMQTT Agent library. + Demo Updates - Add basic publish-subscribe demo for coreMQTT Agent library. diff --git a/manifest.yml b/manifest.yml index 6e93530b48..5a7429a5f6 100644 --- a/manifest.yml +++ b/manifest.yml @@ -94,4 +94,11 @@ dependencies: url: "https://github.com/FreeRTOS/backoffAlgorithm" path: "FreeRTOS-Plus/Source/Utilities/backoff_algorithm" + - name: "ota" + version: "v3.0.0" + repository: + type: "git" + url: "https://github.com/aws/ota-for-aws-iot-embedded-sdk" + path: "FreeRTOS-Plus/Source/AWS/ota" + license: "MIT"