Skip to content

Commit

Permalink
Merge pull request #461 from Miaojianyu/master
Browse files Browse the repository at this point in the history
feat: add_esp32c5_target (BSP-603)
  • Loading branch information
espzav authored Jan 2, 2025
2 parents f770b17 + 0286cfb commit 479cb0a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions bsp/esp_bsp_devkit/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,23 @@ menu "Board Support Package (generic)"
int
default ENV_GPIO_RANGE_MAX
endif
if IDF_TARGET_ESP32C5
config ENV_GPIO_RANGE_MIN
int
default 0

config ENV_GPIO_RANGE_MAX
int
default 25

config ENV_GPIO_IN_RANGE_MAX
int
default ENV_GPIO_RANGE_MAX

config ENV_GPIO_OUT_RANGE_MAX
int
default ENV_GPIO_RANGE_MAX
endif
if IDF_TARGET_ESP32C6
config ENV_GPIO_RANGE_MIN
int
Expand Down
2 changes: 1 addition & 1 deletion bsp/esp_bsp_devkit/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

version: "2.0.0"
version: "2.1.0"
description: DevKit Board Support Package (BSP)
url: https://github.com/espressif/esp-bsp/tree/master/bsp/esp_bsp_devkit

Expand Down

0 comments on commit 479cb0a

Please sign in to comment.