@@ -14,34 +14,34 @@ Changes between FreeRTOS-plus-TCP V4.3.0 and V4.2.2 released December 10, 2024
1414 + Replace the costly `vTaskSuspendAll`/`xTaskResumeAll` locking
1515 mechanism with the more efficient `taskENTER_CRITICAL`/`taskEXIT_CRITICAL`
1616 pair in frequenly used `uxStreamBufferAdd()`.
17- We thank @lzungri for this contribution.
17+ We thank @lzungri for their contribution.
1818 + Improve frame filtering by expanding the checks in
1919 eConsiderFrameForProcessing to drop invalid frames earlier.
20- We thank @HTRamsey for this contribution.
20+ We thank @HTRamsey for their contribution.
2121 + Fix reception of multicast custom Ethernet frames, where custom multicast
22- frames were filtered out. We thank @evpopov for this contribution.
22+ frames were filtered out. We thank @evpopov for their contribution.
2323 + Update the Zynq Ultrascale port to support the V4.x.x version of
24- FreeRTOS+TCP. We thank @StefanBalt and @pete-pjb for this contribution.
24+ FreeRTOS+TCP. We thank @StefanBalt and @pete-pjb for their contribution.
2525 + New unified STM32 network interface for STM32 F4/F7/H5/H7.
2626 We thank @HTRamsey for their contribution.
2727 + Fix ATSAME5x network interface related to incorrect detection of ICMP.
28- We thank @cruxic for this contribution.
28+ We thank @cruxic for their contribution.
2929 + Update Renesas portable layer for backward compatibility.
30- We thank @xuan97z1 for this contribution.
30+ We thank @xuan97z1 for their contribution.
3131 + Replace any missing functions by assert-false in all CBMC proofs to
32- improve tests. We thank @tautschnig for this contribution.
32+ improve tests. We thank @tautschnig for their contribution.
3333 + Add ipconfigEMAC_TASK_HOOK macro to allow for a configurable
34- watchdog timer for STMH7xx MCUs. We thank @kzorer for this contribution.
34+ watchdog timer for STMH7xx MCUs. We thank @kzorer for their contribution.
3535 + Improve CMake to allow usage of `FetchContent` in external projects.
36- We thank @nicovanduijn for this contribution.
36+ We thank @nicovanduijn for their contribution.
3737 + Add warning logs if the TCP stream buffer or window properties
38- are changed. We thank @evpopov for this contribution.
38+ are changed. We thank @evpopov for their contribution.
3939 + Remove unused `ipconfigHAS_ROUTING_STATISTICS` macro.
40- We thank @HTRamsey for this contribution.
40+ We thank @HTRamsey for their contribution.
4141 + Fix MISRA 2012 violations with the latest version of
4242 MISRA evalution tools.
4343 + Adjust CBMC proof tooling to support CBMC v6.
44- We thank @tautschnig for this contribution.
44+ We thank @tautschnig for their contribution.
4545
4646Changes between FreeRTOS-plus-TCP V4.2.2 and V4.2.1 released July 12, 2024:
4747 + Update version information in public header file
0 commit comments