Home
last modified time | relevance | path

Searched refs:srcs (Results 1 – 25 of 41) sorted by relevance

12

/hal_espressif-latest/components/hal/
DCMakeLists.txt9 set(srcs "mpu_hal.c" variable
17 list(APPEND srcs "wdt_hal_iram.c")
21 list(APPEND srcs "mmu_hal.c")
26 list(APPEND srcs "esp32/cache_hal_esp32.c")
28 list(APPEND srcs "cache_hal.c")
33 list(APPEND srcs "lp_timer_hal.c")
37 list(APPEND srcs
47 list(APPEND srcs
52 list(APPEND srcs "spi_flash_encrypt_hal_iram.c")
57 list(APPEND srcs "systimer_hal.c")
[all …]
/hal_espressif-latest/components/soc/
DCMakeLists.txt5 set(srcs "lldesc.c" variable
19 list(APPEND srcs "${target}/dport_access.c")
23 list(APPEND srcs "${target}/adc_periph.c")
27 list(APPEND srcs "${target}/ana_cmpr_periph.c")
31 list(APPEND srcs "${target}/dedic_gpio_periph.c")
35 list(APPEND srcs "${target}/gdma_periph.c")
39 list(APPEND srcs "${target}/spi_periph.c")
43 list(APPEND srcs "${target}/ledc_periph.c")
47 list(APPEND srcs "${target}/pcnt_periph.c")
51 list(APPEND srcs "${target}/rmt_periph.c")
[all …]
/hal_espressif-latest/components/esp_hw_support/
DCMakeLists.txt19 set(srcs "cpu.c" "port/${IDF_TARGET}/esp_cpu_intr.c" "esp_memory_utils.c" "port/${IDF_TARGET}/cpu_r… variable
21 list(APPEND srcs "esp_clk.c"
42 list(APPEND srcs "adc_share_hw_ctrl.c")
46 list(APPEND srcs "sleep_cpu.c")
50 list(APPEND srcs "sleep_retention.c" "sleep_system_peripheral.c" "sleep_clock.c")
57 list(APPEND srcs "rtc_wdt.c")
61 list(APPEND srcs "dma/gdma.c" "dma/async_memcpy_impl_gdma.c")
63 list(APPEND srcs "dma/gdma_sleep_retention.c")
68 list(APPEND srcs "dma/async_memcpy_impl_cp_dma.c")
72 list(APPEND srcs "dma/esp_async_memcpy.c")
[all …]
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
DCMakeLists.txt1 set(srcs "rtc_clk_init.c" variable
10 list(APPEND srcs "esp_crypto_lock.c"
14 list(APPEND srcs "adc2_init_cal.c")
17 list(APPEND srcs "esp_memprot.c" "../esp_memprot_conv.c")
22 add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}")
24 target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
DCMakeLists.txt3 set(srcs variable
12 list(APPEND srcs "memprot.c"
17 list(APPEND srcs "adc2_init_cal.c")
21 add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}")
22 target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
DCMakeLists.txt3 set(srcs variable
13 list(APPEND srcs "esp_crypto_lock.c"
17 list(APPEND srcs "esp_memprot.c" "../esp_memprot_conv.c")
21 add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}")
22 target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
DCMakeLists.txt1 set(srcs "rtc_clk_init.c" variable
12 list(APPEND srcs "sar_periph_ctrl.c"
16 list(APPEND srcs "esp_memprot.c" "../esp_memprot_conv.c")
21 add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}")
23 target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
/hal_espressif-latest/components/esp_system/port/
DCMakeLists.txt9 set(srcs "cpu_start.c" "panic_handler.c" "esp_system_chip.c") variable
12 list(APPEND srcs "brownout.c")
16 list(APPEND srcs "usb_console.c")
19 add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" ${srcs})
21 target_sources(${COMPONENT_LIB} PRIVATE ${srcs})
/hal_espressif-latest/components/esp_adc/
DCMakeLists.txt5 set(srcs "adc_cali.c" variable
12 list(APPEND srcs "adc_continuous.c")
16 list(APPEND srcs "adc_filter.c")
21 list(APPEND srcs "${target}/adc_cali_line_fitting.c")
26 list(APPEND srcs "${target}/curve_fitting_coefficients.c")
31 list(APPEND srcs "deprecated/${target}/esp_adc_cal_legacy.c")
34 idf_component_register(SRCS ${srcs}
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
DCMakeLists.txt1 set(srcs "rtc_clk_init.c" variable
10 list(APPEND srcs "esp_crypto_lock.c"
15 add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}")
17 target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
/hal_espressif-latest/components/esp_hw_support/port/esp32/
DCMakeLists.txt3 set(srcs variable
12 list(APPEND srcs "cache_sram_mmu.c"
16 add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}")
17 target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
/hal_espressif-latest/components/bootloader_support/
DCMakeLists.txt1 set(srcs variable
14 list(APPEND srcs
22 list(APPEND srcs
33 list(APPEND srcs
44 list(APPEND srcs
48 list(APPEND srcs
57 list(APPEND srcs "src/bootloader_panic.c")
59 list(APPEND srcs "src/flash_encryption/flash_encrypt.c"
65 list(APPEND srcs "src/secure_boot_v1/secure_boot_signatures_bootloader.c")
68 list(APPEND srcs "src/secure_boot_v1/secure_boot.c"
[all …]
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
DCMakeLists.txt1 set(srcs "rtc_clk_init.c" variable
11 list(APPEND srcs "sar_periph_ctrl.c"
15 add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}")
17 target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
/hal_espressif-latest/components/heap/
DCMakeLists.txt10 set(srcs variable
19 list(APPEND srcs "tlsf/tlsf.c")
23 list(APPEND srcs "multi_heap_poisoning.c")
27 list(APPEND srcs "heap_task_info.c")
31 list(APPEND srcs "heap_trace_standalone.c")
40 list(APPEND srcs "port/memory_layout_utils.c")
41 list(APPEND srcs "port/${target}/memory_layout.c")
45 idf_component_register(SRCS "${srcs}"
/hal_espressif-latest/components/esp_timer/
DCMakeLists.txt3 set(srcs "src/esp_timer.c" variable
9 list(APPEND srcs "src/esp_timer_impl_lac.c")
11 list(APPEND srcs "src/esp_timer_impl_systimer.c")
15 list(APPEND srcs "src/esp_timer_etm.c")
18 idf_component_register(SRCS "${srcs}"
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/
DCMakeLists.txt1 set(srcs "clk.c" variable
10 add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" ${srcs})
12 target_sources(${COMPONENT_LIB} PRIVATE ${srcs})
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/
DCMakeLists.txt1 set(srcs "clk.c" variable
10 add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" ${srcs})
12 target_sources(${COMPONENT_LIB} PRIVATE ${srcs})
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/
DCMakeLists.txt1 set(srcs variable
11 add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" ${srcs})
13 target_sources(${COMPONENT_LIB} PRIVATE ${srcs})
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/
DCMakeLists.txt1 set(srcs "clk.c" variable
11 add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" ${srcs})
13 target_sources(${COMPONENT_LIB} PRIVATE ${srcs})
/hal_espressif-latest/components/esp_mm/
DCMakeLists.txt8 set(srcs) variable
11 set(srcs "esp_mmu_map.c" variable
16 list(APPEND srcs "cache_esp32.c")
20 idf_component_register(SRCS ${srcs}
/hal_espressif-latest/components/spi_flash/
DCMakeLists.txt9 set(srcs "spi_flash_wrap.c") variable
12 set(srcs "flash_brownout_hook.c") variable
15 list(APPEND srcs "${target}/spi_flash_oct_flash_init.c")
19 list(APPEND srcs
24 list(APPEND srcs
49 list(APPEND srcs ${cache_srcs})
53 idf_component_register(SRCS "${srcs}"
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
DCMakeLists.txt1 set(srcs "highint_hdl.S" variable
17 list(APPEND srcs "../../arch/xtensa/esp_ipc_isr.c"
22 add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" ${srcs})
24 target_sources(${COMPONENT_LIB} PRIVATE ${srcs})
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
DCMakeLists.txt1 set(srcs "highint_hdl.S" variable
18 list(APPEND srcs "../../arch/xtensa/esp_ipc_isr.c"
23 add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" ${srcs})
25 target_sources(${COMPONENT_LIB} PRIVATE ${srcs})
/hal_espressif-latest/components/esp_system/port/soc/esp32/
DCMakeLists.txt1 set(srcs "highint_hdl.S" variable
17 list(APPEND srcs "../../arch/xtensa/esp_ipc_isr.c"
22 add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" ${srcs})
24 target_sources(${COMPONENT_LIB} PRIVATE ${srcs})
/hal_espressif-latest/components/esp_netif/
DCMakeLists.txt12 set(srcs variable
32 list(APPEND srcs vfs_l2tap/esp_vfs_l2tap.c)
40 list(APPEND srcs loopback/esp_netif_loopback.c)
42 list(APPEND srcs ${srcs_lwip})
46 idf_component_register(SRCS "${srcs}"

12