mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-19 23:45:28 +02:00
esp32h4: removed esp32h4 related codes
This commit is contained in:
@@ -15,7 +15,6 @@ menu "Example Configuration"
|
||||
default 14 if IDF_TARGET_ESP32
|
||||
default 12 if IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3
|
||||
default 6 if IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32C2
|
||||
default 4 if IDF_TARGET_ESP32H4
|
||||
help
|
||||
Set the GPIO number used by SPI SCLK.
|
||||
|
||||
@@ -25,7 +24,6 @@ menu "Example Configuration"
|
||||
default 13 if IDF_TARGET_ESP32
|
||||
default 11 if IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3
|
||||
default 7 if IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32C2
|
||||
default 5 if IDF_TARGET_ESP32H4
|
||||
help
|
||||
Set the GPIO number used by SPI MOSI.
|
||||
|
||||
@@ -35,7 +33,6 @@ menu "Example Configuration"
|
||||
default 12 if IDF_TARGET_ESP32
|
||||
default 13 if IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3
|
||||
default 2 if IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32C2
|
||||
default 0 if IDF_TARGET_ESP32H4
|
||||
help
|
||||
Set the GPIO number used by SPI MISO.
|
||||
|
||||
@@ -44,7 +41,6 @@ menu "Example Configuration"
|
||||
range ENV_GPIO_RANGE_MIN ENV_GPIO_OUT_RANGE_MAX
|
||||
default 15 if IDF_TARGET_ESP32
|
||||
default 10 if IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32C2
|
||||
default 1 if IDF_TARGET_ESP32H4
|
||||
help
|
||||
Set the GPIO number used by SPI CS.
|
||||
|
||||
@@ -60,7 +56,6 @@ menu "Example Configuration"
|
||||
range ENV_GPIO_RANGE_MIN ENV_GPIO_IN_RANGE_MAX
|
||||
default 4 if IDF_TARGET_ESP32 || IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3
|
||||
default 4 if IDF_TARGET_ESP32C2
|
||||
default 9 if IDF_TARGET_ESP32H4
|
||||
help
|
||||
Set the GPIO number used by ENC28J60 interrupt.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user