This repo contains sample projects for ThreadX and NetX Duo.
GitHub Codespaces is the preferred way to building and run these sample if you have your GitHub account enabled for this feature. Otherwise, you can still use it with the local dev container or set up the toolchain by your own.
.
├── cmake # CMakelist files for building the project
├── docs # Documentation supplements
├── courses # Source code for learning paths
│ ├── netxduo # NetX Duo samples
│ └── threadx # ThreadX samples
├── libs # Submoduled ThreadX and NetX Duo source code
└── tools # Required scripts for using NetX Duo within the container