Home
last modified time | relevance | path

Searched full:threadx (Results 1 – 25 of 1217) sorted by relevance

12345678910>>...49

/NetX-Duo-v6.2.1/
DREADME.md1 # Eclipse ThreadX NetX Duo
3 …specifically for deeply embedded real-time and IoT applications. Eclipse ThreadX NetX Duo is a dua…
11 NetX Duo as part of Eclipse ThreadX has been integrated to the semiconductor's SDKs and development…
13 …arted guide](https://github.com/eclipse-threadx/getting-started) and [samples](https://github.com/…
15 See [Overview of Eclipse ThreadX NetX Duo](https://github.com/eclipse-threadx/rtos-docs/blob/main/r…
73 /* _tx_initialize_kernel_enter ThreadX entry function */
88threadx/netxduo/tree/master/addons/azure_iot), [**dhcp**](https://github.com/eclipse-threadx/rtos-…
96 The main components of Eclipse ThreadX are each provided in their own repository, but there are dep…
100 …e to take the dependency graph above into account when building anything other than ThreadX itself.
104 …from semiconductor, you might follow its own instructions to use Eclipse ThreadX components as exp…
[all …]
DCONTRIBUTING.md1 # Contributing to Eclipse ThreadX
7 Eclipse ThreadX provides a vendor-neutral, open source, safety certified OS for
9 ThreadX suite encompasses:
10 * ThreadX - advanced real-time operating system (RTOS) designed specifically for deeply embedded ap…
12 * FileX - high-performance, FAT-compatible file system that’s fully integrated with ThreadX kernel
14 … USB host, device, and on-the-go (OTG) embedded stack, that is fully integrated with ThreadX kernel
19 Project site: https://projects.eclipse.org/projects/iot.threadx
29 https://projects.eclipse.org/projects/iot.threadx/developer
33 * https://github.com/eclipse-threadx/.github
34 * https://github.com/eclipse-threadx/cmsis-packs
[all …]
/NetX-Duo-v6.2.1/.github/workflows/
Dregression_test.yml24 uses: eclipse-threadx/threadx/.github/workflows/regression_template.yml@master
39 uses: eclipse-threadx/threadx/.github/workflows/regression_template.yml@master
54 uses: eclipse-threadx/threadx/.github/workflows/regression_template.yml@master
69 uses: eclipse-threadx/threadx/.github/workflows/regression_template.yml@master
84 uses: eclipse-threadx/threadx/.github/workflows/regression_template.yml@master
99 uses: eclipse-threadx/threadx/.github/workflows/regression_template.yml@master
115 uses: eclipse-threadx/threadx/.github/workflows/regression_template.yml@master
136 …if (!(Test-Path ./test/cmake/threadx)) {git clone https://github.com/eclipse-threadx/threadx.git .…
154 uses: eclipse-threadx/threadx/.github/workflows/regression_template.yml@master
169 uses: eclipse-threadx/threadx/.github/workflows/regression_template.yml@master
[all …]
/NetX-Duo-v6.2.1/test/cmake/mqtt_interoperability/
Drun.sh1 eclipse-threadx#!/bin/bash
5 # if threadx repo does not exist, clone it
6 [ -d ../threadx ] || git clone https://github.com/eclipse-threadx/threadx.git ../threadx --depth 1
7 [ -d ../filex ] || git clone https://github.com/eclipse-threadx/filex.git ../filex --depth 1
8 [ -f .run.sh ] || ln -sf ../threadx/scripts/cmake_bootstrap.sh .run.sh
DCMakeLists.txt69 # Build ThreadX library once
75 add_library(threadx SHARED IMPORTED GLOBAL) target
76 add_library("azrtos::threadx" ALIAS threadx)
78 threadx PROPERTIES IMPORTED_LOCATION
79 ${CMAKE_BINARY_DIR}/../libs/threadx/libthreadx.so)
/NetX-Duo-v6.2.1/test/cmake/mqtt/
Drun.sh5 # if threadx repo does not exist, clone it
6 [ -d ../threadx ] || git clone https://github.com/eclipse-threadx/threadx.git ../threadx --depth 1
7 [ -d ../filex ] || git clone https://github.com/eclipse-threadx/filex.git ../filex --depth 1
8 [ -f .run.sh ] || ln -sf ../threadx/scripts/cmake_bootstrap.sh .run.sh
DCMakeLists.txt69 # Build ThreadX library once
75 add_library(threadx SHARED IMPORTED GLOBAL) target
76 add_library("azrtos::threadx" ALIAS threadx)
78 threadx PROPERTIES IMPORTED_LOCATION
79 ${CMAKE_BINARY_DIR}/../libs/threadx/libthreadx.so)
/NetX-Duo-v6.2.1/test/cmake/netxduo/
Drun.sh5 # if threadx repo does not exist, clone it
6 [ -d ../threadx ] || git clone https://github.com/eclipse-threadx/threadx.git ../threadx --depth 1
7 [ -d ../filex ] || git clone https://github.com/eclipse-threadx/filex.git ../filex --depth 1
8 [ -f .run.sh ] || ln -sf ../threadx/scripts/cmake_bootstrap.sh .run.sh
DCMakeLists.txt373 # Build ThreadX library once
379 add_library(threadx SHARED IMPORTED GLOBAL) target
380 add_library("azrtos::threadx" ALIAS threadx)
382 threadx PROPERTIES IMPORTED_LOCATION
383 ${CMAKE_BINARY_DIR}/../libs/threadx/libthreadx.so)
/NetX-Duo-v6.2.1/test/cmake/netxduo64/
Drun.sh5 # if threadx repo does not exist, clone it
6 [ -d ../threadx ] || git clone https://github.com/eclipse-threadx/threadx.git ../threadx --depth 1
7 [ -d ../filex ] || git clone https://github.com/eclipse-threadx/filex.git ../filex --depth 1
8 [ -f .run.sh ] || ln -sf ../threadx/scripts/cmake_bootstrap.sh .run.sh
/NetX-Duo-v6.2.1/test/cmake/netxduo_fast/
Drun.sh5 # if threadx repo does not exist, clone it
6 [ -d ../threadx ] || git clone https://github.com/eclipse-threadx/threadx.git ../threadx --depth 1
7 [ -d ../filex ] || git clone https://github.com/eclipse-threadx/filex.git ../filex --depth 1
8 [ -f .run.sh ] || ln -sf ../threadx/scripts/cmake_bootstrap.sh .run.sh
/NetX-Duo-v6.2.1/test/cmake/ptp/
Drun.sh5 # if threadx repo does not exist, clone it
6 [ -d ../threadx ] || git clone https://github.com/eclipse-threadx/threadx.git ../threadx --depth 1
7 [ -d ../filex ] || git clone https://github.com/eclipse-threadx/filex.git ../filex --depth 1
8 [ -f .run.sh ] || ln -sf ../threadx/scripts/cmake_bootstrap.sh .run.sh
DCMakeLists.txt64 # Build ThreadX library once
70 add_library(threadx SHARED IMPORTED GLOBAL) target
71 add_library("azrtos::threadx" ALIAS threadx)
73 threadx PROPERTIES IMPORTED_LOCATION
74 ${CMAKE_BINARY_DIR}/../libs/threadx/libthreadx.so)
/NetX-Duo-v6.2.1/test/cmake/web/
Drun.sh5 # if threadx repo does not exist, clone it
6 [ -d ../threadx ] || git clone https://github.com/eclipse-threadx/threadx.git ../threadx --depth 1
7 [ -d ../filex ] || git clone https://github.com/eclipse-threadx/filex.git ../filex --depth 1
8 [ -f .run.sh ] || ln -sf ../threadx/scripts/cmake_bootstrap.sh .run.sh
DCMakeLists.txt58 # Build ThreadX library once
64 add_library(threadx SHARED IMPORTED GLOBAL) target
65 add_library("azrtos::threadx" ALIAS threadx)
67 threadx PROPERTIES IMPORTED_LOCATION
68 ${CMAKE_BINARY_DIR}/../libs/threadx/libthreadx.so)
/NetX-Duo-v6.2.1/addons/azure_iot/
DREADME.md20 …tion-tools/b-l475e-iot01a.html) | [GCC/CMake](https://github.com/eclipse-threadx/getting-started/t…
21 …-evaluation-kit:MIMXRT1060-EVK) | [GCC/CMake](https://github.com/eclipse-threadx/getting-started/t…
22 …-renesas-starter-kit-rx65n-2mb) | [GCC/CMake](https://github.com/eclipse-threadx/getting-started/t…
24 …s/productdetails/atsame54-xpro) | [GCC/CMake](https://github.com/eclipse-threadx/getting-started/t…
25 | MXCHIP | [AZ3166](https://aka.ms/iot-devkit) | [GCC/CMake](https://github.com/eclipse-threadx/get…
35 Follow [`nx_user_sample.h`](https://github.com/eclipse-threadx/netxduo/blob/master/common/inc/nx_us…
55 See the [samples](https://github.com/eclipse-threadx/samples) of semiconductor's hero development b…
68 Find support channels in the [Resources](https://github.com/eclipse-threadx/netxduo#resources) list.
72 View [Licensing](https://github.com/eclipse-threadx/netxduo#licensing) of Azure RTOS NetX Duo.
/NetX-Duo-v6.2.1/test/cmake/crypto/
Drun.sh5 # if threadx repo does not exist, clone it
6 [ -d ../threadx ] || git clone https://github.com/eclipse-threadx/threadx.git ../threadx --depth 1
7 [ -f .run.sh ] || ln -sf ../threadx/scripts/cmake_bootstrap.sh .run.sh
DCMakeLists.txt69 # Build ThreadX library once
76 add_library(threadx SHARED IMPORTED GLOBAL) target
77 add_library("azrtos::threadx" ALIAS threadx)
79 threadx PROPERTIES IMPORTED_LOCATION
80 ${CMAKE_BINARY_DIR}/../libs/threadx/libthreadx.so)
/NetX-Duo-v6.2.1/test/cmake/nx_secure/
Drun.sh5 # if threadx repo does not exist, clone it
6 [ -d ../threadx ] || git clone https://github.com/eclipse-threadx/threadx.git ../threadx --depth 1
7 [ -f .run.sh ] || ln -sf ../threadx/scripts/cmake_bootstrap.sh .run.sh
DCMakeLists.txt131 # Build ThreadX library once
137 add_library(threadx SHARED IMPORTED GLOBAL) target
138 add_library("azrtos::threadx" ALIAS threadx)
140 threadx PROPERTIES IMPORTED_LOCATION
141 ${CMAKE_BINARY_DIR}/../libs/threadx/libthreadx.so)
/NetX-Duo-v6.2.1/test/cmake/nx_secure_interoperability/
Drun.sh5 # if threadx repo does not exist, clone it
6 [ -d ../threadx ] || git clone https://github.com/eclipse-threadx/threadx.git ../threadx --depth 1
7 [ -f .run.sh ] || ln -sf ../threadx/scripts/cmake_bootstrap.sh .run.sh
/NetX-Duo-v6.2.1/test/cmake/libs/
DCMakeLists.txt17 add_subdirectory(${externals}/threadx threadx)
19 target_compile_options(threadx PRIVATE -DTX_ENABLE_EVENT_TRACE)
21 target_compile_options(threadx PRIVATE -DTX_LINUX_NO_IDLE_ENABLE)
24 foreach(lib threadx filex)
/NetX-Duo-v6.2.1/test/cmake/netxduo_fast/libs/
DCMakeLists.txt17 add_subdirectory(${externals}/threadx threadx)
19 target_compile_options(threadx PRIVATE -DTX_ENABLE_EVENT_TRACE)
21 target_compile_options(threadx PRIVATE -DTX_LINUX_NO_IDLE_ENABLE)
24 foreach(lib threadx filex)
/NetX-Duo-v6.2.1/test/cmake/azure_iot/
Drun.sh51 # if threadx repo does not exist, clone it
52 [ -d ../threadx ] || git clone https://github.com/eclipse-threadx/threadx.git ../threadx --depth 1
/NetX-Duo-v6.2.1/test/cmake/nx_secure/libs/
DCMakeLists.txt16 add_subdirectory(${externals}/threadx threadx)
18 target_compile_options(threadx PRIVATE -DTX_LINUX_NO_IDLE_ENABLE)
21 get_target_property(dirs threadx INCLUDE_DIRECTORIES)

12345678910>>...49