Cristian Maglie
|
aba27c43aa
|
Merged upstream arduino branch
|
2012-10-18 15:50:09 +02:00 |
|
Cristian Maglie
|
6bb194f449
|
Fixed Ehternet lib DNS bug.
|
2012-10-12 12:31:22 +02:00 |
|
Cristian Maglie
|
1aea8f32dd
|
Scheduler: rename sleep in wait; fixed example
|
2012-10-11 15:23:21 +02:00 |
|
Cristian Maglie
|
c21da3bedc
|
Merge branch 'scheduler'
|
2012-10-11 15:13:15 +02:00 |
|
Cristian Maglie
|
74c2705aff
|
Added USB KeyboardController library
|
2012-10-08 19:38:01 +02:00 |
|
Cristian Maglie
|
a17c422b47
|
Updated MouseController library API
|
2012-10-08 15:47:13 +02:00 |
|
Cristian Maglie
|
27d231b2cf
|
Renamed DA0/DA1 to DAC0/DAC1
|
2012-10-05 09:50:41 +02:00 |
|
Massimo Banzi
|
86ae5cdfa4
|
added simple audio player example
|
2012-09-28 22:49:15 -04:00 |
|
Cristian Maglie
|
51797757e1
|
Audio library improved. (experiments with PDC)
|
2012-09-29 00:12:25 +02:00 |
|
Cristian Maglie
|
e93ee6c547
|
Added Scheduler lib (alpha)
|
2012-09-25 10:48:06 +02:00 |
|
Cristian Maglie
|
9ceb20111d
|
Moved Scheduler into 'scheduler' alpha branch
|
2012-09-25 10:47:15 +02:00 |
|
Cristian Maglie
|
a511ed6258
|
Added cooperative scheduler library (alpha)
|
2012-09-24 10:28:45 +02:00 |
|
Cristian Maglie
|
3598ad6613
|
Added MouseController class + example
|
2012-09-21 17:24:48 +02:00 |
|
Cristian Maglie
|
8cefac5d3b
|
Changed SPI default speed to 4MHz
|
2012-09-17 15:47:17 +02:00 |
|
Cristian Maglie
|
cae4d708e5
|
SPI: added setBitOrder support; added end(pin) method.
|
2012-08-24 15:23:50 +02:00 |
|
Jean-Christophe
|
8985fefd62
|
[JCB] Add wifi for SAM3X (to be tested)
|
2012-08-13 17:05:59 +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
|
5131431d96
|
Some experiments about Audio buffering. DAC class added.
|
2012-08-01 11:51:29 +02:00 |
|
Cristian Maglie
|
de30e38843
|
Audio lib: added DAC class and DMA interrupt handling
|
2012-07-29 01:57:12 +02:00 |
|
Cristian Maglie
|
00f8cdb931
|
Updated USBHost HID examples
|
2012-06-30 02:04:52 +02:00 |
|
Cristian Maglie
|
b67a88a931
|
USBHost is now a library
|
2012-06-28 00:28:52 +02:00 |
|
Cristian Maglie
|
6695518cff
|
Audio library: improved DMA transfers. Stereo output.
|
2012-06-18 01:53:53 +02:00 |
|
Cristian Maglie
|
edd2fdd023
|
Audio: first draft
|
2012-06-17 18:20:01 +02:00 |
|
Cristian Maglie
|
9113c454f4
|
Fixed Wire1 initialization. Fixed keywords for Wire library
|
2012-06-11 13:01:27 +02:00 |
|
Cristian Maglie
|
301585f1fc
|
SPI library compatibility fix
|
2012-06-09 15:02:51 +02:00 |
|
Cristian Maglie
|
3b0d08af6b
|
Set SPI default speed to 500Khz. Set SPI speed for Ehternet to 4Mhz.
|
2012-06-08 22:51:03 +02:00 |
|
Cristian Maglie
|
b2ded1f1a5
|
Added Ethernet for ARM. Updated examples.
|
2012-06-08 22:37:10 +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 |
|
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
|
3062c550b0
|
Updated Wire library. Latest API not yet implemented.
|
2012-06-03 22:07:27 +02:00 |
|
Cristian Maglie
|
9a5be09f06
|
[sam] Refactoring API for SPI library
|
2012-05-18 01:30:54 +02:00 |
|
Cristian Maglie
|
45619b4336
|
[sam] SPI Fixed modes constants
|
2012-04-24 18:43:33 +02:00 |
|
Cristian Maglie
|
33870d3aae
|
[sam] bugfix for SPI on SAM3*. Extended API for SPI master devices is in ALPHA, to be validated.
|
2012-04-24 09:31:50 +02:00 |
|
Cristian Maglie
|
00ceed55d2
|
[sam] Fixed compilation problem on SPI class. SPI device is now called SPI_0 to avoid name clashes.
|
2012-04-23 15:50:30 +02:00 |
|
Cristian Maglie
|
160fa18adb
|
Fixed platforms.txt and corrected some paths for multiplatform IDE
|
2012-01-13 19:09:07 +01:00 |
|
Cristian Maglie
|
1a92ce8fdb
|
Moved 'sam' platform inside arduino package.
|
2012-01-11 13:46:51 +01:00 |
|