We have a product we are developing based on the WROOM-32E and would like to implement the latest version of FreeRTOS in order to leverage the latest OTA and MQTT demos/libraries.
We found this IDF_4.2_uplevel branch of Amazon FreeRTOS and have tried to integrate it with our current project but are running into a bunch of CMake errors.
What we tried thus far:
- I git cloned the amazon freertos, switched to this rebased 4.2 uplevel: https://github.com/shubhamkulkarni97/amazon-freertos/tree/feature/idf_uplevel_v4.2_rebased
- Upgraded all of the submodules
- Dropped the entire amazon freertos folder into our project with the suggested folder structure.
- Added cmakelists suggestions found towards the end of this: https://docs.aws.amazon.com/freertos/latest/userguide/getting_started_espressif.html
- Tried to build