Skip to content

Commit

Permalink
esp32 adc makefile to compile gdma code
Browse files Browse the repository at this point in the history
  • Loading branch information
IsikcanYilmaz committed Jan 29, 2025
1 parent 57993ef commit ad3871d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cpu/esp32/esp-idf/adc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ ifneq (,$(filter esp32c3 esp32s2,$(CPU_FAM)))
endif

ifneq (,$(filter esp32c3 esp32h2 esp32s3,$(CPU_FAM)))
ESP32_SDK_SRC += components/efuse/$(CPU_FAM)/esp_efuse_rtc_calib.c
ESP32_SDK_SRC += components/efuse/$(CPU_FAM)/esp_efuse_rtc_calib.c \
components/driver/gdma.c \
components/soc/$(CPU_FAM)/gdma_periph.c \
components/hal/gdma_hal.c \
#
endif

ifneq (,$(filter esp32s2,$(CPU_FAM)))
Expand Down

0 comments on commit ad3871d

Please sign in to comment.