Searched refs:threadx (Results 1 – 19 of 19) sorted by relevance
7 gcovr --object-directory=build/$1/threadx/CMakeFiles/threadx.dir/common/src -r build/$1 -f ../../..…8 gcovr --object-directory=build/$1/threadx/CMakeFiles/threadx.dir/common/src -r build/$1 -f ../../..…
46 add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/../../.. threadx)52 target_compile_options(threadx PRIVATE -fprofile-arcs -ftest-coverage)53 target_link_options(threadx PRIVATE -fprofile-arcs -ftest-coverage)57 threadx
19 Project site: https://projects.eclipse.org/projects/iot.threadx29 https://projects.eclipse.org/projects/iot.threadx/developer33 * https://github.com/eclipse-threadx/.github34 * https://github.com/eclipse-threadx/cmsis-packs35 * https://github.com/eclipse-threadx/filex36 * https://github.com/eclipse-threadx/getting-started37 * https://github.com/eclipse-threadx/guix38 * https://github.com/eclipse-threadx/levelx39 * https://github.com/eclipse-threadx/netxduo40 * https://github.com/eclipse-threadx/rtos-docs[all …]
7 13 …arted guide](https://github.com/eclipse-threadx/getting-started) and [samples](https://github.com/…15 …pse ThreadX RTOS](https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/threadx/overvie…121 [Eclipse ThreadX Modules](https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/threadx-…137 [Eclipse ThreadX SMP](https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/threadx/thre…163 …clipse ThreadX provides [adaption layers](https://github.com/eclipse-threadx/threadx/tree/master/u…186 $ git clone https://github.com/eclipse-threadx/threadx.git189 …de. You can refer to [`tx_user_sample.h`](https://github.com/eclipse-threadx/threadx/blob/master/c…216 - **Product introduction**: https://github.com/eclipse-threadx/rtos-docs217 - **Product issues and bugs, or feature requests**: https://github.com/eclipse-threadx/threadx/issu…[all …]
4 project(threadx project35 add_library(freertos-threadx EXCLUDE_FROM_ALL)36 target_include_directories(freertos-threadx40 target_sources(freertos-threadx44 target_link_libraries(freertos-threadx PUBLIC threadx)
14 * [Report a Vulnerability](https://github.com/eclipse-threadx/threadx/security/advisories/new)
21 …threadx\ports\cortex_m4\iar\example_build\settings\sample_threadx.Debug.general.xcl" --macro unit_…22 …\AzureRTOS\threadx\ports\cortex_m4\iar\example_build\settings\sample_threadx.Debug.general.xcl" --…
1 @eclipse-threadx/admins
14 target_link_libraries(${sample_file_name} PRIVATE azrtos::threadx)
10 \threadx15 To copy the ThreadX distribution manually, make a threadx directory on your 16 hard-disk (we recommend C:\threadx\mips32_interaptiv\gnu) and copy all the contents 17 of the threadx sub-directory on the distribution disk. The following 22 d:\threadx> xcopy /S *.* c:\threadx\mips32_interaptiv\gnu34 C:\threadx\mips32_interaptiv\gnu> build_threadx47 C:\threadx\mips32_interaptiv\gnu> build_threadx_demo
10 \threadx15 To copy the ThreadX distribution manually, make a threadx directory on your 16 hard-disk (we recommend C:\threadx\mips32_interaptiv\green) and copy all the contents 17 of the threadx sub-directory on the distribution disk. The following 22 d:\threadx> xcopy /S *.* c:\threadx\mips32_interaptiv\green31 C:\threadx\mips32_interaptiv\green\threadx_project_workspace.gpj
112 target_link_libraries(test_utility PUBLIC azrtos::threadx)
219 // continue to threadx smp initialization
21 Building the demonstration is easy; simply open the threadx.www workspace file,
71 > cd c:\threadx\xtensa\gnu74 batch file (or using the Makefile directly) while inside the threadx134 batch file while inside threadx directory, as follows:
3 …please refer to the release notes on GitHub at https://github.com/eclipse-threadx/threadx/releases.