Skip to content

Commit

Permalink
ESP32C6 support (ESP-IDF)
Browse files Browse the repository at this point in the history
  • Loading branch information
pstolarz committed Aug 24, 2023
1 parent 01500d6 commit 898862a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/espidf-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- esp32s3
- esp32c2
- esp32c3
- esp32c6
- esp32h2
- esp8266
example:
Expand Down
2 changes: 1 addition & 1 deletion src/platform/Platform_TimeCritical.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#if CONFIG_BITBANG_DELAY_CCOUNT
# if defined(CONFIG_IDF_TARGET_ESP32C2) || defined(CONFIG_IDF_TARGET_ESP32C3) || \
defined(CONFIG_IDF_TARGET_ESP32H2)
defined(CONFIG_IDF_TARGET_ESP32C6) || defined(CONFIG_IDF_TARGET_ESP32H2)
# include "esp_cpu.h"
# include "esp_idf_version.h"
# if (ESP_IDF_VERSION_MAJOR >= 5)
Expand Down

0 comments on commit 898862a

Please sign in to comment.