Skip to content

karanbale/zephyr-rtos-tutorial

 
 

Repository files navigation

Zephyr: Tutorial for Beginners

This repository contains a step-by-step guide that teaches you how to use Zephyr RTOS. It assumes:

  • no previous experience with RTOS
  • basic embedded electronics knowledge (GPIO, Timers, Interrupt,...)
  • knowledge of C

Each lesson builds on the previous one. Most lessons end with exercises (with solutions!) that allow you to test your knowledge to make sure you understand everything that is covered.

This tutorial is under active development, if you want to participate - please read the Contribution guide.

A web version of this tutorial can also be found here.

Table of Contents

Useful Links

General

Youtube channels

Projects using Zephyr

Zephyr libraries

Contact

Follow me on twitter: stay up to date on my latest blogs/projects

To Do

  • gpio:commands.md -> add descriptions to tables
  • exercices: threads : add define equivalents to each type
  • zephyr-setup: test proposed install and setup on 'tutorial'
  • introduction->rtos-basics: add explanatory images
  • threads->exercises: check build thread-start
  • debugging: core dump exercise

towards the end:

  • Add next page and prev page links
  • exercises: rename project names
  • for each section introduction add relevant links at the end?

About

Zephyr tutorial for beginners

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 88.1%
  • CMake 9.3%
  • Python 2.4%
  • Ruby 0.2%