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/Demo/Common/ethernet/lwip-1.4.0/ports/win32
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
..
WinPCap Update headers for the FreeRTOS V7.0.2 release. 14 years ago
include/arch Update a few util functions in the common demo area. 14 years ago
ethernetif.c Add an assert in the Win32 lwIP port layer to catch invalid adapter numbers being used. 14 years ago
lwipcfg_msvc.h Add lwIP V1.4.0 source files. 14 years ago
sys_arch.c 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