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

Can I use my Esp32-C6 in PlatformIO with the 3.0.0-alpha? if yes, how? #9048

Closed
1 task done
leorossi2005 opened this issue Dec 29, 2023 · 8 comments
Closed
1 task done
Labels
IDE: PlaformIO Issue relates to PlatformIO IDE Type: Feature request Feature request for Arduino ESP32

Comments

@leorossi2005
Copy link

Related area

Board Support

Hardware specification

Esp32-C6 on PlatformIO

Is your feature request related to a problem?

yes

Describe the solution you'd like

How can I do this

Describe alternatives you've considered

No response

Additional context

No response

I have checked existing list of Feature requests and the Contribution Guide

  • I confirm I have checked existing list of Feature requests and Contribution Guide.
@leorossi2005 leorossi2005 added the Type: Feature request Feature request for Arduino ESP32 label Dec 29, 2023
@SuGlider
Copy link
Collaborator

I think that it is possible by using Tasmota PlatformIO packages.
@Jason2866 - Any hint about it?

@Jason2866
Copy link
Collaborator

Correct not possible with official Platformio. I forked and did a version for project Tasmota.
The fork is not 100% compatible. Some changed sdkconfig settings and some library removed (SPIFFS). You can try and use with

platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.12.10/platform-espressif32.zip

@Jason2866 Jason2866 added the IDE: PlaformIO Issue relates to PlatformIO IDE label Dec 30, 2023
@Jason2866
Copy link
Collaborator

Using this open PR, makes it possible to use original espressif sources and libs
platformio/platform-espressif32#1281

@leorossi2005
Copy link
Author

Using this open PR, makes it possible to use original espressif sources and libs platformio/platform-espressif32#1281

Thanks now I can use the 3.0.0 version, but for some reason it says that the ESP32-C6 is not supported anyway

@Jason2866
Copy link
Collaborator

There is no valid C6 boards.json for Arduino. you have to add a custom boards.json yourself

@leorossi2005
Copy link
Author

How can I do this?

@mcuw
Copy link

mcuw commented Apr 25, 2024

Hi @leorossi2005,
have a look at this platformio project template: https://github.com/mcuw/ESP32-ghbuild-template
It includes some boards configurations, see https://github.com/mcuw/ESP32-ghbuild-template/blob/main/boards/
The latest arduino framework version is defined in the platform.ini, see https://github.com/mcuw/ESP32-ghbuild-template/blob/d3b2f578cdd3e89b41589b63f97c2a51268fdef3/platformio.ini#L57

@mcuw
Copy link

mcuw commented Jun 4, 2024

idf v3.0.0 is released. You can use the latest version so I think you can close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IDE: PlaformIO Issue relates to PlatformIO IDE Type: Feature request Feature request for Arduino ESP32
Projects
None yet
Development

No branches or pull requests

4 participants