wifi and FreeRTOS

Hi guys I’ve been searching the internet for some information about FreeRTOS and 802.11 wifi modules but haven’t been able to find any relevant info. Has anyone tried using wifi with FreeRTOS? Regards Jesper

wifi and FreeRTOS

Since FreeRTOS is really just a micro-kernel, there should be no difficulties in using it for that task. It will provide no resources specific to that task, but should not get in the way of it.

wifi and FreeRTOS

Which processor are you using?  I know of some developments on a particular architecture, but its not available quite yet. Regards.

wifi and FreeRTOS

I’m using a avr32ap7000 microcontroller. Do you know how they interface the wlan module (SDIO, SPI…)?