Skip to content

Commit 194cafd

Browse files
committed
Merge branch 'feature/i3c_i2c_hal_support' into 'master'
feat(i3c): i3c-i2c driver hal and soc support See merge request espressif/esp-idf!36814
2 parents 67bbe37 + 883c42b commit 194cafd

File tree

15 files changed

+907
-1181
lines changed

15 files changed

+907
-1181
lines changed

components/hal/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ if(NOT BOOTLOADER_BUILD AND NOT esp_tee_build)
8989
list(APPEND srcs "i2c_hal.c" "i2c_hal_iram.c")
9090
endif()
9191

92+
if(CONFIG_SOC_I3C_MASTER_SUPPORTED)
93+
list(APPEND srcs "i3c_master_hal.c")
94+
endif()
95+
9296
if(CONFIG_SOC_ISP_SUPPORTED)
9397
list(APPEND srcs "isp_hal.c")
9498
endif()

0 commit comments

Comments
 (0)