WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

eclipse-threadx/threadx-learn-samples

 
 

Repository files navigation

Eclipse ThreadX Learning Samples

This repo contains sample projects for ThreadX and NetX Duo.

Get started

Use GitHub Codespaces

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.

Directory layout

.
├── 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

Resources

About

Azure RTOS Microsoft Learn Samples

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 89.5%
  • CMake 8.0%
  • Dockerfile 1.7%
  • Shell 0.8%