Search found 3 matches

by yafra7
Tue May 25, 2021 10:16 am
Forum: ESP-IDF
Topic: Using SPI RAM from C++ programs
Replies: 3
Views: 5986

Re: Using SPI RAM from C++ programs

Hello,

Did you find a solution to make the new() operator allocate from the SPI RAM ?

Thanks
by yafra7
Fri Apr 30, 2021 1:06 pm
Forum: ESP-IDF
Topic: Dynamic Library Approach
Replies: 1
Views: 3274

Re: Dynamic Library Approach

Hello,

We would like to do a similar update system, did you find any solution ?
by yafra7
Fri Apr 23, 2021 1:48 pm
Forum: ESP-IDF
Topic: Is it a good idea to use c++ features
Replies: 0
Views: 1340

Is it a good idea to use c++ features

Hello,

I'm starting an esp32 project in c++ and I'd like to know if it's a good idea to use all c++ features like std::string, std::map, std::vector ...

WIll I encounter problems because of it ? Will it require too much SRAM ?

Thanks you,

Yohann