Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 881 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 881 Bytes

Overview

Drivers for Azure Sphere MT3620 realtime cores (CM4). These drivers support the following peripherals:

The API should be HW agnostic; which is why the MT3620 specifics (register details) are restricted to the register headers in the mt3620/ directory. The implementation in the .c files is obviously HW specific.

For detail and documentation on the MT3620; consult this Microsoft resource page.

Usage

Here are some example applications using these drivers.

Documentation

The API for the drivers is documented using XMLDoc. You can use Doxygen to parse these recursively.