| Crates.io | s32k144evb-quickstart |
| lib.rs | s32k144evb-quickstart |
| version | 0.2.1 |
| created_at | 2017-10-10 16:39:56.309253+00 |
| updated_at | 2017-11-13 17:50:16.433517+00 |
| 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 nightlysudo apt-get install binutils-arm-none-eabiclone subcommand: cargo install cargo-clonesudo apt-get install gdb-arm-none-eabisudo apt-get install jlinkcargo install xargocargo install bobbinadd 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.