Page 1 of 1

ESP32-S2 ULP RISC-V

Posted: Tue Mar 16, 2021 2:25 pm
by urbanze
Hello guys! ULP RISC-V can be used with C, but can I use C++? ULP RISC-V has some method to compile C++?

Re: ESP32-S2 ULP RISC-V

Posted: Tue Mar 16, 2021 7:54 pm
by ESP_Minatel
Hi,

In theory you can, but I'm not sure if it's the best thing to do. If you do so, maybe you can have issues in terms of RAM usage (RTC memory space).

Re: ESP32-S2 ULP RISC-V

Posted: Wed Apr 21, 2021 6:03 pm
by urbanze
ESP_Minatel wrote:
Tue Mar 16, 2021 7:54 pm
Hi,

In theory you can, but I'm not sure if it's the best thing to do. If you do so, maybe you can have issues in terms of RAM usage (RTC memory space).
How can I do this? Where I can change to compile C++?