Skip to content

Commit

Permalink
Merge branch 'feat/isp_af_ll' into 'master'
Browse files Browse the repository at this point in the history
ISP: AF submodule low level APIs

See merge request espressif/esp-idf!26526
  • Loading branch information
Icarus113 committed Oct 31, 2023
2 parents dbc1c06 + 16d8b7d commit 1df3736
Show file tree
Hide file tree
Showing 10 changed files with 1,117 additions and 2 deletions.
4 changes: 4 additions & 0 deletions components/hal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ if(NOT BOOTLOADER_BUILD)
list(APPEND srcs "i2c_hal.c" "i2c_hal_iram.c")
endif()

if(CONFIG_SOC_ISP_SUPPORTED)
list(APPEND srcs "isp_hal.c")
endif()

if(CONFIG_SOC_RMT_SUPPORTED)
list(APPEND srcs "rmt_hal.c")
endif()
Expand Down
Loading

0 comments on commit 1df3736

Please sign in to comment.