12 releases (breaking)

0.11.1 Jan 31, 2025
0.10.1 Dec 11, 2024
0.10.0 Nov 28, 2024
0.7.0 May 3, 2024
0.2.0 Dec 31, 2020

#158 in Embedded development

Download history 1403/week @ 2024-10-17 950/week @ 2024-10-24 579/week @ 2024-10-31 763/week @ 2024-11-07 744/week @ 2024-11-14 886/week @ 2024-11-21 815/week @ 2024-11-28 693/week @ 2024-12-05 647/week @ 2024-12-12 543/week @ 2024-12-19 594/week @ 2024-12-26 681/week @ 2025-01-02 968/week @ 2025-01-09 861/week @ 2025-01-16 820/week @ 2025-01-23 1125/week @ 2025-01-30

3,860 downloads per month
Used in ockam_transport_ble

MIT/Apache

1.5MB
30K 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

~8.5MB
~202K SLoC