Zephyr Course 2026 by iomico
Homework
Task 1
Create a custom board using the "Copy/Rename" method.
Build the hello world sample for said board.
Place the board directory in `<project_root>/boards/`.
Push and tag it as
l5-task1.
Task2
Create a custom board using the "From Scratch" method.
Build the hello world sample for said board.
It must also print a message ("Board Initialized") before entering the main entry point of the application.
Push anad tag it as
l5-task2.