mongoose-os-libs / homekit-adk

Port of Apple's HomeKit ADK to Mongoose OS
Apache License 2.0
23 stars 5 forks source link

CC3200 homekit support #1

Open Dvorf opened 4 years ago

Dvorf commented 4 years ago

Hi, Do you have any plans to implement homekit support for CC3200? For Shelly 4Pro for example.

rojer commented 4 years ago

possibly, but not until much later

rojer commented 3 years ago

not feasible on 3200 due to size constraints, maybe 3220

jbuonagurio commented 2 years ago

Hi, I recently finished an initial port of HomeKitADK to the CC32xxSF, which might be useful as a starting point. The current PAL source is here: jbuonagurio/fanboard/tree/055305520b/port/HomeKitADK/PAL/CC32xxSF. I'm using FreeRTOS and SEGGER RTT for logging. It's currently working well with a simple application but I still need to implement HAPPlatformRunLoopScheduleCallback and possibly change the self-pipe implementation to use FreeRTOS message buffers instead of IP loopback.