mirror of
https://github.com/azure-rtos/usbx.git
synced 2025-01-14 06:43:05 +08:00
94 lines
5.4 KiB
CMake
94 lines
5.4 KiB
CMake
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
|
|
)
|