FreeRTOS-Plus-TCP release candidate available for preview

FreeRTOS-Plus-TCP V4.0.0-rc1 is now available for preview. This release candidate combines the IPv4, IPv6 and Multiple Interfaces functionalities into a single branch in the FreeRTOS+TCP GitHub repository. This means that you can use the same library to choose between IPv4 and IPv6, and design applications that use multiple network interfaces. Upcoming release candidates will include improvements based on Unit Test coverage, IPv6 protocol tester results, and validations for memory safety with the C Bounded Model Checker (CBMC) automated reasoning tool.

Refer to the Getting Started guide and try out the pre-configured IPv4 demo and IPv6 demo. We are looking forward to your feedback. Contact us on the FreeRTOS forums if you have feedback or comments!

10 Likes

FreeRTOS-Plus-TCP V4.0.0-rc2 is now available for preview on GitHub. This release fixes issues reported by the Maxwell Pro protocol tester for IPv6. Refer to the Getting Started guide and try out the pre-configured IPv4 demo and IPv6 demo. As always, we look forward to your feedback on the FreeRTOS forums!

7 Likes

FreeRTOS+TCP v4.0.0-rc3 is now available for preview on GitHub. This release introduces build-separation feature, which makes the library modular, allowing you to create a low-footprint binary with required functionalities. We’ve also expanded unit test coverage for IPv6, achieving overall coverage of 100%. Additionally, new CBMC proofs are added for IPv6 enhancing memory-safety coverage. Refer to the Getting Started guide and try out the pre-configured IPv4 demo and IPv6 demo. As always, we look forward to your feedback on the FreeRTOS forums!

9 Likes