mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-14 08:47:45 -04:00
Updated submodule libraries to latest release (#667)
* Updated submodule libraries to latest release * Updated pointer for FreeRTOS-Plus-TCP * Updated README about SNTP * Updated link for coreSNTP on freertos.org * Updated corePKCS11 to 'update-pkcs11submodule' branch for testing * Update corePKCS11 version in manifest.yml * Updated corePKCS11 pointer to v3.1.0 Co-authored-by: Oscar Michael Abrina <abrinao@amazon.com> Co-authored-by: Archit Aggarwal <architag@amazon.com>
This commit is contained in:
parent
01614ca997
commit
40c9e37d10
15 changed files with 25 additions and 24 deletions
|
@ -1,5 +1,5 @@
|
|||
[{000214A0-0000-0000-C000-000000000046}]
|
||||
Prop3=19,2
|
||||
[InternetShortcut]
|
||||
URL=https://www.freertos.org/sntp-library.html
|
||||
URL=https://www.freertos.org/coresntp/index.html
|
||||
IDList=
|
|
@ -1 +1 @@
|
|||
Subproject commit 77eaaf47038117de0de9243b8f1a8b47778072a9
|
||||
Subproject commit 8caa3de66c335623ada5a3b49663868c48daaf4e
|
|
@ -1 +1 @@
|
|||
Subproject commit c37a8a45d4689cc70a9a8768fbfe2ed0c7d66095
|
||||
Subproject commit 4a1a95442b095b06f492b34b0ab8dd1d5ac820a0
|
|
@ -1 +1 @@
|
|||
Subproject commit 4200d92078e1c5cde3a980cb781e724964d1ee06
|
||||
Subproject commit 9a69e7da8ec555f584b0d7fa26ad26139619f91a
|
|
@ -1 +1 @@
|
|||
Subproject commit 870b352f1b15a2e5a2ccfc4b51e2247a0dabcd63
|
||||
Subproject commit 9f511d57f4f4048654389259a1a483b0f71f6951
|
|
@ -1 +1 @@
|
|||
Subproject commit f756d9833ad79b60084def59935fdabf475c08b0
|
||||
Subproject commit 51c8067bffbe73eaff2b666104293e46bdb103e6
|
|
@ -1 +1 @@
|
|||
Subproject commit be3790b95aee4c9ae93978279f6e4215b841d610
|
||||
Subproject commit 0185515bafd3002df9e9b8cf0b211baaae69f20b
|
|
@ -1 +1 @@
|
|||
Subproject commit 949776667d088fbf9fa5f3e314e2c5ba6165304f
|
||||
Subproject commit 7b3a2c2f0b794b348be81a3a497462052c32087d
|
|
@ -1 +1 @@
|
|||
Subproject commit 9a25860e761036a9eb780799c9db632e3eff60c9
|
||||
Subproject commit e545cd572bd509a4513033b3b8ad4d901bb576dc
|
|
@ -1 +1 @@
|
|||
Subproject commit 741697917a5b9264cd5c11e54e23ce3fe3472636
|
||||
Subproject commit 6343da924adee67b315ce7f8ace2fb2ff5f05a29
|
|
@ -1 +1 @@
|
|||
Subproject commit 5c678b2545c1aeb889586863f75e74af3b8ef924
|
||||
Subproject commit caf540ccdb98e8f96a6f557075cb607288384938
|
|
@ -1 +1 @@
|
|||
Subproject commit 1d31a59a7c40a6f45a4faa0847586b738b8cd0a9
|
||||
Subproject commit d6a519146598ec2ccd6f0230a01fca876767a8fe
|
|
@ -8,6 +8,7 @@ Changes between FreeRTOS 202104.00 and FreeRTOS 202107.00 released July 2021
|
|||
+ 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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
The [FreeRTOS 202104.00](https://github.com/FreeRTOS/FreeRTOS/tree/202104.00) release introduces the new [coreMQTT Agent library](https://github.com/FreeRTOS/coreMQTT-Agent), and includes all the Long-Term Support (LTS) libraries that are part of the [FreeRTOS-LTS 202012.01-LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202012.01-LTS) release. Learn more about the FreeRTOS 202012.01 LTS libraries at [https://freertos.org/lts-libraries.html](https://freertos.org/lts-libraries.html).
|
||||
The [FreeRTOS 202107.00](https://github.com/FreeRTOS/FreeRTOS/tree/202107.00) release introduces the new [coreSNTP library](https://github.com/FreeRTOS/coreSNTP) to allow IoT devices to synchronize their system clocks with time servers using Simple Time Network Protocol (SNTP). A demo of using the library to maintain wall-clock (or real-time) in the system can be seen [here](https://github.com/FreeRTOS/FreeRTOS/tree/202107.00/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator).
|
||||
|
||||
## Getting started
|
||||
The [FreeRTOS.org](https://www.freertos.org) website contains a [FreeRTOS Kernel Quick Start Guide](https://www.freertos.org/FreeRTOS-quick-start-guide.html), a [list of supported devices and compilers](https://www.freertos.org/RTOS_ports.html), the [API reference](https://www.freertos.org/a00106.html), and many other resources.
|
||||
|
|
20
manifest.yml
20
manifest.yml
|
@ -11,63 +11,63 @@ dependencies:
|
|||
path: "FreeRTOS/Source"
|
||||
|
||||
- name: "FreeRTOS-Plus-TCP"
|
||||
version: "V2.3.2"
|
||||
version: "V2.3.3"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/FreeRTOS-Plus-TCP.git"
|
||||
path: "FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP"
|
||||
|
||||
- name: "coreJSON"
|
||||
version: "v3.0.0"
|
||||
version: "v3.0.2"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/coreJSON.git"
|
||||
path: "FreeRTOS-Plus/Source/coreJSON"
|
||||
|
||||
- name: "coreHTTP"
|
||||
version: "v2.0.0"
|
||||
version: "v2.0.2"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/coreHTTP.git"
|
||||
path: "FreeRTOS-Plus/Source/Application-Protocols/coreHTTP"
|
||||
|
||||
- name: "coreMQTT"
|
||||
version: "v1.1.0"
|
||||
version: "v1.1.2"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/coreMQTT.git"
|
||||
path: "FreeRTOS-Plus/Source/Application-Protocols/coreMQTT"
|
||||
|
||||
- name: "coreMQTT Agent"
|
||||
version: "v1.0.0"
|
||||
version: "v1.0.1"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/coreMQTT-Agent.git"
|
||||
path: "FreeRTOS-Plus/Source/Application-Protocols/coreMQTT-Agent"
|
||||
|
||||
- name: "corePKCS11"
|
||||
version: "v3.0.0"
|
||||
version: "v3.1.0"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/corePKCS11.git"
|
||||
path: "FreeRTOS-Plus/Source/corePKCS11"
|
||||
|
||||
- name: "device-defender"
|
||||
version: "v1.1.0"
|
||||
version: "v1.1.1"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/aws/Device-Defender-for-AWS-IoT-embedded-sdk.git"
|
||||
path: "FreeRTOS-Plus/Source/AWS/device-defender"
|
||||
|
||||
- name: "device-shadow"
|
||||
version: "v1.0.2"
|
||||
version: "v1.1.1"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk.git"
|
||||
path: "FreeRTOS-Plus/Source/AWS/device-shadow"
|
||||
|
||||
- name: "jobs"
|
||||
version: "v1.1.0"
|
||||
version: "v1.1.1"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk.git"
|
||||
|
@ -88,7 +88,7 @@ dependencies:
|
|||
path: "FreeRTOS-Plus/ThirdParty/mbedtls"
|
||||
|
||||
- name: "backoffAlgorithm"
|
||||
version: "v1.0.0"
|
||||
version: "v1.1.0"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/backoffAlgorithm"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue