Skip to content

Hardware Definitions

Dave Glover edited this page Sep 4, 2021 · 2 revisions

Hardware Definitions

Hardware definitions

Azure Sphere hardware is available from multiple vendors, and each vendor may expose features of the underlying chip in different ways. Azure Sphere applications manage hardware dependencies by using hardware definition files. For further information, review the Managing target hardware dependencies article.

The DevX examples that have hardware dependencies include a reference to the Hardware Definitions for the AVNET and Seeed Studio Azure Sphere developer boards.

The definition file is included in main.c for each example.

#include "hw/azure_sphere_learning_path.h"
Clone this wiki locally