kea-hal 0.4.0

HAL for NXP KEA devices.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# KEA-HAL

[![docs.rs](https://docs.rs/kea-hal/badge.svg)](https://docs.rs/kea-hal)
[![crates.io](https://img.shields.io/crates/v/kea-hal.svg)](https://crates.io/crates/kea-hal)
[![crates.io](https://img.shields.io/crates/d/kea-hal.svg)](https://crates.io/crates/kea-hal)

A Hardware Abstraction Layer (HAL) implementing
[embedded-hal](https://github.com/rust-embedded/embedded-hal) traits
for the NXP KEA family of MCUs. Only the KEA64 (SKEAZN642) sub family is currently supported. This HAL depends upon the
[SKEAZN642 Peripherial Access Crate](https://github.com/wcpannell/SKEAZN642).

## Status

This project is under development. If it doesn't work, then it's probably not
implemented. Pull requests welcome. This is a side project, expect delays in
response.