/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s3/ |
D | CMakeLists.txt | 4 set(srcs variable 16 list(APPEND srcs "../async_memcpy_impl_gdma.c" 24 list(APPEND srcs "spiram_psram.c") 26 list(APPEND srcs "opiram_psram.c") 30 list(APPEND srcs "esp_memprot.c" "../esp_memprot_conv.c") 35 add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}") 36 target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
|
/hal_espressif-3.6.0/components/esp_eth/ |
D | CMakeLists.txt | 3 set(srcs) variable 9 set(srcs "src/esp_eth.c" "src/esp_eth_phy.c") variable 16 list(APPEND srcs "src/esp_eth_netif_glue.c") 22 list(APPEND srcs "src/esp_eth_mac_esp.c" 31 list(APPEND srcs "src/esp_eth_mac_dm9051.c" 36 list(APPEND srcs "src/esp_eth_mac_w5500.c" 41 list(APPEND srcs "src/esp_eth_mac_ksz8851snl.c" 46 list(APPEND srcs "src/esp_eth_mac_openeth.c") 50 idf_component_register(SRCS "${srcs}"
|
/hal_espressif-3.6.0/tools/unit-test-app/components/test_utils/ |
D | CMakeLists.txt | 1 set(srcs "ccomp_timer.c" variable 6 list(APPEND srcs "ref_clock_impl_rmt_pcnt.c") 8 list(APPEND srcs "ref_clock_impl_timergroup.c") 12 list(APPEND srcs "ccomp_timer_impl_riscv.c") 16 list(APPEND srcs "ccomp_timer_impl_xtensa.c") 19 idf_component_register(SRCS ${srcs}
|
/hal_espressif-3.6.0/components/heap/ |
D | CMakeLists.txt | 1 set(srcs variable 8 list(APPEND srcs "multi_heap_poisoning.c") 12 list(APPEND srcs "heap_task_info.c") 16 list(APPEND srcs "heap_trace_standalone.c") 23 list(APPEND srcs "port/memory_layout_utils.c") 24 list(APPEND srcs "port/${target}/memory_layout.c") 27 idf_component_register(SRCS "${srcs}"
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32c3/ |
D | CMakeLists.txt | 1 set(srcs "cpu_util_esp32c3.c" variable 12 list(APPEND srcs "../async_memcpy_impl_gdma.c" 19 list(APPEND srcs "esp_memprot.c" "../esp_memprot_conv.c") 24 add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}") 26 target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32h2/ |
D | CMakeLists.txt | 1 set(srcs "cpu_util_esp32h2.c" variable 12 list(APPEND srcs "../async_memcpy_impl_gdma.c" 19 list(APPEND srcs "esp_memprot.c" "../esp_memprot_conv.c") 24 add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}") 26 target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
|
/hal_espressif-3.6.0/components/bootloader_support/ |
D | CMakeLists.txt | 1 set(srcs variable 22 list(APPEND srcs 34 list(APPEND srcs 44 list(APPEND srcs "src/flash_encryption/flash_encrypt.c" 50 list(APPEND srcs "src/secure_boot_v1/secure_boot_signatures_bootloader.c") 53 list(APPEND srcs "src/secure_boot_v1/secure_boot.c" 58 list(APPEND srcs "src/secure_boot_v2/secure_boot_signatures_bootloader.c") 61 list(APPEND srcs "src/secure_boot_v2/secure_boot.c" 68 list(APPEND srcs "src/secure_boot_v1/secure_boot_signatures_app.c") 72 list(APPEND srcs "src/secure_boot_v2/secure_boot_signatures_app.c") [all …]
|
/hal_espressif-3.6.0/components/hal/ |
D | CMakeLists.txt | 3 set(srcs "wdt_hal_iram.c" variable 10 list(APPEND srcs 39 list(APPEND srcs 51 list(APPEND srcs "emac_hal.c") 56 list(APPEND srcs 76 list(APPEND srcs 98 list(APPEND srcs 112 list(APPEND srcs 124 idf_component_register(SRCS ${srcs}
|
/hal_espressif-3.6.0/components/spi_flash/ |
D | CMakeLists.txt | 3 set(srcs "${target}/spi_flash_rom_patch.c") variable 13 set(srcs variable 19 list(APPEND srcs "${target}/spi_flash_oct_flash_init.c") 23 list(APPEND srcs 29 list(APPEND srcs 47 list(APPEND srcs ${cache_srcs}) 51 idf_component_register(SRCS "${srcs}"
|
/hal_espressif-3.6.0/components/app_trace/ |
D | CMakeLists.txt | 1 set(srcs variable 12 list(APPEND srcs 16 list(APPEND srcs 20 list(APPEND srcs 31 list(APPEND srcs 41 list(APPEND srcs "heap_trace_tohost.c") 47 idf_component_register(SRCS "${srcs}"
|
/hal_espressif-3.6.0/tools/cmake/ |
D | convert_to_cmake.py | 80 srcs = [] 84 srcs.append(src) 85 make_vars['COMPONENT_SRCS'] = ' '.join(srcs) 91 srcs = list() 92 srcs += glob.glob(os.path.join(component_srcdir_path, '*.[cS]')) 93 srcs += glob.glob(os.path.join(component_srcdir_path, '*.cpp')) 94 srcs = [('"%s"' % str(os.path.relpath(s, component_path))) for s in srcs] 97 component_srcs += srcs
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/ |
D | CMakeLists.txt | 4 set(srcs variable 15 list(APPEND srcs "cache_sram_mmu.c" 22 add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}") 23 target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
|
/hal_espressif-3.6.0/components/esp_timer/ |
D | CMakeLists.txt | 3 set(srcs "src/esp_timer.c" variable 8 list(APPEND srcs "src/esp_timer_impl_frc_legacy.c") 10 list(APPEND srcs "src/esp_timer_impl_lac.c") 12 list(APPEND srcs "src/esp_timer_impl_systimer.c") 15 idf_component_register(SRCS "${srcs}"
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s2/ |
D | CMakeLists.txt | 4 set(srcs variable 17 list(APPEND srcs "async_memcpy_impl_cp_dma.c" 27 add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}") 28 target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
|
/hal_espressif-3.6.0/components/esp_netif/ |
D | CMakeLists.txt | 9 set(srcs variable 21 list(APPEND srcs 26 list(APPEND srcs 31 list(APPEND srcs 35 idf_component_register(SRCS "${srcs}"
|
/hal_espressif-3.6.0/components/unity/ |
D | CMakeLists.txt | 3 set(srcs variable 17 list(APPEND srcs "unity_runner.c") 21 list(APPEND srcs "unity/extras/fixture/src/unity_fixture.c") 26 list(APPEND srcs "unity_port_esp32.c") 29 idf_component_register(SRCS "${srcs}"
|
/hal_espressif-3.6.0/components/driver/ |
D | CMakeLists.txt | 3 set(srcs variable 29 list(APPEND srcs "adc_common.c" 44 list(APPEND srcs "adc_common.c" 59 list(APPEND srcs "adc_common.c" 74 list(APPEND srcs "gdma.c" 85 list(APPEND srcs "gdma.c" 93 idf_component_register(SRCS "${srcs}"
|
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32h2/ |
D | CMakeLists.txt | 1 set(srcs "clk.c" variable 11 add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" ${srcs}) 13 target_sources(${COMPONENT_LIB} PRIVATE ${srcs})
|
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32c3/ |
D | CMakeLists.txt | 1 set(srcs "clk.c" variable 11 add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" ${srcs}) 13 target_sources(${COMPONENT_LIB} PRIVATE ${srcs})
|
/hal_espressif-3.6.0/components/soc/esp32h2/ |
D | CMakeLists.txt | 1 set(srcs variable 16 add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}") 18 target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
|
/hal_espressif-3.6.0/components/soc/esp32c3/ |
D | CMakeLists.txt | 1 set(srcs variable 16 add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}") 18 target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
|
/hal_espressif-3.6.0/components/esp_system/port/ |
D | CMakeLists.txt | 10 set(srcs "cpu_start.c" "panic_handler.c" "brownout.c") variable 11 add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" ${srcs}) 13 target_sources(${COMPONENT_LIB} PRIVATE ${srcs})
|
/hal_espressif-3.6.0/components/soc/esp32/ |
D | CMakeLists.txt | 1 set(srcs variable 22 add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}") 24 target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
|
/hal_espressif-3.6.0/components/soc/esp32s2/ |
D | CMakeLists.txt | 1 set(srcs variable 22 add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}") 24 target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
|
/hal_espressif-3.6.0/components/soc/esp32s3/ |
D | CMakeLists.txt | 1 set(srcs variable 25 add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}") 27 target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
|