This repository serves as a reference for using the Zephyr RTOS together with tools made by IAR Systems. The repository contains Zephyr application samples for various boards combined with IAR tools integration, and related tutorials linked to in this README.
Each board demo is located as a subfolder in the boards
parent directory.
Each board folder contains two subfolders, one for the Zephyr sample application, and one named workbench
to be used with IAR tools.
Important
The guides assume that you are running Windows as your operating system.
It is also assumed that you have access to, and have an understanding of the IAR organization-exclusive tools.
Important
It is highly recommended to follow these guides as they are ordered below.
- Device Specifics
- Zephyr Setup
- Embedded Workbench and IAR Tools Setup
- Required Environment Variables
- Compiling and Debugging with Embedded Workbench
- Visual Studio Code Integration
Use this command template when wanting to generate a zip file for a specific board folder:
git archive -o <board_name>.zip HEAD:boards/<board_name>