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.
Here are some example applications using these drivers.
The API for the drivers is documented using XMLDoc. You can use Doxygen to parse these recursively.