9 releases (breaking)
0.8.0 | Mar 14, 2020 |
---|---|
0.7.0 | Feb 10, 2019 |
0.6.1 | Oct 12, 2017 |
0.5.0 | Oct 10, 2017 |
0.1.0 | Jun 12, 2017 |
#1103 in Hardware support
42 downloads per month
Used in 2 crates
89KB
2K
SLoC
s32k144evb.rs
Board support crate for NXP S32K144EVB evaluation board
Programming and debugging
OpenSDA
This boards uses OpenSDAv1 for programming and debuging
J-Link interface
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
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.
Getting started coding (quickstart)
There exists a quickstart template for s32k144evb projects. You can find the documentation here
License
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.
Contribution
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.
Dependencies
~19MB
~651K SLoC