1
0
mirror of https://github.com/FreeRTOS/FreeRTOS-Plus-TCP synced 2025-10-22 07:51:40 +08:00
Commit Graph

4 Commits

Author SHA1 Message Date
Monika Singh
7fa2804215 Fix compilation error in FreeRTOS_BitConfig.h (#714)
The sizes of array variables in C must be known at compile time.
Here sizeof result is a constant. However, if we assign it to a
constant variable it is still a variable to C.
2023-02-14 16:55:07 +05:30
Monika Singh
96643cedf1 Add IPv6 data path and endpoint changes to FreeRTOS_IP.c (#591)
* Add IPv6 data path and endpoint changes to FreeRTOS_IP.c
* Add FreeRTOS_IPv4.h and FreeRTOS_IPv6.h files.
* Fix compilation issues and run Uncrustify
2022-12-06 11:59:32 +05:30
xuelix
4a453b5495 Fix compilation errors and misra violations (#594)
* Fix compilation errors and misra violations

* Fix compilation error
2022-12-02 17:20:46 +05:30
Monika Singh
0707a48255 Add FreeRTOS_BitConfig module (#587)
* Add file FreeRTOS_BitConfig.h and FreeRTOS_BitConfig.h

* Update lexicon.txt
2022-11-24 14:19:06 +05:30