An open API service indexing awesome lists of open source software.

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

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
```