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
- PDC - Peripheral DMA Controller
- PIO - Peripheral Input Output
- PMC - Power Management Controller
- RTT - Real Time Timers
- UART - Universal Asynchronous Receiver/Transmitter
- WDT - Watchdog Timer
- Led
- Button
- http://hannobraun.de/embedded/ (Lot of code is taken from this repository)
- https://github.com/japaric/discovery
Sam3x is distributed under the terms of MIT license.