esp32h4: remove esp32h4 target from peripherals

This commit is contained in:
laokaiyao
2023-04-17 18:47:30 +08:00
parent 1b6461b9f8
commit 804a9ea1f6
242 changed files with 54 additions and 103850 deletions

View File

@@ -41,7 +41,7 @@ Pins in use. The SPI Master can use the GPIO mux, so feel free to change these i
#define GPIO_SCLK 15
#define GPIO_CS 14
#elif CONFIG_IDF_TARGET_ESP32C3 || CONFIG_IDF_TARGET_ESP32C2 || CONFIG_IDF_TARGET_ESP32H4
#elif CONFIG_IDF_TARGET_ESP32C3 || CONFIG_IDF_TARGET_ESP32C2
#define GPIO_HANDSHAKE 3
#define GPIO_MOSI 7
#define GPIO_MISO 2