mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'feature/blink_esp32h2' into 'master'
esp32h2: enable blink example See merge request espressif/esp-idf!14990
This commit is contained in:
commit
3e3e0a172f
@ -2,10 +2,8 @@ menu "Example Configuration"
|
||||
|
||||
choice BLINK_LED
|
||||
prompt "Blink LED type"
|
||||
default BLINK_LED_RMT if IDF_TARGET_ESP32C3
|
||||
default BLINK_LED_RMT if IDF_TARGET_ESP32S2
|
||||
default BLINK_LED_RMT if IDF_TARGET_ESP32S3
|
||||
default BLINK_LED_GPIO
|
||||
default BLINK_LED_GPIO if IDF_TARGET_ESP32
|
||||
default BLINK_LED_RMT
|
||||
help
|
||||
Defines the default peripheral for blink example
|
||||
|
||||
@ -30,7 +28,7 @@ menu "Example Configuration"
|
||||
config BLINK_GPIO
|
||||
int "Blink GPIO number"
|
||||
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 48 if IDF_TARGET_ESP32S3
|
||||
default 5
|
||||
|
Loading…
x
Reference in New Issue
Block a user