sam3x
There are 6 repositories under sam3x topic.
McNeight/CAN_Library
Multiplatform Arduino library for supporting the native CAN controller on Due (SAM3X) and Teensy 3.1 (K2X) as well as MCP2515 through SPI
aethaniel/ExperimentalCore-sam
Experimental new core for Arduino Due and other Atmel SAM boards
khoih-prog/SAMDUE_TimerInterrupt
This library enables you to use Interrupt from Hardware Timers on an SAM-DUE-based board. These SAM-DUE Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.
emcrates-rs/atsam3xxx-hal-rs
WIP Embedded-HAL implementation for ATSAM3X Microcontroller family
aWZHY0yQH81uOYvH/Arduino-Due-USB-Audio
Minimum working example of USB audio on an Arduino Due (SAM3X)
khoih-prog/SAMDUE_PWM
This library, a wrapper around SAM DUE analogWrite() function, enables you to use Hardware-based PWM channels on SAM_DUE boards to create and output PWM to pins. Using similar functions as some other FastPWM libraries, it enables you to port PWM code easily between platforms