Skip to content

Latest commit

 

History

History

04_practice

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.