Skip to content

eclipse-threadx/samplex

Repository files navigation

Eclipse ThreadX Sample Applications

This repository will contain up-to-date samples for several development boards tracking the latest ThreadX releases.

Among others, it hosts a restructured, self-contained version of the application available in the iot-devkit repository. That particular repository will eventually be archived.

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