summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArchit Aggarwal <architag@amazon.com>2021-04-29 10:52:59 -0700
committerGitHub <noreply@github.com>2021-04-29 10:52:59 -0700
commit1665f43e8a5786399e4207e0e54e78a2743d5154 (patch)
treeb8f3a5f3429da7f6a30d6e3072bd4d4acb93ec5d
parent57b8734a7d69729fb40f71ec2a3ce1cf43cb285f (diff)
downloadfreertos-git-1665f43e8a5786399e4207e0e54e78a2743d5154.tar.gz
Fixes in manifest.yml and History.txt (#583)
Add entry for OTA in manifest.yml and fix release tags in History.txt
-rwxr-xr-x.github/scripts/check-header.py4
-rw-r--r--History.txt4
-rw-r--r--manifest.yml7
3 files changed, 11 insertions, 4 deletions
diff --git a/.github/scripts/check-header.py b/.github/scripts/check-header.py
index 12de5082a..e110b18f0 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 cddc7ce93..12c595a45 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 6e93530b4..5a7429a5f 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"