Lines Matching refs:c
5 set(srcs "lldesc.c"
6 "dport_access_common.c"
7 "${target}/interrupts.c"
8 "${target}/gpio_periph.c"
9 "${target}/uart_periph.c")
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")
130 … # the linker can ignore dport_access.c as it would no other files depending on any symbols in it.