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

[Documentation] [ESP32] ESP-C6 specific configuration in ESP32 Application Usage Guide #26768

Merged
merged 5 commits into from
Jun 27, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Restyled by prettier-markdown
  • Loading branch information
lboue authored and woody-apple committed Jun 27, 2023
commit 5688365b0e72b6bb371534d902ee07e0718bb3b3
6 changes: 3 additions & 3 deletions docs/guides/esp32/build_app_and_commission.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ and the ESP32S3.

All the applications support variants of ESP32, ESP32C3, ESP32S3 chips.

ESP32H2 and ESP32C6 are only supported and tested with lighting-app and
ESP32H2 and ESP32C6 are only supported and tested with lighting-app and
all-clusters-app.

Note: M5Stack Core 2 display is not supported in the tft component, while other
Expand Down Expand Up @@ -98,7 +98,7 @@ functionality can still work fine.

To build the default configuration (`sdkconfig.defaults`) skip this step.

To build a specific configuration (example `m5stack` or `esp32h2` or
To build a specific configuration (example `m5stack` or `esp32h2` or
`esp32c6`):

```
Expand All @@ -107,7 +107,7 @@ functionality can still work fine.
$ idf.py -D 'SDKCONFIG_DEFAULTS=sdkconfig.defaults.esp32h2' build
woody-apple marked this conversation as resolved.
Show resolved Hide resolved
$ idf.py -D 'SDKCONFIG_DEFAULTS=sdkconfig.defaults.esp32c6' build
```

Note: If using a specific device configuration, it is highly recommended to
start off with one of the defaults and customize on top of that. Certain
configurations have different constraints that are customized within the
Expand Down