UGA-CSCI-740 / lab2

:balloon: Welcome to Zephyr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lab2

Goal

You will be using a template workspace for Zephyr. These templates will be the frameworks for every project you do from now on. This lab will help you understand how the workspaces are used and created. It will also help you understand the pipline used for building, testing and deplying your Zephyr code.

What you have to do

  • Build the hello world example project
  • Run it on QEMU
  • Run it on Arduino
  • Change the program to print "hello world" every second using a single thread

Usefull links

Zephyr?

Threads

About

:balloon: Welcome to Zephyr

License:MIT License


Languages

Language:C 69.6%Language:Makefile 30.4%