From 5ce003ceaaeea9988ffc0b36e9aa8e80d8ac3ec2 Mon Sep 17 00:00:00 2001 From: Archit Aggarwal Date: Mon, 14 Dec 2020 21:58:21 +0000 Subject: [PATCH 1/3] Update README with LTS blurb --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a8d8825..74cced5 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ unlikely to succeed. See memory requirements for this library [here](https://docs.aws.amazon.com/embedded-csdk/202012.00/lib-ref/libraries/standard/backoffAlgorithm/docs/doxygen/output/html/index.html#backoff_algorithm_memory_requirements). +**backoffAlgorithm v1.0.0 [source code](https://github.com/FreeRTOS/backoffAlgorithm/tree/v3.0.0/source) is part of the [FreeRTOS 202012.00 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202012.00_LTS) release.** + ## Reference example The example below shows how to use the backoffAlgorithm library to retry a DNS resolution query for `amazon.com`. From 9e2c86404058b54dacd91ff502776c4abc9a57e1 Mon Sep 17 00:00:00 2001 From: Archit Aggarwal Date: Tue, 15 Dec 2020 14:43:40 +0000 Subject: [PATCH 2/3] Update LTS branch link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74cced5..f76ce27 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ unlikely to succeed. See memory requirements for this library [here](https://docs.aws.amazon.com/embedded-csdk/202012.00/lib-ref/libraries/standard/backoffAlgorithm/docs/doxygen/output/html/index.html#backoff_algorithm_memory_requirements). -**backoffAlgorithm v1.0.0 [source code](https://github.com/FreeRTOS/backoffAlgorithm/tree/v3.0.0/source) is part of the [FreeRTOS 202012.00 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202012.00_LTS) release.** +**backoffAlgorithm v1.0.0 [source code](https://github.com/FreeRTOS/backoffAlgorithm/tree/v3.0.0/source) is part of the [FreeRTOS 202012.00 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202012.00-LTS) release.** ## Reference example From 54bf8afe277a9bfb4c85d5ddb0120cd350f05070 Mon Sep 17 00:00:00 2001 From: Archit Aggarwal Date: Tue, 15 Dec 2020 06:51:19 -0800 Subject: [PATCH 3/3] Fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f76ce27..b023a22 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ unlikely to succeed. See memory requirements for this library [here](https://docs.aws.amazon.com/embedded-csdk/202012.00/lib-ref/libraries/standard/backoffAlgorithm/docs/doxygen/output/html/index.html#backoff_algorithm_memory_requirements). -**backoffAlgorithm v1.0.0 [source code](https://github.com/FreeRTOS/backoffAlgorithm/tree/v3.0.0/source) is part of the [FreeRTOS 202012.00 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202012.00-LTS) release.** +**backoffAlgorithm v1.0.0 [source code](https://github.com/FreeRTOS/backoffAlgorithm/tree/v1.0.0/source) is part of the [FreeRTOS 202012.00 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202012.00-LTS) release.** ## Reference example