History and manifest updates (#480)

pull/483/head
Joseph Julicher 4 years ago committed by GitHub
parent 89c6fc6baf
commit 66b75ba527
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,19 @@
Documentation and download available at https://www.FreeRTOS.org/ Documentation and download available at https://www.FreeRTOS.org/
Changes between FreeRTOS V202012.00 and FreeRTOS V202012.00 released December 2020
+ Includes libraries that are part of the FreeRTOS 202012.00 LTS release.
- Learn more at https:/freertos.org/lts-libraries.html
+ Networking support for QEMU MPS2
+ Demo Updates
- AWS IoT Jobs Library
- AWS Defender
- HTTP Mutual Auth
- HTTP Plaintext
- UDP for FreeRTOS+TCP
- S3 Upload & Download
Changes between FreeRTOS V10.4.1 and FreeRTOS V202011.00 released November 10 2020 Changes between FreeRTOS V10.4.1 and FreeRTOS V202011.00 released November 10 2020
+ Added new coreJSON Library. See https://www.freertos.org/json/ + Added new coreJSON Library. See https://www.freertos.org/json/

@ -25,14 +25,14 @@ dependencies:
path: "FreeRTOS-Plus/Source/coreJSON" path: "FreeRTOS-Plus/Source/coreJSON"
- name: "coreHTTP" - name: "coreHTTP"
version: "v1.0.1" version: "v2.0.0"
repository: repository:
type: "git" type: "git"
url: "https://github.com/FreeRTOS/coreHTTP.git" url: "https://github.com/FreeRTOS/coreHTTP.git"
path: "FreeRTOS-Plus/Source/Application-Protocols/coreHTTP" path: "FreeRTOS-Plus/Source/Application-Protocols/coreHTTP"
- name: "coreMQTT" - name: "coreMQTT"
version: "v1.0.2" version: "v1.1.0"
repository: repository:
type: "git" type: "git"
url: "https://github.com/FreeRTOS/coreMQTT.git" url: "https://github.com/FreeRTOS/coreMQTT.git"
@ -60,9 +60,31 @@ dependencies:
path: "FreeRTOS-Plus/Source/AWS/device-shadow" path: "FreeRTOS-Plus/Source/AWS/device-shadow"
- name: "jobs" - name: "jobs"
version: "v1.0.1" version: "v1.0.0"
repository: repository:
type: "git" type: "git"
url: "https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk.git" url: "https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk.git"
path: "FreeRTOS-Plus/Source/AWS/jobs" path: "FreeRTOS-Plus/Source/AWS/jobs"
- name: "wolfssl"
version: "v4.5.0-stable"
repository:
type: "git"
url: "https://github.com/wolfSSL/wolfssl"
path: "FreeRTOS-Plus/ThirdParty/WolfSSL"
- name: "mbedtls"
vesrion: "v2.25.0"
respository:
type: "git"
url: "https://github.com/ARMmbed/mbedtls"
path: "FreeRTOS-Plus/ThirdParty/mbedtls"
- name: "backoffAlgorithm"
version: "v1.0.0"
repository:
type: "git"
url: "https://github.com/FreeRTOS/backoffAlgorithm"
path: "FreeRTOS-Plus/Source/Utilities/backoff_algorithm"
license: "MIT"
Loading…
Cancel
Save