Skip to content

Add board def for Adafruit Feather ESP32-C6#1441

Open
tyeth wants to merge 1 commit intoplatformio:developfrom
tyeth:adafruit_feather_esp32c6
Open

Add board def for Adafruit Feather ESP32-C6#1441
tyeth wants to merge 1 commit intoplatformio:developfrom
tyeth:adafruit_feather_esp32c6

Conversation

@tyeth
Copy link

@tyeth tyeth commented Aug 13, 2024

This adds the Adafruit Feather ESP32-C6 (4mb variant no psram).

About to test it and then will make non-draft. Also need to confirm the board define is correct.

Should match up to https://github.com/espressif/arduino-esp32/tree/master/variants/adafruit_feather_esp32c6

@tyeth tyeth marked this pull request as ready for review August 13, 2024 14:39
@valeros
Copy link
Member

valeros commented Aug 14, 2024

Hi @tyeth, thanks for the PR. This board was added in the Arduino core v3.0.3 which is currently unsupported, see #1225.

@tyeth
Copy link
Author

tyeth commented Aug 14, 2024

Thanks @valeros
I did see that this would be the case last night when looking at another board PR that needs 3.0.3 and was left open.

Guess this will sit here for a while, but it's possibly useful for our testing (and others).

@tyeth
Copy link
Author

tyeth commented Feb 17, 2026

For anyone trying to work with the latest processors in Arduino-ESP32 board support package v3, you can use the community maintained fork:
https://github.com/pioarduino/platform-espressif32/releases/

So in your esp32 board related platformio.ini [env] section, use the appropriate zip from a versioned or latest release (or #dev branch):

[env:featherc6]
platform = https://github.com/pioarduino/platform-espressif32/releases/latest/download/platform-espressif32.zip
board = adafruit_feather_esp32c6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants