From 4843adf5670aa6268c4dfa30962081360a3036e4 Mon Sep 17 00:00:00 2001 From: Patrick Little <80832763+patrick-dojofive@users.noreply.github.com> Date: Wed, 30 Oct 2024 07:14:16 -0500 Subject: [PATCH] g3p-7233: Fixing missing newlines so that these are recognized as files --- CMSIS/RTOS2/FreeRTOS/CMakeLists.txt | 2 +- CMakeLists.txt | 2 -- Source/CMakeLists.txt | 4 ++-- Source/include.cmake | 5 ----- Source/include/CMakeLists.txt | 2 +- 5 files changed, 4 insertions(+), 11 deletions(-) delete mode 100644 Source/include.cmake diff --git a/CMSIS/RTOS2/FreeRTOS/CMakeLists.txt b/CMSIS/RTOS2/FreeRTOS/CMakeLists.txt index 2baab63c..6ba22407 100644 --- a/CMSIS/RTOS2/FreeRTOS/CMakeLists.txt +++ b/CMSIS/RTOS2/FreeRTOS/CMakeLists.txt @@ -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() \ No newline at end of file +endfunction() diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a6f23a7..de91468d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,5 +15,3 @@ function(generate_freertos_libs target_link_libraries(CMSIS_RTOS2_FreeRTOS-${SUFFIX} INTERFACE freertos_kernel-${SUFFIX}) endfunction() - - diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index afde9936..0ee858b7 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -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. @@ -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() \ No newline at end of file +endfunction() diff --git a/Source/include.cmake b/Source/include.cmake deleted file mode 100644 index 25bf5379..00000000 --- a/Source/include.cmake +++ /dev/null @@ -1,5 +0,0 @@ -include_directories(${FW3_RTOS_DIR}/include) - -set(FREERTOS_HEAP - ${FW3_COMPONENTS_DIR}/Source/no_heap.c - CACHE STRING "") diff --git a/Source/include/CMakeLists.txt b/Source/include/CMakeLists.txt index 897dafd4..6f36dfbb 100644 --- a/Source/include/CMakeLists.txt +++ b/Source/include/CMakeLists.txt @@ -18,4 +18,4 @@ target_link_libraries(freertos_kernel_include-${SUFFIX} $<$:${FREERTOS_CONFIG_LIBRARY}> ) -endfunction() \ No newline at end of file +endfunction()