mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-10 21:55:07 -05:00
* 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> |
||
|---|---|---|
| .. | ||
| FreeRTOS_ARP.h | ||
| FreeRTOS_DHCP.h | ||
| FreeRTOS_DNS.h | ||
| FreeRTOS_errno_TCP.h | ||
| FreeRTOS_IP.h | ||
| FreeRTOS_IP_Private.h | ||
| FreeRTOS_Sockets.h | ||
| FreeRTOS_Stream_Buffer.h | ||
| FreeRTOS_TCP_IP.h | ||
| FreeRTOS_TCP_WIN.h | ||
| FreeRTOS_UDP_IP.h | ||
| FreeRTOSIPConfigDefaults.h | ||
| IPTraceMacroDefaults.h | ||
| NetworkBufferManagement.h | ||
| NetworkInterface.h | ||
| tcp_dump_packets.h | ||
| tcp_mem_stats.h | ||