Crates.io | kea-hal |
lib.rs | kea-hal |
version | 0.5.0 |
source | src |
created_at | 2021-05-26 03:24:40.016192 |
updated_at | 2021-08-18 11:11:26.555429 |
description | HAL for NXP KEA devices. |
homepage | |
repository | https://github.com/wcpannell/kea-hal |
max_upload_size | |
id | 402131 |
size | 140,308 |
A Hardware Abstraction Layer (HAL) implementing embedded-hal traits for the NXP KEA64 (SKEAZN642) family of MCUs. This HAL depends upon the SKEAZN642 Peripheral Access Crate. The intent is to expand this HAL to cover all MCUs in the KEA family
This project is under development. If it doesn't work, then it's probably not fully implemented. Pull requests welcome. This is a side project, expect delays in response.
This crate was developed against a S9KEAZN32AMLH on a FRDM-KEAZ32Q64 dev board. It should be compatible with all parts in the KEA family. Differences within the family should be reconciled with feature flags (e.g. No onboard EEPROM).
Outside of the KEA family, NXP née Freescale, keeps a fairly consistent interface to their peripherals. At the briefest glance, the S32K11x and the KE06 look like they would be well supported by this crate.
This is how NXP grouped the peripheral modules in this sub-family of devices. The crate won't necessarily follow this layout, as it makes more sense to be as similar and idiomatic as is reasonable to other HAL crates. This is left in NXP's order largely to understand their resoning. This hierarchy will be deleted or modified to match implementation once this HAL is in a production-ready state. A checkmark will placed next to modules or peripherals once they are (mostly) implemented.