This is an introductory project for Zephyr OS. It helps to understand the various constituents of a typical Application Development workflow for Zephyr.
We are using the STM32F3 Discovery board as a target for this project.
The goal of this project is:
- Enable
PE9
or LD3 Red LED as an Output - Toggle the
PE9
every 1 Second
More on how to create this project:
https://boseji.com/posts/zephyr-part-3-app-dev
There is a complete set of tutorials to help you get started on Zephyr OS :
- Installing the Zephyr SDK
https://boseji.com/posts/zephyr-part-1-start/ - Your first project to
blinky
example on Zephyr OS
https://boseji.com/posts/zephyr-part-2-blinky-example-stm32f3discovery/ - Application Development on Zephyr OS - creating the
fancier-blinky
https://boseji.com/posts/zephyr-part-3-app-dev
Copyright (c) 2020 Abhijit Bose https://boseji.com
SPDX-License-Identifier: Apache-2.0
All the files in this repository conform to Apache License, Version 2.0 unless otherwise specified.