ESP32H2: Introduce new chip target esp32h2, hello_world example supported
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
if(IDF_TARGET STREQUAL "esp32h2")
|
||||
return() #ESP32H2-TODO: IDF-6213
|
||||
endif()
|
||||
|
||||
set(srcs "src/esp_lcd_common.c"
|
||||
"src/esp_lcd_panel_io.c"
|
||||
"src/esp_lcd_panel_io_i2c.c"
|
||||
|
||||
Reference in New Issue
Block a user