Skip to content

klangner/sam3x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust library for SAM3x MCU (Arduino Due).

This library simplifies development of embedded system in Rust language for SAM3x MCU (Arm-based).

The example program written with this library: Arduino Due Rust

Features

Hardware Abstract Level

  • PDC - Peripheral DMA Controller
  • PIO - Peripheral Input Output
  • PMC - Power Management Controller
  • RTT - Real Time Timers
  • UART - Universal Asynchronous Receiver/Transmitter
  • WDT - Watchdog Timer

Drivers

  • Led
  • Button

Additional resources

License

Sam3x is distributed under the terms of MIT license.

Releases

No releases published

Packages

No packages published

Languages