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-Kernel/Demo/Common/ethernet
Richard Barry 9b11b0c601 Remove the direct call to xQueueCreateMutex() and replace it with the xSemaphoreCreateMutex() macro. The result is the same, but the xQueue equivalent should not be used directly outside of the core files. 13 years ago
..
FreeRTOS-uIP Remove compiler warning. 16 years ago
FreeTCPIP The Keil compiler insists on having the IP address structure packed, but doing so causes problems with warnings being generated on other compilers. uip.h was therefore updated to just use the pack attribute when the Keil compiler is used. 14 years ago
lwIP Update to V4.5.0 files and directory structure. 18 years ago
lwIP_130 Remove unnecessary use of portLONG, portCHAR and portSHORT. 16 years ago
lwIP_132 Change case of name for consistency with other lwIP directories. 15 years ago
lwip-1.4.0 Remove the direct call to xQueueCreateMutex() and replace it with the xSemaphoreCreateMutex() macro. The result is the same, but the xQueue equivalent should not be used directly outside of the core files. 13 years ago
uIP/uip-1.0 Just remove compiler warning. 16 years ago