Silver-Fang / Cpp_Standard_Library

面向Arduino平台的C++标准库
GNU General Public License v3.0
9 stars 0 forks source link

Espressive 32 compatibility #11

Closed nowaythatsok closed 4 weeks ago

nowaythatsok commented 9 months ago

Dear All, I am using PlatformIO (3.3.2) to program my ESP32 and have a lot of trouble trying to make this library work. Can you please point me in the right direction? I get a lot of compilation errors even without including anything in a new project. Currently, I am using this configuration: (platformio.ini)

[env:esp32doit-devkit-v1]
platform = espressif32@3.5.0
board = esp32doit-devkit-v1
framework = arduino
lib_deps = 
    ; silver-fang/Cpp_Standard_Library@^1.4.1
    silver-fang/Cpp_Standard_Library@^2.0.0
sylv256 commented 8 months ago

AFAIK, this library only supports Atmel AVR. perhaps support for ESP32 could be added?

sylv256 commented 8 months ago

I'm also having issues compiling this. I'm on Atmel

Silver-Fang commented 8 months ago

As far as I know, Arduino ESP32 Boards already offers an official C++ standard library. If you try to overlay using my third-party standard library, it's not surprising that something goes wrong.

Silver-Fang commented 8 months ago

I'm also having issues compiling this. I'm on Atmel

Atmel AVR should be fully supported. If you run into problems, please provide the board type you used and the minimal reproductive Sketch.

Silver-Fang commented 3 months ago

Dear all, The latest commit theoretically supports ESP32 and has passed tests in my environment. Please test.

Silver-Fang commented 4 weeks ago

The latest release supports ESP32