maximkulkin / esp-homekit

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

Add spi_flash dependency to CMake #103

Closed sieren closed 4 years ago

sieren commented 4 years ago

Add dependency to spi_flash to CMake as this has been moved into a component on the ESP-IDF 4.0 release branch.

axelrtgs commented 4 years ago

I also am waiting for this change to be merged so I can properly use the latest IDF

maximkulkin commented 4 years ago

@axelrtgs @sieren Just to let you know, it works perfectly fine if you build ESP-IDF 4.0 with make (make all anyone?), the problem is just if you build with cmake (and I guess idf.py tool). I still need some time to test this

axelrtgs commented 4 years ago

I use cmake with idf.py.

I have currently modified the cake file manually to include the built in json and the spirit_flash. Will let you know how my testing goes.

sieren commented 4 years ago

Yep.. pretty much what @axelrtgs says. I'm also using CMake cause I can't be bothered to use Make all by itself due to the complexity of my project (https://github.com/sieren/Homepoint). I'll take a look at my branch so see if this PR is still up to date.

maximkulkin commented 4 years ago

Fixed