summaryrefslogtreecommitdiff
path: root/common/usbx_host_controllers/CMakeLists.txt
blob: cdd0f20c75b1e6581912f83418a019da00b7e31a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
target_sources(${PROJECT_NAME} PRIVATE
    # {{BEGIN_TARGET_SOURCES}}
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_asynch_td_process.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_asynchronous_endpoint_create.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_asynchronous_endpoint_destroy.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_controller_disable.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_done_queue_process.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_door_bell_wait.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_ed_clean.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_ed_obtain.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_endpoint_reset.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_entry.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_frame_number_get.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_frame_number_set.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_fsisochronous_td_obtain.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_fsisochronous_tds_process.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_hsisochronous_td_obtain.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_hsisochronous_tds_process.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_initialize.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_interrupt_endpoint_create.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_interrupt_endpoint_destroy.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_interrupt_handler.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_isochronous_endpoint_create.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_isochronous_endpoint_destroy.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_least_traffic_list_get.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_next_td_clean.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_periodic_descriptor_link.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_periodic_tree_create.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_poll_rate_entry_get.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_port_disable.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_port_reset.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_port_resume.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_port_status_get.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_port_suspend.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_power_down_port.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_power_on_port.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_power_root_hubs.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_register_read.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_register_write.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_regular_td_obtain.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_request_bulk_transfer.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_request_control_transfer.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_request_interrupt_transfer.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_request_isochronous_transfer.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_request_transfer.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_request_transfer_add.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_transfer_abort.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_transfer_request_process.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_asynchronous_endpoint_create.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_asynchronous_endpoint_destroy.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_controller_disable.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_done_queue_process.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_ed_obtain.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_endpoint_error_clear.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_endpoint_reset.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_entry.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_frame_number_get.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_frame_number_set.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_initialize.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_interrupt_endpoint_create.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_interrupt_handler.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_isochronous_endpoint_create.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_isochronous_td_obtain.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_least_traffic_list_get.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_next_td_clean.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_periodic_endpoint_destroy.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_periodic_tree_create.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_port_disable.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_port_enable.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_port_reset.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_port_resume.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_port_status_get.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_port_suspend.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_power_down_port.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_power_on_port.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_power_root_hubs.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_register_read.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_register_write.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_regular_td_obtain.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_request_bulk_transfer.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_request_control_transfer.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_request_interupt_transfer.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_request_isochronous_transfer.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_request_transfer.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_transfer_abort.c
	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_transfer_request_process.c

    # {{END_TARGET_SOURCES}}
)

target_include_directories(${PROJECT_NAME} PUBLIC
    ${CMAKE_CURRENT_LIST_DIR}/inc
)