diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9b4fdaf15..3441accd8 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,4 +10,4 @@ "remoteUser": "vscode", "runArgs": [ "--cap-add=NET_ADMIN"] -} \ No newline at end of file +} diff --git a/.gitattributes b/.gitattributes index ee9315d08..778fa1964 100755 --- a/.gitattributes +++ b/.gitattributes @@ -37,4 +37,4 @@ configure eol=lf *.cmake whitespace=tab-in-indent *.rst whitespace=tab-in-indent conflict-marker-size=79 -*.txt whitespace=tab-in-indent \ No newline at end of file +*.txt whitespace=tab-in-indent diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c0a08a6f1..a7360c289 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,4 +2,4 @@ - [ ] Updated function header with a short description and version number - [ ] Added test case for bug fix or new feature -- [ ] Validated on real hardware \ No newline at end of file +- [ ] Validated on real hardware diff --git a/cmake/arm-none-eabi.cmake b/cmake/arm-none-eabi.cmake index 85311ae5c..253036a34 100644 --- a/cmake/arm-none-eabi.cmake +++ b/cmake/arm-none-eabi.cmake @@ -26,4 +26,4 @@ SET(CMAKE_ASM_FLAGS_DEBUG "-g -ggdb3" CACHE INTERNAL "asm debug compiler flags") SET(CMAKE_C_FLAGS_RELEASE "-O3" CACHE INTERNAL "c release compiler flags") SET(CMAKE_CXX_FLAGS_RELEASE "-O3" CACHE INTERNAL "cxx release compiler flags") -SET(CMAKE_ASM_FLAGS_RELEASE "" CACHE INTERNAL "asm release compiler flags") \ No newline at end of file +SET(CMAKE_ASM_FLAGS_RELEASE "" CACHE INTERNAL "asm release compiler flags") diff --git a/cmake/cortex_m0.cmake b/cmake/cortex_m0.cmake index 82a50ecf1..556fba94f 100644 --- a/cmake/cortex_m0.cmake +++ b/cmake/cortex_m0.cmake @@ -10,4 +10,4 @@ set(VFP_FLAGS "") set(SPEC_FLAGS "--specs=nosys.specs") # set(LD_FLAGS "-nostartfiles") -include(${CMAKE_CURRENT_LIST_DIR}/arm-none-eabi.cmake) \ No newline at end of file +include(${CMAKE_CURRENT_LIST_DIR}/arm-none-eabi.cmake) diff --git a/cmake/cortex_m3.cmake b/cmake/cortex_m3.cmake index 9cc1e06e0..40fc5ebfc 100644 --- a/cmake/cortex_m3.cmake +++ b/cmake/cortex_m3.cmake @@ -10,4 +10,4 @@ set(VFP_FLAGS "") set(SPEC_FLAGS "--specs=nosys.specs") # set(LD_FLAGS "-nostartfiles") -include(${CMAKE_CURRENT_LIST_DIR}/arm-none-eabi.cmake) \ No newline at end of file +include(${CMAKE_CURRENT_LIST_DIR}/arm-none-eabi.cmake) diff --git a/cmake/cortex_m4.cmake b/cmake/cortex_m4.cmake index c391735c1..0a6160644 100644 --- a/cmake/cortex_m4.cmake +++ b/cmake/cortex_m4.cmake @@ -10,4 +10,4 @@ set(VFP_FLAGS "") set(SPEC_FLAGS "--specs=nosys.specs") # set(LD_FLAGS "-nostartfiles") -include(${CMAKE_CURRENT_LIST_DIR}/arm-none-eabi.cmake) \ No newline at end of file +include(${CMAKE_CURRENT_LIST_DIR}/arm-none-eabi.cmake) diff --git a/cmake/cortex_m7.cmake b/cmake/cortex_m7.cmake index c4e48fa41..6a87cbf39 100644 --- a/cmake/cortex_m7.cmake +++ b/cmake/cortex_m7.cmake @@ -10,4 +10,4 @@ set(VFP_FLAGS "") set(SPEC_FLAGS "--specs=nosys.specs") # set(LD_FLAGS "-nostartfiles") -include(${CMAKE_CURRENT_LIST_DIR}/arm-none-eabi.cmake) \ No newline at end of file +include(${CMAKE_CURRENT_LIST_DIR}/arm-none-eabi.cmake) diff --git a/cmake/utilities.cmake b/cmake/utilities.cmake index 801d87edc..f010b39ba 100644 --- a/cmake/utilities.cmake +++ b/cmake/utilities.cmake @@ -12,4 +12,4 @@ function(add_azrtos_component_dir dirname) list(APPEND tmp "azrtos::${dirname}") # Copy the temp back up to the parent list set(azrtos_targets ${tmp} PARENT_SCOPE) -endfunction() \ No newline at end of file +endfunction() diff --git a/docs/revision_history.txt b/docs/revision_history.txt index 4b428a23d..da089532e 100644 --- a/docs/revision_history.txt +++ b/docs/revision_history.txt @@ -1550,4 +1550,4 @@ Below is the revision history for 5.x. tx*.h Changed comments and copyright header. -12-12-2012 Initial ThreadX SMP generic code version 5.6.1. \ No newline at end of file +12-12-2012 Initial ThreadX SMP generic code version 5.6.1. diff --git a/ports/c667x/ccs/example_build/sample_threadx_c6678evm/targetConfigs/readme.txt b/ports/c667x/ccs/example_build/sample_threadx_c6678evm/targetConfigs/readme.txt index d783fef4d..dcec9c602 100644 --- a/ports/c667x/ccs/example_build/sample_threadx_c6678evm/targetConfigs/readme.txt +++ b/ports/c667x/ccs/example_build/sample_threadx_c6678evm/targetConfigs/readme.txt @@ -6,4 +6,4 @@ connection settings will either modify an existing or generate a new target-conf if you manually edit these auto-generated files, you may need to re-apply your changes. Alternatively, you may create your own target-configuration file for this project and manage it manually. You can always switch back to automatic target-configuration management by checking the "Manage the project's -target-configuration automatically" checkbox on the project's Properties > General page. \ No newline at end of file +target-configuration automatically" checkbox on the project's Properties > General page. diff --git a/ports/c667x/ccs/example_build/sample_threadx_ta6678fmc/targetConfigs/readme.txt b/ports/c667x/ccs/example_build/sample_threadx_ta6678fmc/targetConfigs/readme.txt index d783fef4d..dcec9c602 100644 --- a/ports/c667x/ccs/example_build/sample_threadx_ta6678fmc/targetConfigs/readme.txt +++ b/ports/c667x/ccs/example_build/sample_threadx_ta6678fmc/targetConfigs/readme.txt @@ -6,4 +6,4 @@ connection settings will either modify an existing or generate a new target-conf if you manually edit these auto-generated files, you may need to re-apply your changes. Alternatively, you may create your own target-configuration file for this project and manage it manually. You can always switch back to automatic target-configuration management by checking the "Manage the project's -target-configuration automatically" checkbox on the project's Properties > General page. \ No newline at end of file +target-configuration automatically" checkbox on the project's Properties > General page. diff --git a/ports/cortex_a5x/ac6/example_build/sample_threadx/sample_threadx.txt b/ports/cortex_a5x/ac6/example_build/sample_threadx/sample_threadx.txt index 90c80d288..43e985529 100644 --- a/ports/cortex_a5x/ac6/example_build/sample_threadx/sample_threadx.txt +++ b/ports/cortex_a5x/ac6/example_build/sample_threadx/sample_threadx.txt @@ -12,4 +12,4 @@ LOAD 0x80000000 ARM_LIB_STACKHEAP 0x80090000 EMPTY -0x00040000 {} -} \ No newline at end of file +} diff --git a/ports/cortex_m0/gnu/example_build/cortexm0_crt0.S b/ports/cortex_m0/gnu/example_build/cortexm0_crt0.S index bb530ac5a..6cac03089 100644 --- a/ports/cortex_m0/gnu/example_build/cortexm0_crt0.S +++ b/ports/cortex_m0/gnu/example_build/cortexm0_crt0.S @@ -116,4 +116,3 @@ memory_set_done: .section .stack, "wa", %nobits .section .stack_process, "wa", %nobits .section .heap, "wa", %nobits - \ No newline at end of file diff --git a/ports/cortex_m23/ac6/example_build/Debug.ini b/ports/cortex_m23/ac6/example_build/Debug.ini index 2a9dfba00..a77fa5cea 100644 --- a/ports/cortex_m23/ac6/example_build/Debug.ini +++ b/ports/cortex_m23/ac6/example_build/Debug.ini @@ -1,4 +1,4 @@ LOAD "..\\demo_threadx_non-secure_zone\\Objects\\demo_threadx_non-secure_zone.axf" incremental LOAD "..\\demo_secure_zone\\Objects\\demo_secure_zone.axf" incremental RESET -g, \\demo_secure_zone\main_s\main \ No newline at end of file +g, \\demo_secure_zone\main_s\main diff --git a/ports/cortex_m23/ac6/example_build/demo_secure_zone/Abstract.txt b/ports/cortex_m23/ac6/example_build/demo_secure_zone/Abstract.txt index 0d1d8c52b..fbf488c3c 100644 --- a/ports/cortex_m23/ac6/example_build/demo_secure_zone/Abstract.txt +++ b/ports/cortex_m23/ac6/example_build/demo_secure_zone/Abstract.txt @@ -16,4 +16,4 @@ Non-secure application: Output: Variables used in this application can be viewed in the Debugger -Watch window. \ No newline at end of file +Watch window. diff --git a/ports/cortex_m3/gnu/example_build/cortexm3_crt0.S b/ports/cortex_m3/gnu/example_build/cortexm3_crt0.S index 4228fc110..349110a53 100644 --- a/ports/cortex_m3/gnu/example_build/cortexm3_crt0.S +++ b/ports/cortex_m3/gnu/example_build/cortexm3_crt0.S @@ -88,4 +88,3 @@ memory_set_done: .section .stack, "wa", %nobits .section .stack_process, "wa", %nobits .section .heap, "wa", %nobits - \ No newline at end of file diff --git a/ports/cortex_m33/ac6/example_build/Debug.ini b/ports/cortex_m33/ac6/example_build/Debug.ini index 2a9dfba00..a77fa5cea 100644 --- a/ports/cortex_m33/ac6/example_build/Debug.ini +++ b/ports/cortex_m33/ac6/example_build/Debug.ini @@ -1,4 +1,4 @@ LOAD "..\\demo_threadx_non-secure_zone\\Objects\\demo_threadx_non-secure_zone.axf" incremental LOAD "..\\demo_secure_zone\\Objects\\demo_secure_zone.axf" incremental RESET -g, \\demo_secure_zone\main_s\main \ No newline at end of file +g, \\demo_secure_zone\main_s\main diff --git a/ports/cortex_m33/ac6/example_build/demo_secure_zone/Abstract.txt b/ports/cortex_m33/ac6/example_build/demo_secure_zone/Abstract.txt index 0d1d8c52b..fbf488c3c 100644 --- a/ports/cortex_m33/ac6/example_build/demo_secure_zone/Abstract.txt +++ b/ports/cortex_m33/ac6/example_build/demo_secure_zone/Abstract.txt @@ -16,4 +16,4 @@ Non-secure application: Output: Variables used in this application can be viewed in the Debugger -Watch window. \ No newline at end of file +Watch window. diff --git a/ports/cortex_m4/gnu/example_build/cortexm4_crt0.S b/ports/cortex_m4/gnu/example_build/cortexm4_crt0.S index bb530ac5a..6cac03089 100644 --- a/ports/cortex_m4/gnu/example_build/cortexm4_crt0.S +++ b/ports/cortex_m4/gnu/example_build/cortexm4_crt0.S @@ -116,4 +116,3 @@ memory_set_done: .section .stack, "wa", %nobits .section .stack_process, "wa", %nobits .section .heap, "wa", %nobits - \ No newline at end of file diff --git a/ports/cortex_m55/ac6/example_build/Debug.ini b/ports/cortex_m55/ac6/example_build/Debug.ini index 4feb660c2..57e111911 100644 --- a/ports/cortex_m55/ac6/example_build/Debug.ini +++ b/ports/cortex_m55/ac6/example_build/Debug.ini @@ -1,4 +1,4 @@ LOAD "..\\demo_threadx_non-secure_zone\\Objects\\demo_threadx_non-secure_zone.axf" incremental LOAD "..\\demo_secure_zone\\Objects\\secure_app.axf" incremental RESET -g, \\secure_app\main_s\main \ No newline at end of file +g, \\secure_app\main_s\main diff --git a/ports/cortex_m7/gnu/example_build/cortexm7_crt0.S b/ports/cortex_m7/gnu/example_build/cortexm7_crt0.S index 4228fc110..349110a53 100644 --- a/ports/cortex_m7/gnu/example_build/cortexm7_crt0.S +++ b/ports/cortex_m7/gnu/example_build/cortexm7_crt0.S @@ -88,4 +88,3 @@ memory_set_done: .section .stack, "wa", %nobits .section .stack_process, "wa", %nobits .section .heap, "wa", %nobits - \ No newline at end of file diff --git a/ports/linux/gnu/CMakeLists.txt b/ports/linux/gnu/CMakeLists.txt index 4b5179402..8a04fa870 100644 --- a/ports/linux/gnu/CMakeLists.txt +++ b/ports/linux/gnu/CMakeLists.txt @@ -19,4 +19,4 @@ target_include_directories(${PROJECT_NAME} ${CMAKE_CURRENT_LIST_DIR}/inc ) -target_compile_definitions(${PROJECT_NAME} PUBLIC "-D_GNU_SOURCE -DTX_LINUX_DEBUG_ENABLE") \ No newline at end of file +target_compile_definitions(${PROJECT_NAME} PUBLIC "-D_GNU_SOURCE -DTX_LINUX_DEBUG_ENABLE") diff --git a/ports/risc-v32/iar/example_build/config/debugger/timer.mac b/ports/risc-v32/iar/example_build/config/debugger/timer.mac index 7dabac71b..436c0c6d4 100644 --- a/ports/risc-v32/iar/example_build/config/debugger/timer.mac +++ b/ports/risc-v32/iar/example_build/config/debugger/timer.mac @@ -61,4 +61,4 @@ SimulationShutdown() { __cancelInterrupt(_interruptID); __clearBreak(_breakID); -} \ No newline at end of file +} diff --git a/ports/risc-v32/iar/example_build/sample_threadx.c b/ports/risc-v32/iar/example_build/sample_threadx.c index 525dcc5be..a4993b4f0 100644 --- a/ports/risc-v32/iar/example_build/sample_threadx.c +++ b/ports/risc-v32/iar/example_build/sample_threadx.c @@ -392,4 +392,4 @@ UINT status; __interrupt void test() { thread_6_and_7_entry(1); -} \ No newline at end of file +} diff --git a/ports/risc-v32/iar/src/tx_initialize_low_level.s b/ports/risc-v32/iar/src/tx_initialize_low_level.s index af4caffc3..946f8a9b2 100644 --- a/ports/risc-v32/iar/src/tx_initialize_low_level.s +++ b/ports/risc-v32/iar/src/tx_initialize_low_level.s @@ -126,4 +126,3 @@ __minterrupt_000007: END - \ No newline at end of file diff --git a/ports/risc-v32/iar/src/tx_thread_context_save.s b/ports/risc-v32/iar/src/tx_thread_context_save.s index c4b0f2731..8588fa276 100644 --- a/ports/risc-v32/iar/src/tx_thread_context_save.s +++ b/ports/risc-v32/iar/src/tx_thread_context_save.s @@ -259,4 +259,3 @@ _tx_thread_idle_system_save: ret ; Return to calling ISR END - \ No newline at end of file diff --git a/ports/risc-v32/iar/src/tx_thread_interrupt_control.s b/ports/risc-v32/iar/src/tx_thread_interrupt_control.s index 08e87a9b6..c02dd91f2 100644 --- a/ports/risc-v32/iar/src/tx_thread_interrupt_control.s +++ b/ports/risc-v32/iar/src/tx_thread_interrupt_control.s @@ -90,4 +90,3 @@ _tx_thread_interrupt_control: ret /* } */ END - \ No newline at end of file diff --git a/ports/risc-v32/iar/src/tx_thread_system_return.s b/ports/risc-v32/iar/src/tx_thread_system_return.s index 22fcc4ef2..53f2ff682 100644 --- a/ports/risc-v32/iar/src/tx_thread_system_return.s +++ b/ports/risc-v32/iar/src/tx_thread_system_return.s @@ -180,4 +180,3 @@ _tx_thread_dont_save_ts: /* } */ END - \ No newline at end of file diff --git a/ports/risc-v32/iar/src/tx_timer_interrupt.s b/ports/risc-v32/iar/src/tx_timer_interrupt.s index 2a4c36f8f..70ac07cfe 100644 --- a/ports/risc-v32/iar/src/tx_timer_interrupt.s +++ b/ports/risc-v32/iar/src/tx_timer_interrupt.s @@ -230,4 +230,3 @@ _tx_timer_nothing_expired: /* } */ END - \ No newline at end of file diff --git a/ports/rxv1/ccrx/readme_threadx.txt b/ports/rxv1/ccrx/readme_threadx.txt index a104a9f21..defa7215a 100644 --- a/ports/rxv1/ccrx/readme_threadx.txt +++ b/ports/rxv1/ccrx/readme_threadx.txt @@ -174,4 +174,4 @@ https://azure.com/rtos -www.expresslogic.com \ No newline at end of file +www.expresslogic.com diff --git a/ports/rxv1/iar/readme_threadx.txt b/ports/rxv1/iar/readme_threadx.txt index a9d8137ac..4cb082177 100644 --- a/ports/rxv1/iar/readme_threadx.txt +++ b/ports/rxv1/iar/readme_threadx.txt @@ -163,4 +163,4 @@ information associated with this specific port of ThreadX: Copyright(c) 1996-2022 Microsoft Corporation -https://azure.com/rtos \ No newline at end of file +https://azure.com/rtos diff --git a/ports/rxv2/ccrx/readme_threadx.txt b/ports/rxv2/ccrx/readme_threadx.txt index 2b6bd50cb..9746012d8 100644 --- a/ports/rxv2/ccrx/readme_threadx.txt +++ b/ports/rxv2/ccrx/readme_threadx.txt @@ -183,4 +183,4 @@ https://azure.com/rtos -www.expresslogic.com \ No newline at end of file +www.expresslogic.com diff --git a/ports/rxv2/iar/readme_threadx.txt b/ports/rxv2/iar/readme_threadx.txt index 5f09a2b33..889d050a5 100644 --- a/ports/rxv2/iar/readme_threadx.txt +++ b/ports/rxv2/iar/readme_threadx.txt @@ -172,4 +172,4 @@ information associated with this specific port of ThreadX: Copyright(c) 1996-2022 Microsoft Corporation -https://azure.com/rtos \ No newline at end of file +https://azure.com/rtos diff --git a/ports/rxv3/iar/readme_threadx.txt b/ports/rxv3/iar/readme_threadx.txt index 2100d92de..dffdbe7cf 100644 --- a/ports/rxv3/iar/readme_threadx.txt +++ b/ports/rxv3/iar/readme_threadx.txt @@ -223,4 +223,4 @@ information associated with this specific port of ThreadX: Copyright(c) 1996-2022 Microsoft Corporation -https://azure.com/rtos \ No newline at end of file +https://azure.com/rtos diff --git a/ports/win32/vs_2019/src/tx_initialize_low_level.c b/ports/win32/vs_2019/src/tx_initialize_low_level.c index b62d1615b..7456344b9 100644 --- a/ports/win32/vs_2019/src/tx_initialize_low_level.c +++ b/ports/win32/vs_2019/src/tx_initialize_low_level.c @@ -285,4 +285,4 @@ VOID CALLBACK _tx_win32_timer_interrupt(UINT wTimerID, UINT msg, DWORD dwUser, D /* Call ThreadX context restore for interrupt completion. */ _tx_thread_context_restore(); -} \ No newline at end of file +} diff --git a/ports_arch/ARMv7-M/threadx/gnu/example_build/cortexm4_crt0.S b/ports_arch/ARMv7-M/threadx/gnu/example_build/cortexm4_crt0.S index 4228fc110..349110a53 100644 --- a/ports_arch/ARMv7-M/threadx/gnu/example_build/cortexm4_crt0.S +++ b/ports_arch/ARMv7-M/threadx/gnu/example_build/cortexm4_crt0.S @@ -88,4 +88,3 @@ memory_set_done: .section .stack, "wa", %nobits .section .stack_process, "wa", %nobits .section .heap, "wa", %nobits - \ No newline at end of file diff --git a/ports_module/cortex_a7/ac5/example_build/module_code.c b/ports_module/cortex_a7/ac5/example_build/module_code.c index e42bf43bd..7a12618f3 100644 Binary files a/ports_module/cortex_a7/ac5/example_build/module_code.c and b/ports_module/cortex_a7/ac5/example_build/module_code.c differ diff --git a/ports_module/cortex_a7/gnu/example_build/gcc_setup.S b/ports_module/cortex_a7/gnu/example_build/gcc_setup.S index 22a417274..2c5166de3 100644 --- a/ports_module/cortex_a7/gnu/example_build/gcc_setup.S +++ b/ports_module/cortex_a7/gnu/example_build/gcc_setup.S @@ -130,4 +130,3 @@ memory_set_done: /* Setup attibutes of heap section so it doesn't take up room in the elf file */ .section .heap, "wa", %nobits - \ No newline at end of file diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_context_restore.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_context_restore.s index 2d4a14288..efdef6d7e 100644 --- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_context_restore.s +++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_context_restore.s @@ -192,4 +192,4 @@ restore_and_return_from_irq: #endif ;} ; - END \ No newline at end of file + END diff --git a/ports_module/cortex_m0+/gnu/example_build/sample_threadx/cortexm_crt0.s b/ports_module/cortex_m0+/gnu/example_build/sample_threadx/cortexm_crt0.s index d4cb16360..af543da12 100644 --- a/ports_module/cortex_m0+/gnu/example_build/sample_threadx/cortexm_crt0.s +++ b/ports_module/cortex_m0+/gnu/example_build/sample_threadx/cortexm_crt0.s @@ -124,4 +124,3 @@ memory_set_done: .section .stack, "wa", %nobits .section .stack_process, "wa", %nobits .section .heap, "wa", %nobits - \ No newline at end of file diff --git a/ports_module/cortex_m0+/gnu/example_build/sample_threadx_module_manager/cortexm_crt0.s b/ports_module/cortex_m0+/gnu/example_build/sample_threadx_module_manager/cortexm_crt0.s index d4cb16360..af543da12 100644 --- a/ports_module/cortex_m0+/gnu/example_build/sample_threadx_module_manager/cortexm_crt0.s +++ b/ports_module/cortex_m0+/gnu/example_build/sample_threadx_module_manager/cortexm_crt0.s @@ -124,4 +124,3 @@ memory_set_done: .section .stack, "wa", %nobits .section .stack_process, "wa", %nobits .section .heap, "wa", %nobits - \ No newline at end of file diff --git a/ports_module/cortex_m23/ac6/example_build/Debug.ini b/ports_module/cortex_m23/ac6/example_build/Debug.ini index 9f305fef0..b3c05d46c 100644 --- a/ports_module/cortex_m23/ac6/example_build/Debug.ini +++ b/ports_module/cortex_m23/ac6/example_build/Debug.ini @@ -2,4 +2,4 @@ LOAD "..\\demo_threadx_non-secure_zone\\Objects\\demo_threadx_non-secure_zone.ax LOAD "..\\demo_secure_zone\\Objects\\demo_secure_zone.axf" incremental LOAD "..\\sample_threadx_module\\Objects\\sample_threadx_module.axf" incremental RESET -g, \\demo_secure_zone\main_s\main \ No newline at end of file +g, \\demo_secure_zone\main_s\main diff --git a/ports_module/cortex_m23/ac6/module_manager/inc/txm_module_manager_dispatch_port.h b/ports_module/cortex_m23/ac6/module_manager/inc/txm_module_manager_dispatch_port.h index 8bbcd5b38..f1da5d35c 100644 --- a/ports_module/cortex_m23/ac6/module_manager/inc/txm_module_manager_dispatch_port.h +++ b/ports_module/cortex_m23/ac6/module_manager/inc/txm_module_manager_dispatch_port.h @@ -61,4 +61,4 @@ ALIGN_TYPE return_value; (TX_THREAD *) param_0 ); return(return_value); -} \ No newline at end of file +} diff --git a/ports_module/cortex_m23/gnu/module_manager/inc/txm_module_manager_dispatch_port.h b/ports_module/cortex_m23/gnu/module_manager/inc/txm_module_manager_dispatch_port.h index 8bbcd5b38..f1da5d35c 100644 --- a/ports_module/cortex_m23/gnu/module_manager/inc/txm_module_manager_dispatch_port.h +++ b/ports_module/cortex_m23/gnu/module_manager/inc/txm_module_manager_dispatch_port.h @@ -61,4 +61,4 @@ ALIGN_TYPE return_value; (TX_THREAD *) param_0 ); return(return_value); -} \ No newline at end of file +} diff --git a/ports_module/cortex_m23/iar/module_manager/inc/txm_module_manager_dispatch_port.h b/ports_module/cortex_m23/iar/module_manager/inc/txm_module_manager_dispatch_port.h index 8bbcd5b38..f1da5d35c 100644 --- a/ports_module/cortex_m23/iar/module_manager/inc/txm_module_manager_dispatch_port.h +++ b/ports_module/cortex_m23/iar/module_manager/inc/txm_module_manager_dispatch_port.h @@ -61,4 +61,4 @@ ALIGN_TYPE return_value; (TX_THREAD *) param_0 ); return(return_value); -} \ No newline at end of file +} diff --git a/ports_module/cortex_m3/gnu/example_build/cortexm_crt0.s b/ports_module/cortex_m3/gnu/example_build/cortexm_crt0.s index d4cb16360..af543da12 100644 --- a/ports_module/cortex_m3/gnu/example_build/cortexm_crt0.s +++ b/ports_module/cortex_m3/gnu/example_build/cortexm_crt0.s @@ -124,4 +124,3 @@ memory_set_done: .section .stack, "wa", %nobits .section .stack_process, "wa", %nobits .section .heap, "wa", %nobits - \ No newline at end of file diff --git a/ports_module/cortex_m3/gnu/example_build/gcc_setup.s b/ports_module/cortex_m3/gnu/example_build/gcc_setup.s index d7c61892d..436a53b69 100644 --- a/ports_module/cortex_m3/gnu/example_build/gcc_setup.s +++ b/ports_module/cortex_m3/gnu/example_build/gcc_setup.s @@ -124,4 +124,3 @@ memory_set_done: /* Setup attibutes of heap section so it doesn't take up room in the elf file */ .section .heap, "wa", %nobits - \ No newline at end of file diff --git a/ports_module/cortex_m33/ac6/example_build/Debug.ini b/ports_module/cortex_m33/ac6/example_build/Debug.ini index 9f305fef0..b3c05d46c 100644 --- a/ports_module/cortex_m33/ac6/example_build/Debug.ini +++ b/ports_module/cortex_m33/ac6/example_build/Debug.ini @@ -2,4 +2,4 @@ LOAD "..\\demo_threadx_non-secure_zone\\Objects\\demo_threadx_non-secure_zone.ax LOAD "..\\demo_secure_zone\\Objects\\demo_secure_zone.axf" incremental LOAD "..\\sample_threadx_module\\Objects\\sample_threadx_module.axf" incremental RESET -g, \\demo_secure_zone\main_s\main \ No newline at end of file +g, \\demo_secure_zone\main_s\main diff --git a/ports_module/cortex_m33/ac6/module_manager/inc/txm_module_manager_dispatch_port.h b/ports_module/cortex_m33/ac6/module_manager/inc/txm_module_manager_dispatch_port.h index 8bbcd5b38..f1da5d35c 100644 --- a/ports_module/cortex_m33/ac6/module_manager/inc/txm_module_manager_dispatch_port.h +++ b/ports_module/cortex_m33/ac6/module_manager/inc/txm_module_manager_dispatch_port.h @@ -61,4 +61,4 @@ ALIGN_TYPE return_value; (TX_THREAD *) param_0 ); return(return_value); -} \ No newline at end of file +} diff --git a/ports_module/cortex_m33/gnu/example_build/gcc_setup.s b/ports_module/cortex_m33/gnu/example_build/gcc_setup.s index d7c61892d..436a53b69 100644 --- a/ports_module/cortex_m33/gnu/example_build/gcc_setup.s +++ b/ports_module/cortex_m33/gnu/example_build/gcc_setup.s @@ -124,4 +124,3 @@ memory_set_done: /* Setup attibutes of heap section so it doesn't take up room in the elf file */ .section .heap, "wa", %nobits - \ No newline at end of file diff --git a/ports_module/cortex_m33/gnu/module_manager/inc/txm_module_manager_dispatch_port.h b/ports_module/cortex_m33/gnu/module_manager/inc/txm_module_manager_dispatch_port.h index 8bbcd5b38..f1da5d35c 100644 --- a/ports_module/cortex_m33/gnu/module_manager/inc/txm_module_manager_dispatch_port.h +++ b/ports_module/cortex_m33/gnu/module_manager/inc/txm_module_manager_dispatch_port.h @@ -61,4 +61,4 @@ ALIGN_TYPE return_value; (TX_THREAD *) param_0 ); return(return_value); -} \ No newline at end of file +} diff --git a/ports_module/cortex_m33/iar/module_manager/inc/txm_module_manager_dispatch_port.h b/ports_module/cortex_m33/iar/module_manager/inc/txm_module_manager_dispatch_port.h index 8bbcd5b38..f1da5d35c 100644 --- a/ports_module/cortex_m33/iar/module_manager/inc/txm_module_manager_dispatch_port.h +++ b/ports_module/cortex_m33/iar/module_manager/inc/txm_module_manager_dispatch_port.h @@ -61,4 +61,4 @@ ALIGN_TYPE return_value; (TX_THREAD *) param_0 ); return(return_value); -} \ No newline at end of file +} diff --git a/ports_module/cortex_m4/gnu/example_build/gcc_setup.s b/ports_module/cortex_m4/gnu/example_build/gcc_setup.s index d7c61892d..436a53b69 100644 --- a/ports_module/cortex_m4/gnu/example_build/gcc_setup.s +++ b/ports_module/cortex_m4/gnu/example_build/gcc_setup.s @@ -124,4 +124,3 @@ memory_set_done: /* Setup attibutes of heap section so it doesn't take up room in the elf file */ .section .heap, "wa", %nobits - \ No newline at end of file diff --git a/ports_module/cortex_m7/gnu/example_build/cortexm_crt0.s b/ports_module/cortex_m7/gnu/example_build/cortexm_crt0.s index d4cb16360..af543da12 100644 --- a/ports_module/cortex_m7/gnu/example_build/cortexm_crt0.s +++ b/ports_module/cortex_m7/gnu/example_build/cortexm_crt0.s @@ -124,4 +124,3 @@ memory_set_done: .section .stack, "wa", %nobits .section .stack_process, "wa", %nobits .section .heap, "wa", %nobits - \ No newline at end of file diff --git a/ports_module/cortex_m7/gnu/example_build/gcc_setup.s b/ports_module/cortex_m7/gnu/example_build/gcc_setup.s index d7c61892d..436a53b69 100644 --- a/ports_module/cortex_m7/gnu/example_build/gcc_setup.s +++ b/ports_module/cortex_m7/gnu/example_build/gcc_setup.s @@ -124,4 +124,3 @@ memory_set_done: /* Setup attibutes of heap section so it doesn't take up room in the elf file */ .section .heap, "wa", %nobits - \ No newline at end of file diff --git a/ports_smp/cortex_a5_smp/ac5/example_build/sample_threadx/sample_threadx.sct b/ports_smp/cortex_a5_smp/ac5/example_build/sample_threadx/sample_threadx.sct index 6cdf755ae..4edc4d749 100644 --- a/ports_smp/cortex_a5_smp/ac5/example_build/sample_threadx/sample_threadx.sct +++ b/ports_smp/cortex_a5_smp/ac5/example_build/sample_threadx/sample_threadx.sct @@ -34,4 +34,4 @@ LOAD 0x80000000 0x00010000 } PAGETABLES 0x80500000 EMPTY 0x00100000 {} -} \ No newline at end of file +} diff --git a/ports_smp/cortex_a7_smp/ac5/example_build/sample_threadx/sample_threadx.scat b/ports_smp/cortex_a7_smp/ac5/example_build/sample_threadx/sample_threadx.scat index 6cdf755ae..4edc4d749 100644 --- a/ports_smp/cortex_a7_smp/ac5/example_build/sample_threadx/sample_threadx.scat +++ b/ports_smp/cortex_a7_smp/ac5/example_build/sample_threadx/sample_threadx.scat @@ -34,4 +34,4 @@ LOAD 0x80000000 0x00010000 } PAGETABLES 0x80500000 EMPTY 0x00100000 {} -} \ No newline at end of file +} diff --git a/ports_smp/cortex_a9_smp/ac5/example_build/sample_threadx/sample_threadx.scat b/ports_smp/cortex_a9_smp/ac5/example_build/sample_threadx/sample_threadx.scat index f2a2d1bd8..74e944ea9 100644 --- a/ports_smp/cortex_a9_smp/ac5/example_build/sample_threadx/sample_threadx.scat +++ b/ports_smp/cortex_a9_smp/ac5/example_build/sample_threadx/sample_threadx.scat @@ -38,4 +38,4 @@ LOAD 0x80000000 IRQ_STACKS +0 ALIGN 8 EMPTY 4*256 {} PAGETABLES 0x80500000 EMPTY 0x00100000 {} -} \ No newline at end of file +} diff --git a/scripts/copy_armv7_m.sh b/scripts/copy_armv7_m.sh index 825979a20..feb671224 100755 --- a/scripts/copy_armv7_m.sh +++ b/scripts/copy_armv7_m.sh @@ -77,4 +77,4 @@ do # String replacement sed -i "s/$source_string/$target_string_pre${mcu: -1}/g" $target done -done \ No newline at end of file +done diff --git a/scripts/copy_armv8_m.sh b/scripts/copy_armv8_m.sh index 0963ecbe6..e7f64dd65 100755 --- a/scripts/copy_armv8_m.sh +++ b/scripts/copy_armv8_m.sh @@ -101,4 +101,4 @@ do rm -f $target cp -f $src $target done -done \ No newline at end of file +done diff --git a/scripts/copy_module_armv7_m.sh b/scripts/copy_module_armv7_m.sh index 8dbd834c7..b03d10d00 100755 --- a/scripts/copy_module_armv7_m.sh +++ b/scripts/copy_module_armv7_m.sh @@ -61,4 +61,4 @@ do # String replacement find $target -type f -exec sed -i "s/$source_string/$target_string_pre${mcu: -1}/g" {} \; done -done \ No newline at end of file +done diff --git a/scripts/sdl_check.sh b/scripts/sdl_check.sh index 77eeb5ce5..d625258c3 100755 --- a/scripts/sdl_check.sh +++ b/scripts/sdl_check.sh @@ -16,4 +16,4 @@ then exit 0 else exit 1 -fi \ No newline at end of file +fi diff --git a/test/.gitignore b/test/.gitignore index c751f6fbc..ae298ba0c 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1,2 +1,2 @@ tx_initialize_low_level.c -coverage_report/ \ No newline at end of file +coverage_report/ diff --git a/test/ports/.gitignore b/test/ports/.gitignore index fbf828d63..6bfe6b19e 100644 --- a/test/ports/.gitignore +++ b/test/ports/.gitignore @@ -1 +1 @@ -log \ No newline at end of file +log diff --git a/test/smp/cmake/regression/generate_test_file.sh b/test/smp/cmake/regression/generate_test_file.sh index 0172469a4..af40c32b8 100755 --- a/test/smp/cmake/regression/generate_test_file.sh +++ b/test/smp/cmake/regression/generate_test_file.sh @@ -7,4 +7,4 @@ line=`sed -n '/_tx_linux_timer_interrupt/=' $src | tail -n 1` sed "${line}iVOID test_interrupt_dispatch(VOID);" $src > tmp1 line=`sed -n '/_tx_timer_interrupt/=' $src | tail -n 1` sed "${line}itest_interrupt_dispatch();" tmp1 > $dst -rm tmp1 \ No newline at end of file +rm tmp1 diff --git a/test/smp/cmake/samples/fake.c b/test/smp/cmake/samples/fake.c index 8159fef4a..4e161419b 100644 --- a/test/smp/cmake/samples/fake.c +++ b/test/smp/cmake/samples/fake.c @@ -19,4 +19,4 @@ TEST_FLAG test_stack_analyze_flag; TEST_FLAG test_initialize_flag; TEST_FLAG test_forced_mutex_timeout; UINT mutex_priority_change_extension_selection; -UINT priority_change_extension_selection; \ No newline at end of file +UINT priority_change_extension_selection; diff --git a/test/smp/cmake/threadx_smp/CMakeLists.txt b/test/smp/cmake/threadx_smp/CMakeLists.txt index f12de9848..115158fce 100644 --- a/test/smp/cmake/threadx_smp/CMakeLists.txt +++ b/test/smp/cmake/threadx_smp/CMakeLists.txt @@ -57,4 +57,4 @@ set(CPACK_SOURCE_IGNORE_FILES ".*~$" ) set(CPACK_VERBATIM_VARIABLES YES) -include(CPack) \ No newline at end of file +include(CPack) diff --git a/test/smp/cmake/threadx_smp/ports_smp/linux/gnu/CMakeLists.txt b/test/smp/cmake/threadx_smp/ports_smp/linux/gnu/CMakeLists.txt index 9c51522c7..d414f1c55 100644 --- a/test/smp/cmake/threadx_smp/ports_smp/linux/gnu/CMakeLists.txt +++ b/test/smp/cmake/threadx_smp/ports_smp/linux/gnu/CMakeLists.txt @@ -29,4 +29,4 @@ target_include_directories(${PROJECT_NAME} ${CURRENT_DIR}/inc ) -target_compile_definitions(${PROJECT_NAME} PUBLIC "-D_GNU_SOURCE -DTX_LINUX_DEBUG_ENABLE") \ No newline at end of file +target_compile_definitions(${PROJECT_NAME} PUBLIC "-D_GNU_SOURCE -DTX_LINUX_DEBUG_ENABLE") diff --git a/test/smp/regression/threadx_initialize_kernel_setup_test.c b/test/smp/regression/threadx_initialize_kernel_setup_test.c index fbdee6fed..ca7650798 100644 --- a/test/smp/regression/threadx_initialize_kernel_setup_test.c +++ b/test/smp/regression/threadx_initialize_kernel_setup_test.c @@ -80,4 +80,4 @@ void delete_timer_thread(void) _tx_thread_delete(&_tx_timer_thread); } -#endif \ No newline at end of file +#endif diff --git a/test/smp/regression/threadx_semaphore_basic_test.c b/test/smp/regression/threadx_semaphore_basic_test.c index f554257db..1192f58bb 100644 --- a/test/smp/regression/threadx_semaphore_basic_test.c +++ b/test/smp/regression/threadx_semaphore_basic_test.c @@ -542,4 +542,4 @@ static void thread_1_entry(ULONG thread_input) tx_thread_relinquish(); } -} \ No newline at end of file +} diff --git a/test/tx/cmake/regression/generate_test_file.sh b/test/tx/cmake/regression/generate_test_file.sh index ac0a70fa1..d49034f68 100755 --- a/test/tx/cmake/regression/generate_test_file.sh +++ b/test/tx/cmake/regression/generate_test_file.sh @@ -7,4 +7,4 @@ line=`sed -n '/_tx_linux_timer_interrupt/=' $src | tail -n 1` sed "${line}iVOID test_interrupt_dispatch(VOID);" $src > tmp1 line=`sed -n '/_tx_timer_interrupt/=' $src | tail -n 1` sed "${line}itest_interrupt_dispatch();" tmp1 > $dst -rm tmp1 \ No newline at end of file +rm tmp1 diff --git a/test/tx/cmake/samples/fake.c b/test/tx/cmake/samples/fake.c index 199f257ee..e4df34710 100644 --- a/test/tx/cmake/samples/fake.c +++ b/test/tx/cmake/samples/fake.c @@ -17,4 +17,4 @@ void delete_timer_thread(void){} #endif TEST_FLAG test_stack_analyze_flag; TEST_FLAG test_initialize_flag; -TEST_FLAG test_forced_mutex_timeout; \ No newline at end of file +TEST_FLAG test_forced_mutex_timeout; diff --git a/test/tx/regression/threadx_initialize_kernel_setup_test.c b/test/tx/regression/threadx_initialize_kernel_setup_test.c index f248694d8..d61064a04 100644 --- a/test/tx/regression/threadx_initialize_kernel_setup_test.c +++ b/test/tx/regression/threadx_initialize_kernel_setup_test.c @@ -78,4 +78,4 @@ void delete_timer_thread(void) _tx_thread_delete(&_tx_timer_thread); } -#endif \ No newline at end of file +#endif diff --git a/test/tx/regression/threadx_semaphore_basic_test.c b/test/tx/regression/threadx_semaphore_basic_test.c index f554257db..1192f58bb 100644 --- a/test/tx/regression/threadx_semaphore_basic_test.c +++ b/test/tx/regression/threadx_semaphore_basic_test.c @@ -542,4 +542,4 @@ static void thread_1_entry(ULONG thread_input) tx_thread_relinquish(); } -} \ No newline at end of file +}