https://github.com/eclipse-threadx/samplex
Eclipse ThreadX samples and demos
https://github.com/eclipse-threadx/samplex
demos eclipse-threadx embedded iot mcu microcontroller rtos samples threadx-demos threadx-samples
Last synced: 2 days ago
JSON representation
Eclipse ThreadX samples and demos
- Host: GitHub
- URL: https://github.com/eclipse-threadx/samplex
- Owner: eclipse-threadx
- License: mit
- Created: 2026-04-07T15:56:58.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2026-04-08T22:40:11.000Z (19 days ago)
- Last Synced: 2026-04-25T21:34:26.383Z (2 days ago)
- Topics: demos, eclipse-threadx, embedded, iot, mcu, microcontroller, rtos, samples, threadx-demos, threadx-samples
- Language: C
- Homepage: https://threadx.io
- Size: 2.14 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Eclipse ThreadX Sample Applications
This repository will contain up-to-date samples for several development boards tracking the latest ThreadX releases.
For the time being, it hosts a restructured, self-contained version of the application available in the [iot-devkit](https://github.com/eclipse-threadx/iot-devkit) repository.
## Cloning this repository
Eclipse ThreadX, Eclipse ThreadX NetX Duo, Eclipse ThreadX USBX, and Eclipse FileX are included as submodules.
When cloning, you must specify the `--recurse-submodules` option to get the code for the submodules. If you forget this option, just run the following commands in the root folder of your clone.
```
git submodule init
git submodule update --recursive
```