Search found 2 matches

by jotman01
Mon Jul 01, 2019 9:23 am
Forum: ESP-IDF
Topic: Has anone ported the ARM Pelion Device Management Client on ESP32?
Replies: 0
Views: 1836

Has anone ported the ARM Pelion Device Management Client on ESP32?

hi,

any stories on ARM peloin device management client ported on ESP-IDF?

arm PDMC link : https://github.com/ARMmbed/mbed-cloud-client-example

please revert back.
by jotman01
Tue May 21, 2019 9:13 am
Forum: General Discussion
Topic: Xtensa compiler considering the ".h" file as C header file?
Replies: 1
Views: 2746

Xtensa compiler considering the ".h" file as C header file?

HI, i am working on porting some proj into esp-idf environment where C++ class and namespaces are declared in ".h" file instead of ".hpp", xtensa-32 compiler throws error saying that could not find "namespace" and could not find "class" error. i could not see any option to force the compiler to cosi...