javierfileiv / zephyr-rtos-tutorial

Zephyr tutorial for beginners

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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

License:MIT License


Languages

Language:C 88.3%Language:CMake 9.4%Language:Python 2.4%