Skip to content

yanwucai/azure-rtos-learn-samples

 
 

Repository files navigation

page_type languages name description products
sample
c
asm
Azure RTOS Microsoft Learning Samples
Sample projects for Azure RTOS Microsoft Learning courses how.
azure-rtos

Azure RTOS Microsoft Learning Samples

This repo contains sample projects for

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.

Follow the Set up environment unit to get started with the samples.

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

Use Visual Studio

You can also find the sample projects that can be built and run with Visual Studio in the release page. An alternative for using the sample projects. Follow the get started section above or the readme file in the .zip to learn how to use it.

Resources

For some common issues we found, please visit Wiki.

About

Azure RTOS Microsoft Learn Samples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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