Cristian Maglie
|
fabc658a94
|
Added CANRX1/TX1 pins.
|
2012-11-20 18:38:18 +01:00 |
|
Cristian Maglie
|
65f00a69c7
|
Fixed weak-symbol issue with system interrupt handlers.
|
2012-11-19 23:37:19 +01:00 |
|
Cristian Maglie
|
74dea07f2c
|
portOutputRegister is now writeable.
|
2012-11-09 10:54:30 +01:00 |
|
Cristian Maglie
|
a23721ad81
|
Enable pull-up on pin 0. (for real...)
|
2012-10-19 15:43:29 +02:00 |
|
Cristian Maglie
|
c2e872149c
|
Enable pull-up on pin 0.
|
2012-10-19 14:00:11 +02:00 |
|
Cristian Maglie
|
562324d5f6
|
Adjusted off-by-one naming for Serial object: Serial2/3/4 => Serial1/2/3
|
2012-10-15 14:27:03 +02:00 |
|
Fede85
|
1ff87e3e72
|
modified TWI handler
|
2012-10-10 17:35:34 +02:00 |
|
Cristian Maglie
|
b2f1bce2ac
|
Fixed pull-up.
|
2012-10-09 16:43:38 +02:00 |
|
Cristian Maglie
|
84c7c3ed26
|
Renamed DA0/DA1 to DAC0/DAC1 (part 3......)
|
2012-10-05 20:20:27 +02:00 |
|
Cristian Maglie
|
27d231b2cf
|
Renamed DA0/DA1 to DAC0/DAC1
|
2012-10-05 09:50:41 +02:00 |
|
Cristian Maglie
|
2071c00ba0
|
Assigned Serial to UART and SerialUSB to USB-CDC-ACM
|
2012-09-28 16:18:22 +02:00 |
|
Cristian Maglie
|
d994e48c55
|
Delayed static object construction after hardware setup
|
2012-09-19 16:23:39 +02:00 |
|
Cristian Maglie
|
5f23172cc4
|
Updated libsam binary
|
2012-09-10 00:22:36 +02:00 |
|
Cristian Maglie
|
116d32bb31
|
Temporary fix for cdc-acm on older MacOSX.
|
2012-08-25 18:01:50 +02:00 |
|
Cristian Maglie
|
c3e44f363e
|
Added some utility functions in libsam for TC. (Neil H.)
|
2012-08-24 22:15:23 +02:00 |
|
Cristian Maglie
|
a267a8a774
|
First try to support architecture dependent query functions (digitalPinToPort, etc)
|
2012-08-24 20:53:24 +02:00 |
|
Cristian Maglie
|
b7fce4207f
|
Fixed USB-CDC buffering. Now serial output performs much better.
|
2012-08-21 12:50:12 +02:00 |
|
Cristian Maglie
|
0521a233d1
|
Merge branch 'new-linker'
Conflicts:
hardware/arduino/sam/variants/arduino_due_x/linker_scripts/gcc/flash.ld
|
2012-08-14 10:08:55 +02:00 |
|
Cristian Maglie
|
cf28ccfb06
|
Fixed linker script to allow growing stack+heap.
|
2012-08-13 14:44:30 +02:00 |
|
Cristian Maglie
|
e2c98640c9
|
Fixed platforms.txt linker step. Increased stack size.
|
2012-08-13 12:45:36 +02:00 |
|
Cristian Maglie
|
1e496de034
|
Reintroduced pins_arduino.h for compatibility
|
2012-08-06 13:18:37 +02:00 |
|
Cristian Maglie
|
8a729bcdcb
|
Changed Due Board tags
|
2012-08-06 12:20:49 +02:00 |
|
Cristian Maglie
|
00e029209d
|
Reorganization of memory layout
|
2012-08-04 14:08:02 +02:00 |
|
Cristian Maglie
|
5fa0d969af
|
Merge branch 'audio'
Conflicts:
hardware/arduino/sam/variants/arduino_due_x/libsam_sam3x8e_gcc_rel.a
hardware/arduino/sam/variants/arduino_due_x/libsam_sam3x8e_gcc_rel.a.txt
hardware/arduino/sam/variants/arduino_due_x/variant.h
|
2012-08-04 11:32:40 +02:00 |
|
Cristian Maglie
|
181a3fbbe4
|
Extended analogRead/Write API to support difference ADC/DAC resolutions.
|
2012-08-04 11:27:46 +02:00 |
|
Cristian Maglie
|
66747ec688
|
Added setAnalogResolution() method.
|
2012-08-01 13:40:41 +02:00 |
|
Cristian Maglie
|
de30e38843
|
Audio lib: added DAC class and DMA interrupt handling
|
2012-07-29 01:57:12 +02:00 |
|
Cristian Maglie
|
06c0928192
|
Merged master
|
2012-06-27 13:51:16 +02:00 |
|
Thibault RICHARD
|
3ba2e37651
|
[sam] USBHost ADK+HID supported okay. Code is more documented.
|
2012-06-26 16:20:26 +02:00 |
|
Thibault RICHARD
|
96e8db0299
|
[sam] fixed CDC com issue in Arduino IDE
|
2012-06-22 12:29:21 +02:00 |
|
Thibault RICHARD
|
21ee4f0774
|
[sam] enabling High Speed support for USB Device stack
|
2012-06-18 18:59:09 +02:00 |
|
Cristian Maglie
|
221c10842e
|
[sam] added support for DACC in analogWrite
(cherry-pick from Thibault Richard commit a1d6cb43a5 )
|
2012-06-13 19:28:50 +02:00 |
|
Thibault RICHARD
|
a1d6cb43a5
|
[sam] added support for DACC in analogWrite
|
2012-06-13 13:30:43 +02:00 |
|
Thibault RICHARD
|
c1aaef21e1
|
[sam] USBHost HID Mouse example is working
|
2012-06-12 14:43:52 +02:00 |
|
Cristian Maglie
|
0c09b5d443
|
Fixed problems with analogWrite(...) for pins using Timer Counter
|
2012-06-11 12:43:27 +02:00 |
|
Cristian Maglie
|
301585f1fc
|
SPI library compatibility fix
|
2012-06-09 15:02:51 +02:00 |
|
Cristian Maglie
|
22e24fd5e0
|
Some Due pins are connected to both PWM and SPI pins on SAM3X. This patch fix SPI side.
|
2012-06-08 22:34:38 +02:00 |
|
Thibault RICHARD
|
a7033f459e
|
[sam] Renamed host example
|
2012-06-07 16:18:21 +02:00 |
|
Thibault RICHARD
|
bc62c81396
|
[sam] USB Host stack v1 with enumeration working okay using validation example
|
2012-06-07 16:11:26 +02:00 |
|
Cristian Maglie
|
036be8fd9f
|
[sam] fixed pin mapping on Arduino Due variano for pin 10
|
2012-06-04 00:39:23 +02:00 |
|
Cristian Maglie
|
31402570fe
|
SPI: Removed methods that sets params for all channels. Added default PIN (unconnected on Due Board).
|
2012-06-03 23:35:08 +02:00 |
|
Cristian Maglie
|
adeaf8ae43
|
[sam] renamed 'sam' core folder into 'arduino'
|
2012-05-20 23:45:56 +02:00 |
|
Cristian Maglie
|
9a5be09f06
|
[sam] Refactoring API for SPI library
|
2012-05-18 01:30:54 +02:00 |
|
Thibault RICHARD
|
fa3136b469
|
[SAM] GIT clean up.
|
2012-05-10 19:28:35 +02:00 |
|
Thibault RICHARD
|
4d59afcc64
|
[SAM] CDC working. (workaround implemented for Windows previous issue)
|
2012-05-09 12:45:14 +02:00 |
|
Thibault RICHARD
|
d6d23c530a
|
[SAM] HID and CDC verified okay on Linux/Mac by Cristian. Fixed OTG clock
init issue. CDC is not working correctly under Windows (possible inf
issue).
|
2012-05-07 20:12:00 +02:00 |
|
Thibault RICHARD
|
84e887003d
|
[SAM] CDC working. Need to check inf file.
|
2012-05-04 18:58:24 +02:00 |
|
Thibaut VIARD
|
4af0a4abc2
|
Merge branch 'platforms-arm' of https://github.com/arduino/ARM into platforms-arm
|
2012-05-02 17:01:43 +02:00 |
|
Thibaut VIARD
|
16de9dc13c
|
[sam] adding google adk2 support on whole build system and makefiles
cleanup
|
2012-05-02 17:00:55 +02:00 |
|
Thibault RICHARD
|
8dfa9f8459
|
[SAM] USB device stack updated. Failing at configuration descriptor stage.
|
2012-04-30 19:34:27 +02:00 |
|