summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArchit Aggarwal <architag@amazon.com>2021-07-20 14:58:39 -0700
committerGitHub <noreply@github.com>2021-07-20 14:58:39 -0700
commit1e4f79709cde187074e3b10453aaa7959fcd7392 (patch)
tree1e996de325b4a1efa08f336adbdb8484f4f87652
parent6c17a5468536a0b3dc404cbf9c43951fedc5a20d (diff)
downloadfreertos-git-1e4f79709cde187074e3b10453aaa7959fcd7392.tar.gz
Some changes for upcoming release (#657)
Update mbedTLS submodule to v2.26.0 and update History.txt
-rwxr-xr-xFreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/demo_config.h6
m---------FreeRTOS-Plus/ThirdParty/mbedtls0
-rw-r--r--History.txt8
-rw-r--r--manifest.yml2
4 files changed, 12 insertions, 4 deletions
diff --git a/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/demo_config.h b/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/demo_config.h
index a73395231..02fed8771 100755
--- a/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/demo_config.h
+++ b/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/demo_config.h
@@ -116,7 +116,7 @@ extern void vLoggingPrintf( const char * pcFormatString,
* @note Use of the AES-128-CMAC based authentication scheme in the demo requires that the symmetric key
* is shared safely between the time server and the client device.
*
- * #define democonfigAES_CMAC_AUTHENTICATION_SYMMETRIC_KEY "<hexstring-key-1>", "<hexstring-key-2>", NULL
+ * #define democonfigLIST_OF_AUTHENTICATION_SYMMETRIC_KEYS "<hexstring-key-1>", "<hexstring-key-2>", NULL
*/
/**
@@ -127,8 +127,8 @@ extern void vLoggingPrintf( const char * pcFormatString,
* The ID for a key usually represents the ID used to reference the symmetric key in the NTP/SNTP server system.
*
* @note This Key IDs should be configured as a comma-separated list of integer Key IDs that match the order of
- * keys in democonfigdemoconfigLIST_OF_AUTHENTICATION_SYMMETRIC_KEYS. If there is a NULL (or no key) in the list
- * of keys, then -1 can be used as the corresponding key ID.
+ * keys in democonfigLIST_OF_AUTHENTICATION_SYMMETRIC_KEYS. If there is a NULL (or no key) in the list of keys,
+ * then -1 can be used as the corresponding key ID.
*
* #define democonfigLIST_OF_AUTHENTICATION_KEY_IDS <key-ID-1>, <key-ID-2>, -1
*/
diff --git a/FreeRTOS-Plus/ThirdParty/mbedtls b/FreeRTOS-Plus/ThirdParty/mbedtls
-Subproject 1c54b5410fd48d6bcada97e30cac417c5c7eea6
+Subproject e483a77c85e1f9c1dd2eb1c5a8f552d2617fe40
diff --git a/History.txt b/History.txt
index 0f1a0fbd4..c7024aa02 100644
--- a/History.txt
+++ b/History.txt
@@ -1,5 +1,13 @@
Documentation and download available at https://www.FreeRTOS.org/
+Changes between FreeRTOS 202104.00 and FreeRTOS 202107.00 released July 2021
+
+ + Release coreSNTP v1.0.0, a client library for SNTP communication.
+ + Add demo showcasing use of coreSNTP library to setup SNTP client for
+ synchronizing demo system time with time servers.
+ + Demo Updates
+ - Update Device Shadow demo to use Named Shadow feature.
+
Changes between FreeRTOS 202012.00 and FreeRTOS 202104.00 released April 2021
+ Released LTS versions of AWS IoT Device Defender, AWS IoT Jobs and
diff --git a/manifest.yml b/manifest.yml
index f31a5e587..c4d2c59c3 100644
--- a/manifest.yml
+++ b/manifest.yml
@@ -81,7 +81,7 @@ dependencies:
path: "FreeRTOS-Plus/ThirdParty/wolfSSL"
- name: "mbedtls"
- version: "v2.25.0"
+ version: "v2.26.0"
repository:
type: "git"
url: "https://github.com/ARMmbed/mbedtls"