Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 859 Bytes

readme.md

File metadata and controls

14 lines (8 loc) · 859 Bytes

Practice

This Zephyr freestanding application is by the fifth article of the "Practical Zephyr" series. This modified Blinky application explores Zephyr's use of the devicetree API.

The application can be built for Nordic's nRF52840 development kit using the following command:

west build --board nrf52840dk_nrf52840

The goal of this application is to demonstrate advanced devicetree concepts (refer to the article).

Note: The tasks.py script is used by the GitHub action for building this application using invoke.