Lines Matching refs:target

1 idf_build_get_property(target IDF_TARGET)
4 if(NOT ${target} STREQUAL "linux")
7 "${target}/interrupts.c"
8 "${target}/gpio_periph.c"
9 "${target}/uart_periph.c")
12 set(includes "include" "${target}")
14 if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/${target}/include")
15 list(APPEND includes "${target}/include")
18 if(target STREQUAL "esp32")
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")
55 list(APPEND srcs "${target}/sdm_periph.c")
59 list(APPEND srcs "${target}/i2s_periph.c")
63 list(APPEND srcs "${target}/i2c_periph.c")
67 list(APPEND srcs "${target}/temperature_sensor_periph.c")
71 list(APPEND srcs "${target}/timer_periph.c")
75 list(APPEND srcs "${target}/lcd_periph.c")
79 list(APPEND srcs "${target}/parlio_periph.c")
83 list(APPEND srcs "${target}/mcpwm_periph.c")
87 list(APPEND srcs "${target}/sdmmc_periph.c")
91 list(APPEND srcs "${target}/touch_sensor_periph.c")
95 list(APPEND srcs "${target}/twai_periph.c")
99 list(APPEND srcs "${target}/ieee802154_periph.c")
103 list(APPEND srcs "${target}/usb_periph.c"
104 "${target}/usb_dwc_periph.c")
108 list(APPEND srcs "${target}/dac_periph.c")
112 list(APPEND srcs "${target}/rtc_io_periph.c")
116 list(APPEND srcs "${target}/sdio_slave_periph.c")
128 if(target STREQUAL "esp32")
135 target_linker_script(${COMPONENT_LIB} INTERFACE "${target}/ld/${target}.peripherals.ld")