Skip to content

boseji/zephyr-basic-blinky-stm32f3_disco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zephyr OS : Basic-Blinky Project for STM32F3 Discovery board

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.

STM32F3 Discovery board running Zephyr OS

The goal of this project is:

  1. Enable PE9 or LD3 Red LED as an Output
  2. Toggle the PE9 every 1 Second

More on how to create this project:

https://boseji.com/posts/zephyr-part-3-app-dev

Further Reading

There is a complete set of tutorials to help you get started on Zephyr OS :

License

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.