FreeRTOS support for WIFi, GPS , BLE and GNSS

Hi All,

Does FreeRTOS support WIF, GPS and BLE module ? If no can this be ported on FreeRTOS and what steps are involved to port above drivers ?

Regards,
-Amrut

The FreeRTOS kernel itself does not have built in support for these things, but is very often used with them, in fact many BLE chips run FreeRTOS or come with FreeRTOS examples from their vendors. They are very hardware specific - there is no generic case like there is if you were using a Linux box for example. There are also IoT reference integrations, some of which have BLE: https://www.freertos.org/iot-reference-integrations.html

Thanks for the response. This driver can be ported on FreeRTOS correct ?