Skip to content

Commit

Permalink
g3p-7233: Fixing missing newlines so that these are recognized as files
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-dojofive authored and ellie-dojofive committed Oct 31, 2024
1 parent 9ec86b6 commit 4843adf
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CMSIS/RTOS2/FreeRTOS/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ target_include_directories(CMSIS_RTOS2_FreeRTOS-${SUFFIX} INTERFACE
set_source_files_properties(${CMAKE_CURRENT_FUNCTION_LIST_DIR}/Source/cmsis_os1.c
PROPERTIES COMPILE_OPTIONS -Wno-switch-enum)

endfunction()
endfunction()
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ function(generate_freertos_libs
target_link_libraries(CMSIS_RTOS2_FreeRTOS-${SUFFIX} INTERFACE freertos_kernel-${SUFFIX})

endfunction()


4 changes: 2 additions & 2 deletions Source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FREERTOS_PORT)
# FREERTOS_PORT, if not specified and native port detected, uses the native compile.
#
# User is responsible for one library target:
# ${FREERTOS_CONFIG_LIBRARY} ,typcially an INTERFACE library
# ${FREERTOS_CONFIG_LIBRARY}, typically an INTERFACE library
#
# DEPRECATED: FREERTOS_CONFIG_FILE_DIRECTORY - but still supported if no ${FREERTOS_CONFIG_LIBRARY} defined for now.
# May be removed at some point in the future.
Expand Down Expand Up @@ -228,4 +228,4 @@ target_link_libraries(freertos_kernel-${SUFFIX} INTERFACE freertos_kernel_port-$

add_library(ThirdParty::FreeRTOS::Kernel::${SUFFIX} ALIAS freertos_kernel-${SUFFIX})

endfunction()
endfunction()
5 changes: 0 additions & 5 deletions Source/include.cmake

This file was deleted.

2 changes: 1 addition & 1 deletion Source/include/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ target_link_libraries(freertos_kernel_include-${SUFFIX}
$<$<TARGET_EXISTS:${FREERTOS_CONFIG_LIBRARY}>:${FREERTOS_CONFIG_LIBRARY}>
)

endfunction()
endfunction()

0 comments on commit 4843adf

Please sign in to comment.