s32k144evb-quickstart

Crates.ios32k144evb-quickstart
lib.rss32k144evb-quickstart
version0.2.1
sourcesrc
created_at2017-10-10 16:39:56.309253
updated_at2017-11-13 17:50:16.433517
descriptionTemplate for getting started with development on the NXP s32k144evb evaluation board
homepage
repositoryhttps://github.com/kjetilkjeka/s32k144evb-quickstart
max_upload_size
id35126
size17,497
Kjetil Kjeka (kjetilkjeka)

documentation

README

s32k144evb-quickstart

A template for building applications on the NXP S32k144EVB evaluation board

Dependencies

  • Nightly Rust toolchain: rustup default nightly
  • ARM linker: sudo apt-get install binutils-arm-none-eabi
  • Cargo clone subcommand: cargo install cargo-clone
  • GDB: sudo apt-get install gdb-arm-none-eabi
  • Jlink: sudo apt-get install jlink
  • Xargo: cargo install xargo
  • Bobbin: cargo install bobbin
  • [Optional] Cargo add subcommand: cargo install cargo-edit

Usage

  • Clone this crate
$ cargo clone s32k144evb_quickstart && cd $_
  • Change the crate name, author and version
$ edit Cargo.toml && head $_
[package]
authors = ["Kjetil Kjeka <kjetilkjeka@gmail.com>"]
name = "demo"
version = "0.1.0"

Bobbin

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.

License

Licensed under either of

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.

Commit count: 11

cargo fmt