5 releases (breaking)

0.7.0 May 3, 2024
0.6.0 Jul 15, 2023
0.4.0 Jan 11, 2022
0.3.0 Sep 27, 2021
0.2.0 Dec 31, 2020

#60 in Embedded development

Download history 5171/week @ 2024-01-20 4949/week @ 2024-01-27 4263/week @ 2024-02-03 4175/week @ 2024-02-10 3837/week @ 2024-02-17 3633/week @ 2024-02-24 3343/week @ 2024-03-02 3126/week @ 2024-03-09 2587/week @ 2024-03-16 2394/week @ 2024-03-23 2165/week @ 2024-03-30 2105/week @ 2024-04-06 1985/week @ 2024-04-13 2127/week @ 2024-04-20 2530/week @ 2024-04-27 2052/week @ 2024-05-04

9,030 downloads per month
Used in ockam_transport_ble

MIT/Apache

1.5MB
25K SLoC

SAM E54 Xplained Pro Evaluation Kit Board Support Crate

This crate provides a type-safe Rust API for working with the SAM E54 Xplained Pro Evaluation Kit.

Board Features

  • Microchip [ATSAME54P] Cortex-M4F microcontroller
    • 1MB Flash
    • 256kB SRAM (128kB if ECCRAM is enabled)
    • 8MB SPI Flash chip

Prerequisites

  • Install the cross-compilation target
    • $ rustup target add thumbv7em-none-eabihf
  • Install the cargo-embed
    • $ cargo install cargo-embed

Running an example

  • Checkout the atsamd repository
  • Go to directory boards/atsame54_xpro
  • Build and flash the device
    • eg. cargo embed --release --example blinky_rtic

Dependencies

~9MB
~210K SLoC