Hello, I have a question regarding binary/counting semaphores and lwIP:
Are there any benefits from using counting semaphores instead of binary semaphores for lwIP? Is it at all possible to use binary semaphores with lwIP?
According to this wiki-page it seems as the choice does not matter, but are there any other considerations that should be taken into account? http://lwip.wikia.com/wiki/Porting_for_an_OS
In my case the system is using AVR32 with FreeRTOS. In the default setting of the Atmel example applications, binary semaphores are used. Could that cause any issues?