Zephyr template project for event-driven application development

It’s been quite some time since I got a taste of working with Zephyr so I decided to revisit some old code I have written to see if I can turn it into something useful that other developers could use.

After a few interations, I’ve decided to reshape this old code into an event-driven template project for developing C++ applications. You can take a look at the template on my Github repository where you will see further instructions on building and flashing your project with the template.

It is basically a blinky with sane hardware support for user interaction (i.e. button and LED) so you can easily start from that point and then upscale the complexity of your project as needed.

event-driven project template demo

If you would like to support the work I do, consider donating here.

Related
Updates · Zephyr