-
Notifications
You must be signed in to change notification settings - Fork 7
Hardware Definitions
Dave Glover edited this page Sep 4, 2021
·
2 revisions
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"
AzureSphereDevX Examples Wiki
- Home
- Build Tools
- Adding the DevX library
- Azure IoT Hub Messaging
- Azure IoT Hub Device Twins
- Azure IoT Hub Direct Methods
- Avnet IoT Connect messaging
- Handling multithreaded async events
- Working with GPIO
- Working with UARTS
- Working with PWM
- Working with Event Timers
- Intercore Messaging
- Application termination
- Deferring updates
- Utility functions
- Tools and scripts
- Hardware Definitions