s32k144evb-quickstart 0.2.1

Template for getting started with development on the NXP s32k144evb evaluation board
docs.rs failed to build s32k144evb-quickstart-0.2.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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.