Update history for release [202411.00] (#1300)

* Update history for release [202411.00]

* Update corePKCS11 to v3.6.2

* Update manifest.yml file
pull/1301/head
Rahul Kar 3 months ago committed by GitHub
parent 61b42acbfb
commit 2ba53c402a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1 +1 @@
Subproject commit a923b213d33c6538e92ba3c7971b2d859f881afb
Subproject commit 44fee0545d5bcaf6b4a106b8d17a69b9830e04f8

@ -1,5 +1,84 @@
Documentation and download available at https://www.FreeRTOS.org/
Changes between FreeRTOS 202212.01 and FreeRTOS 202411.00 released November 2024
+ Include LTS 3.0 versions of FreeRTOS Kernel, FreeRTOS+TCP, coreMQTT,
corePKCS11, coreHTTP, coreJSON, AWS IoT Device Shadow, AWS IoT Jobs, AWS
IoT Device Defender, Backoff Algorithm, AWS IoT Fleet Provisioning,
coreSNTP, SigV4, and FreeRTOS Cellular Interface libraries:
* FreeRTOS Kernel V11.1.0
* FreeRTOS+TCP V4.2.2
* coreMQTT v2.3.1
* coreHTTP v3.1.1
* corePKCS11 v3.6.2
* coreJSON v3.3.0
* AWS IoT Device Shadow v1.4.1
* AWS IoT Jobs v1.5.1
* AWS IoT Device Defender v1.4.0
* Backoff Algorithm v1.4.1
* AWS IoT Fleet Provisioning v1.2.1
* AWS IoT Core MQTT File Streams 1.1.0
* coreSNTP v1.3.1
* SigV4 v1.3.0
* FreeRTOS Cellular Interface v1.4.0
+ Include [Percepio Tracelyzer](https://github.com/percepio/TraceRecorderSource)
as a submodule.
+ Update coreMQTT Agent library to v1.3.0.
+ Update WolfSSL to version v5.6.4.
+ Update MbedTLS to version 3.5.1.
+ Update CMock to version 2.5.3.
+ Update CBMC to version 5.95.1.
+ Add support for static memory allocation in FreeRTOS-Plus-CLI. We thank
@tabarnakos for their contribution.
+ Add ARMv7-R No_GIC Port Demo and ARMv7-R MPU Port Demos.
+ Add FreeRTOS_Plus_TCP_IPv6_Demo Windows Simulator Demo.
+ Add FreeRTOS SMP demos which earlier existed in a separate repository
FreeRTOS-SMP-Demos.
+ Add GitHub Action to run CBMC proofs on every PR.
+ Add GitHub Action to run FreeRTOS-Kernel and FreeRTOS-Plus-TCP demos on
every PR.
+ Add SMP on-target tests.
+ Add TLSv1.3 Support to WinSim Demos.
+ Update documentation for FreeRTOS_PLUS_TCP_ECHO_QEMU_msp2 demo.
+ Add picolibc support to the RISC-V_RV32_QEMU_VIRT_GCC demo. We thank
@Keith Packard for their contribution.
+ Update CORTEX_MPU_M33F_Simulator_Keil_GCC demo to use latest CMSIS packs.
We thank @urutva for their contribution.
+ Change network interface implementation from linux to libslirp for
FreeRTOS_Plus_TCP_Echo_Posix demo.
+ Fix configMAX_SYSCALL_INTERRUPT_PRIORITY value for CORTEX_MPS2_QEMU_IAR_GCC
demo. We thank @soares-sergio for their contribution.
+ Fix configPRIO_BITS and configMAX_SYSCALL_INTERRUPT_PRIORITY values for
CORTEX_MPU_M23_Nuvoton_NuMaker_PFM_M2351_IAR_GCC demo. We thank @urutva
for their contribution.
+ Fix configCPU_CLOCK_HZ for RISC-V-Qemu-virt_GCC demo. We thank @wly3155
for their contribution.
+ Fix warnings and missing debug info in RISC-V_RV32_QEMU_VIRT_GCC demo.
We thank @e14002270 for their contribution.
+ Fix CMock pointer comparison policy. We thank @Moral-Hao for their
contribution.
+ Disable configCHECK_HANDLER_INSTALLATION for XMC1000 demo as XMC1000 has
a ROM-based vector table and therefore, does install OS handlers directly.
We thank @jefftenney for their contribution.
+ Remove portasmHANDLE_INTERRUPT from the RISC-V_RV32_QEMU_VIRT_GCC demo as
it is no longer needed. We thank @tony2037 for their contribution.
+ Fix build warnings and runtime issues in msp430_GCC demo. We thank
@Forty-Bot for their contribution.
+ Remove not needed variable from FreeRTOS+CLI demo. We thank @dougwfoster
for their contribution.
+ Fix TickType_t width for Visual Studio demos. We thank @watsk for their
contribution.
+ Fix compiler errors for WIN32-MingW demo. We thank @watsk for their
contribution.
+ Cleanups in QEMU and POSIX simulator demos. We thank @laroche for their
contribution.
+ Fix AbortDelay Tests in release build. We thank @NikJen26 for their
contribution.
Changes between FreeRTOS 202212.00 and FreeRTOS 202212.01 released March 2023
+ Fix FreeRTOS-Plus demos to use the configured IP addresses in absence of a DHCP server or
while using static IP configuration.
Changes between FreeRTOS 202112.00 and FreeRTOS 202212.00 released December 2022
+ Released LTS 2.0 versions of FreeRTOS Kernel, FreeRTOS+TCP, coreMQTT, corePKCS11,

@ -1,3 +1,7 @@
The [FreeRTOS 202411.00](https://github.com/FreeRTOS/FreeRTOS/tree/202411.00) release updates FreeRTOS Kernel, FreeRTOS+TCP, coreMQTT, corePKCS11, coreHTTP, coreJSON, AWS IoT Over-the-air-Updates (OTA), AWS IoT Device Shadow, AWS IoT Jobs, AWS IoT Device Defender, Backoff Algorithm, AWS IoT Fleet Provisioning, coreSNTP, SigV4, and FreeRTOS Cellular Interface libraries to their [LTS 3.0](https://github.com/FreeRTOS/FreeRTOS-LTS/blob/202406-LTS/CHANGELOG.md) versions. It also updates coreMQTT Agent to v1.3.0 and MbedTLS to v3.5.1. This release also adds ARMv7-R No_GIC Port Demo, ARMv7-R MPU Port Demos and FreeRTOS_Plus_TCP_IPv6_Demo Windows Simulator Demo. Additionally, all WinSim Demos are updated to use TLSv1.3. This release also updates WolfSSL to version v5.6.4.
The [FreeRTOS 202212.01](https://github.com/FreeRTOS/FreeRTOS/tree/202212.01) release updates the source code to allow the FreeRTOS-Plus demos to use the configured IP addresses in absence of a DHCP server or while using static IP configuration.
The [FreeRTOS 202212.00](https://github.com/FreeRTOS/FreeRTOS/tree/202212.00) release updates FreeRTOS Kernel, FreeRTOS+TCP, coreMQTT, corePKCS11, coreHTTP, coreJSON, AWS IoT Over-the-air-Updates (OTA), AWS IoT Device Shadow, AWS IoT Jobs, AWS IoT Device Defender, Backoff Algorithm, AWS IoT Fleet Provisioning, coreSNTP, SigV4, and FreeRTOS Cellular Interface libraries to their [LTS 2.0](https://github.com/FreeRTOS/FreeRTOS-LTS/blob/202210-LTS/CHANGELOG.md) versions. It also updates coreMQTT Agent to v1.2.0 to be compatible with coreMQTT v2.X.X, and updates MbedTLS to v3.2.1. This release also adds Visual Studio static library projects for the FreeRTOS Kernel, FreeRTOS+TCP, Logging, MbedTLS, coreHTTP, and corePKCS11. With the addition of the static library projects, all Visual Studio projects have been updated to use them. Additionally, all demos dependent on coreMQTT have been updated to work with coreMQTT v2.X.X.
## Getting started

@ -54,7 +54,7 @@ dependencies:
path: "FreeRTOS-Plus/Source/Application-Protocols/coreMQTT-Agent"
- name: "corePKCS11"
version: "v3.6.1"
version: "v3.6.2"
repository:
type: "git"
url: "https://github.com/FreeRTOS/corePKCS11.git"

Loading…
Cancel
Save