Porting from Arduino
Posted: Thu Nov 03, 2016 9:26 pm
Hi All,
I have some code written for the arduino IDE, and I'm looking to port it to the 32 for testing purposes. Its all written in "C++" or at least the arduino version.
I'm struggling with the distinction between freeRTOS and esp-idf.
It looks like freeRTOS supports C++, but that esp-idf does not. Is that the case?
Does esp-idf implement freeRTOS? Or are they separate entities?
This might be subject to opinion, but if I want to get my code ported over as quickly as possible, should I be moving toward freeRTOS or esp-idf? I'd really like to stay in C++ land (vs C land) because much of my code is object oriented.
I have some code written for the arduino IDE, and I'm looking to port it to the 32 for testing purposes. Its all written in "C++" or at least the arduino version.
I'm struggling with the distinction between freeRTOS and esp-idf.
It looks like freeRTOS supports C++, but that esp-idf does not. Is that the case?
Does esp-idf implement freeRTOS? Or are they separate entities?
This might be subject to opinion, but if I want to get my code ported over as quickly as possible, should I be moving toward freeRTOS or esp-idf? I'd really like to stay in C++ land (vs C land) because much of my code is object oriented.