Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 692 Bytes

tutorial-structure.md

File metadata and controls

18 lines (14 loc) · 692 Bytes
layout title parent nav_order
post
2.3 Tutorial structure
2. Introduction
10

Tutorial structure

How is the tutorial structured?

Each lesson covers 1 aspect of Zephyr. The order of lessons is chosen deliberately, unless you already know a thing or two, it is recommended to not skip ahead.

Each lesson consist of 4 parts:

  • Introduction: introduce each new topic/concept, explain why it is useful.
  • Commands: go over all the commands/api calls that are relevant to that particular topic.
  • Kconfig: here we take a look at the different Kconfig settings that might be interesting.
  • Examples: some examples to show how to apply the discussed concepts.