maximkulkin / esp-homekit

Apple HomeKit accessory server library for ESP-OPEN-RTOS
MIT License
1.12k stars 170 forks source link

Espressif FreeRTOS for 8266 compatibility #113

Closed salas81 closed 4 years ago

salas81 commented 4 years ago

Does this library work with Espressif FreeRTOS for 8266 or only with ESP-OPEN-RTOS?

maximkulkin commented 4 years ago

It does, although most examples need to be adjusted to work with ESP8266_RTOS_SDK

peros550 commented 4 years ago

what is the advantage of using Espressif FreeRTOS over ESP-OPEN-RTOS?

d4rkmen commented 4 years ago

@peros550 First: this is official SDK that keeps updating, while OPEN-RTOS uses some old compiled official binaries due to license restrictions. Second: I faced remote access problems with OPEN-RTOS and RTOS-SDK works fine for me.

peros550 commented 4 years ago

Maxim, what’s your view on this case?