This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
Arduino
Watch
1
Star
0
Fork
0
You've already forked Arduino
mirror of
https://github.com/arduino/Arduino.git
synced
2025-01-18 07:52:14 +01:00
Code
Issues
Releases
Activity
Arduino
/
hardware
/
arduino
/
sam
/
variants
/
arduino_due_x
History
Collin Kidder
2fedb00552
Switch all of the transmit interrupt code to UARTClass. Also, turn USARTClass into a stub because it did nothing differently from the UART code anyway. Now all serial ports use transmit interrupts.
2014-12-24 10:20:37 -05:00
..
build_gcc
[sam] USB Host stack v1 with enumeration working okay using validation example
2012-06-07 16:11:26 +02:00
debug_scripts
[SAM] uotghs first implementation, compilation is okay. Code untested.
2012-04-30 13:42:04 +02:00
linker_scripts
Fixed linker script to allow growing stack+heap.
2012-08-13 14:44:30 +02:00
libsam_sam3x8e_gcc_rel.a
Due: Wire.setClock can be called at any time
2014-07-06 00:36:22 +02:00
libsam_sam3x8e_gcc_rel.a.txt
Due: Wire.setClock can be called at any time
2014-07-06 00:36:22 +02:00
pins_arduino.h
Reintroduced pins_arduino.h for compatibility
2012-08-06 13:18:37 +02:00
variant.cpp
Switch all of the transmit interrupt code to UARTClass. Also, turn USARTClass into a stub because it did nothing differently from the UART code anyway. Now all serial ports use transmit interrupts.
2014-12-24 10:20:37 -05:00
variant.h
[sam] Fixed architecture specific macro digitalPinToTimer, added comment to uninplemented portModeRegister
2014-09-22 00:38:02 +02:00