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 the STM32F429II-ACA board and instructions for how to create an Embedded Workbench project based on it.
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.
- Zephyr Setup
- Embedded Workbench and IAR Tools Setup
- Required Environment Variables
- Initial build and creating project
- 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>