Crates.io | s32k144evb-hal |
lib.rs | s32k144evb-hal |
version | 0.8.0 |
source | src |
created_at | 2020-03-08 13:04:20.874127 |
updated_at | 2020-03-08 13:04:20.874127 |
description | Board support crate for s32k144evb |
homepage | |
repository | https://github.com/kjetilkjeka/s32k144evb.rs |
max_upload_size | |
id | 216561 |
size | 139,704 |
This crate is published as an updated mirror of s32k144evb.
Board support crate for NXP S32K144EVB evaluation board
This boards uses OpenSDAv1 for programming and debuging
J-Link supply firmware for OpenSDA hardware, with this you will be able to use the evaluation board as a J-Link programmer/debugger. For instructions how to do this look here, i've used this method with the OpenSDAv1 generic firmware supplied here
Bobbin-cli greatly simplifies compilation and flashing embedded software written in Rust. After installing the j-link tools, it can be installed by running cargo install bobbin-cli
. Run the LED example on a connected evaluation board with j-link firmware (or an external j-link) with bobbin load --example led
or check out the readme for a full description of what you can do.
There exists a quickstart template for s32k144evb projects. You can find the documentation here
Licensed under either of
Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.