mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 06:34:34 +02:00
Merge branch 'feature/blink_esp32h2' into 'master'
esp32h2: enable blink example See merge request espressif/esp-idf!14990
This commit is contained in:
@@ -2,10 +2,8 @@ menu "Example Configuration"
|
|||||||
|
|
||||||
choice BLINK_LED
|
choice BLINK_LED
|
||||||
prompt "Blink LED type"
|
prompt "Blink LED type"
|
||||||
default BLINK_LED_RMT if IDF_TARGET_ESP32C3
|
default BLINK_LED_GPIO if IDF_TARGET_ESP32
|
||||||
default BLINK_LED_RMT if IDF_TARGET_ESP32S2
|
default BLINK_LED_RMT
|
||||||
default BLINK_LED_RMT if IDF_TARGET_ESP32S3
|
|
||||||
default BLINK_LED_GPIO
|
|
||||||
help
|
help
|
||||||
Defines the default peripheral for blink example
|
Defines the default peripheral for blink example
|
||||||
|
|
||||||
@@ -30,7 +28,7 @@ menu "Example Configuration"
|
|||||||
config BLINK_GPIO
|
config BLINK_GPIO
|
||||||
int "Blink GPIO number"
|
int "Blink GPIO number"
|
||||||
range 0 48
|
range 0 48
|
||||||
default 8 if IDF_TARGET_ESP32C3
|
default 8 if IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32H2
|
||||||
default 18 if IDF_TARGET_ESP32S2
|
default 18 if IDF_TARGET_ESP32S2
|
||||||
default 48 if IDF_TARGET_ESP32S3
|
default 48 if IDF_TARGET_ESP32S3
|
||||||
default 5
|
default 5
|
||||||
|
Reference in New Issue
Block a user