-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
Type: 3rd party BoardsRelated to third-party/non-Espressif hardware boards.Related to third-party/non-Espressif hardware boards.
Milestone
Description
Board
XIAO_ESP32C6
Device Description
XIAO_ESP32C6
Hardware Configuration
n/a
Version
latest master (checkout manually)
IDE Name
Arduino IDE
Operating System
Linux
Flash frequency
n/a
PSRAM enabled
no
Upload speed
n/a
Description
The boards.txt file contains the following board definition
XIAO_ESP32C6.build.board=XIAO_ESP32C3
which of course should be
XIAO_ESP32C6.build.board=XIAO_ESP32C3
Sketch
#ifdef ARDUINO_XIAO_ESP32C6
Serial.println("ARDUINO_XIAO_ESP32C6 defined");
#else
Serial.println("ARDUINO_XIAO_ESP32C6 not defined");
#ifdef ARDUINO_XIAO_ESP32C3
Serial.println("ARDUINO_XIAO_ESP32C3 incorrectly defined");
#endif
#endif
Debug Message
n/a
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
- I confirm I have checked existing issues, online documentation and Troubleshooting guide.
Metadata
Metadata
Assignees
Labels
Type: 3rd party BoardsRelated to third-party/non-Espressif hardware boards.Related to third-party/non-Espressif hardware boards.
Type
Projects
Status
Done