Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build errors when using ESP core lib >=3 #251

Closed
ChrGri opened this issue Apr 21, 2024 · 4 comments
Closed

Build errors when using ESP core lib >=3 #251

ChrGri opened this issue Apr 21, 2024 · 4 comments

Comments

@ChrGri
Copy link

ChrGri commented Apr 21, 2024

Hi @gin66,

just a quick info, so that you are prepared. Since there is a problem with the serial output for ESP32 S3, see, I wanted to test ESP32 core lib 3.0:
image

It seems to be incompaitble with this stepper lib:
image

BR
Chris

@gin66
Copy link
Owner

gin66 commented Apr 21, 2024

Looking at espidf, that call is present in another header. Perhaps just need another include

BTW: I have given up to understand the versions of esp32 core, idf, arduino,… Now I am only using in platformio.ini these lines:

[env:esp32_V6_5_0]
platform = espressif32 @ 6.5.0

With release versions being defined here

@gin66
Copy link
Owner

gin66 commented Apr 28, 2024

espressif V6.6.0 still works (and the framework even creates warnings, which is an issue for itself).

If any official espressif version breaks, then I will take this up. For now I do not plan to bugfix on 3.3.0-rc1

@gin66 gin66 closed this as completed Apr 28, 2024
@ChrGri
Copy link
Author

ChrGri commented Apr 28, 2024

Thank you for the feedback. Following your advice, I wanted to test via platformio but I'm a bit confused since it shows me two different ESP core variants, see red lines in build log below.

image

Can you confirm that indeed the 6.5 core was used and not the Arduino 2.0.14 core packake?

BR
Chris

@gin66
Copy link
Owner

gin66 commented Apr 29, 2024

Apparently the 6.5.0 platform contains the framework-arduinoespressif32 v2.0.34. What in this context is “ core”, I do not know,

As I have said before, the versioning scheme is a bit confusing and I prefer to stick to the platformio-platform versioning for the build tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants