Crates.io | s32k144evb-quickstart |
lib.rs | s32k144evb-quickstart |
version | 0.2.1 |
source | src |
created_at | 2017-10-10 16:39:56.309253 |
updated_at | 2017-11-13 17:50:16.433517 |
description | Template for getting started with development on the NXP s32k144evb evaluation board |
homepage | |
repository | https://github.com/kjetilkjeka/s32k144evb-quickstart |
max_upload_size | |
id | 35126 |
size | 17,497 |
A template for building applications on the NXP S32k144EVB evaluation board
rustup default nightly
sudo apt-get install binutils-arm-none-eabi
clone
subcommand: cargo install cargo-clone
sudo apt-get install gdb-arm-none-eabi
sudo apt-get install jlink
cargo install xargo
cargo install bobbin
add
subcommand: cargo install cargo-edit
$ cargo clone s32k144evb_quickstart && cd $_
$ edit Cargo.toml && head $_
[package]
authors = ["Kjetil Kjeka <kjetilkjeka@gmail.com>"]
name = "demo"
version = "0.1.0"
If you have installed j-link firmware
on the OpenSDA debugger you can run bobbin run
to compile, load and connect to serial to the S32K144EVB board.
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.