kartben / mt3620-m4-drivers

Set of drivers for the M4 Real Time cores on the Azure Sphere MT3620

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Set of drivers for the M4 Real Time cores on the Azure Sphere MT3620

License:MIT License


Languages

Language:C 91.4%Language:C++ 8.6%