You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS/FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/include
Gary Wicker c997d887e0
Address MISRA Rule violations (#274)
* Use unsigned types/constants where needed.

* Address MISRA 21.15 violations in FreeRTOS_Sockets.c

* Address MISRA rule violations in code (primarily Rule 2.2)

* Inline had been disabled for Coverity builds, preventing
Coverity from correctly identifying dead code; this change
removes the disabling of inline during Coverity builds.
* Added an explanation for the inline suppression of Rule
11.4 in prvSocketValid().

Co-authored-by: Aniruddha Kanhere <60444055+AniruddhaKanhere@users.noreply.github.com>
5 years ago
..
FreeRTOSIPConfigDefaults.h TCP: Update version number and History.txt (#247) 5 years ago
FreeRTOS_ARP.h TCP: Update version number and History.txt (#247) 5 years ago
FreeRTOS_DHCP.h TCP: Update version number and History.txt (#247) 5 years ago
FreeRTOS_DNS.h TCP: Update version number and History.txt (#247) 5 years ago
FreeRTOS_IP.h Address MISRA Rule violations (#274) 5 years ago
FreeRTOS_IP_Private.h TCP: Update version number and History.txt (#247) 5 years ago
FreeRTOS_Sockets.h Address MISRA Rule violations (#274) 5 years ago
FreeRTOS_Stream_Buffer.h TCP: Update version number and History.txt (#247) 5 years ago
FreeRTOS_TCP_IP.h TCP: Update version number and History.txt (#247) 5 years ago
FreeRTOS_TCP_WIN.h TCP: Update version number and History.txt (#247) 5 years ago
FreeRTOS_UDP_IP.h TCP: Update version number and History.txt (#247) 5 years ago
FreeRTOS_errno_TCP.h TCP: Update version number and History.txt (#247) 5 years ago
IPTraceMacroDefaults.h TCP: Update version number and History.txt (#247) 5 years ago
NetworkBufferManagement.h MISRA v5 (#272) 5 years ago
NetworkInterface.h MISRA v5 (#272) 5 years ago
tcp_dump_packets.h TCP: Update version number and History.txt (#247) 5 years ago
tcp_mem_stats.h TCP: Update version number and History.txt (#247) 5 years ago