Removed linux and win32 ports for now

This commit is contained in:
PProvost
2020-05-12 14:53:18 -06:00
parent 852421fda0
commit d9164e7bc6
11 changed files with 0 additions and 2291 deletions

View File

@@ -1,25 +0,0 @@
# For this port, we need to tell the common subdirectory to not include these files
set(TX_SRC_OVERRIDES
"tx_thread_delete.c"
"tx_thread_reset.c"
CACHE STRING "tx source overrides")
target_sources(${PROJECT_NAME}
PRIVATE
# {{BEGIN_TARGET_SOURCES}}
${CMAKE_CURRENT_LIST_DIR}/src/tx_thread_context_restore.c
${CMAKE_CURRENT_LIST_DIR}/src/tx_thread_context_save.c
${CMAKE_CURRENT_LIST_DIR}/src/tx_thread_interrupt_control.c
${CMAKE_CURRENT_LIST_DIR}/src/tx_thread_schedule.c
${CMAKE_CURRENT_LIST_DIR}/src/tx_thread_stack_build.c
${CMAKE_CURRENT_LIST_DIR}/src/tx_thread_system_return.c
${CMAKE_CURRENT_LIST_DIR}/src/tx_timer_interrupt.c
# {{END_TARGET_SOURCES}}
)
target_include_directories(${PROJECT_NAME}
PUBLIC
${CMAKE_CURRENT_LIST_DIR}/inc
)