bf0ab1c309
Merge branch 'master' of github.com:arduino/Arduino
2011-11-25 19:30:35 -06:00
3df132aea9
Correcting Arduino Mini w/ ATmega328 bootloader file and fuses (untested).
2011-11-25 19:26:01 -06:00
b853464da8
Fixed distribution build on MacOSX
2011-11-26 01:30:41 +01:00
c8ec267d0b
Bugfix UARTClass
2011-11-23 23:15:13 +01:00
8ccb3bdeb3
Moved Keyboard examples to an examples folder inside the Keyboard library folder
2011-11-23 14:35:18 -05:00
5c88944e39
[sam] fixing analog by adding ADC channel information into variant
2011-11-23 18:54:49 +01:00
3259609a71
[sam] updating CMSIS matching patch delivered by ARM today
2011-11-23 09:03:05 +01:00
05b3c0cc85
USB: removed some include file to let core compile again
2011-11-21 18:32:21 +01:00
59f68ab4ec
Added USB lib from arduino repository (as-is, work in progress).
2011-11-21 18:19:39 +01:00
1c9738e3db
Fix syntax error on wiring_analog
2011-11-21 13:15:00 +01:00
f77fcec4e9
[sam] fixing typo in comment
2011-11-21 12:18:21 +01:00
7cbb284eb4
[sam] fixing analog on Due, normally
2011-11-21 12:16:54 +01:00
ed48d17e20
readBytes() and readBytesUntil() handle zero bytes and return # of bytes read.
...
http://code.google.com/p/arduino/issues/detail?id=586
2011-11-19 16:23:19 -05:00
4119b9089b
Adding Arduino Mini w/ ATmega328.
...
http://code.google.com/p/arduino/issues/detail?id=710
2011-11-19 16:22:46 -05:00
062278262d
Merge branch 'uart-fix' into new-extension
...
Conflicts:
hardware/sam/cores/sam/Arduino.h
2011-11-18 11:55:03 +01:00
bd9da76fbe
Include libsam headers as external "C"-decl
2011-11-18 11:32:28 +01:00
cd94333c41
[sam] fixing GCC linker scripts
2011-11-17 17:20:39 +01:00
7b5228310b
[sam] updating headers and getting the branch back to work
2011-11-17 16:56:47 +01:00
713cf88328
Removed disabled file
2011-11-17 09:13:25 +01:00
3b0a174f2c
Pulse API ported.
2011-11-16 23:53:46 +01:00
75eb722759
Leonardo bootloader now sends iSerial string during enumeration. Seems to satisfy Windows' composite device requirements.
2011-11-16 16:38:22 -05:00
9b58072423
Fixed size of const array mapping digital pin number to bit mask.
2011-11-16 12:15:57 -05:00
bcbc9a0d67
Merge branch 'master' of github.com:arduino/Arduino into new-extension
2011-11-16 11:38:47 -05:00
21ee685489
Updated digital pin and port mapping constants in pins_arduino.h for Leonardo.
...
Changed digital_pin_to_port_PGM[] and digital_pin_to_bit_mask_PGM[] to reflect changes to constants for SPI and analog pins
2011-11-16 11:20:38 -05:00
5f574b3634
Swapped Dx assignment for MISO and SS to make numbering more sane (Dave Mellis). Also updated comments on pin numbers.
2011-11-16 11:00:21 -05:00
ba5d66c26f
Fixed handling of Ax constants on Leonardo
...
Fixed mistake in assignment and handling of A6-A11 constants. Renumbered constants for all Ax channels.
2011-11-16 10:49:41 -05:00
02f362bec4
Grabbing reference from our editorial server (and updating script to do so).
2011-11-15 17:29:38 -05:00
3ee847c8e2
updated pins_arduino.h for Leonardo to reflect final mapping of A6-A11
2011-11-15 09:48:09 -05:00
56d06e15ed
Merge branch 'new-extension' of github.com:arduino/Arduino into new-extension
2011-11-15 09:33:11 -05:00
08adc54377
UARTClass fix for only-first-char-sent issue.
2011-11-14 13:17:38 +01:00
6ceb9a19de
Added latest firmware for usbserial (not combined with DFU)
2011-11-12 12:57:30 +01:00
24fab0b41e
Merge remote-tracking branch 'origin/new-extension' into new-extension
2011-11-12 01:16:58 +01:00
e8b62b34c8
Wire library completed (slave mode now works)
2011-11-12 01:16:51 +01:00
1e9baf7a46
Fixed windows drivers (usb-serial)
2011-11-11 11:38:13 -05:00
17adbbcfc5
Added latest firmware for atmega16u2 on R3 boards
2011-11-11 11:38:04 -05:00
ec0ccf2fc3
Windows .inf drivers for R3 boards
2011-11-11 11:36:45 -05:00
cd6aa2b1f3
restored original non-interrupt-driven DiskLoader
...
Interrupt-driven version was a dead-end - too many bugs with that approach.
2011-11-09 14:04:59 -05:00
f0801e61e6
updated analog pin assignments and declared TWI/I2C pins
...
Fixed analog pin to ADC channel mapping to match new scheme. Changed mapping of analog pins to digital channels so that A6-A11 point back to the correct digital pins. Declared SDA and SCL pins.
(All from Federico Vanzati's comments)
2011-11-08 22:06:15 -05:00
6f0d102a36
[sam] merging with latest headers delivery
2011-11-07 16:49:51 +01:00
eef7c78506
Wire library: fixed Master-mode
2011-11-06 14:00:02 +01:00
1b4cd35e9d
Updated to newer bossac (1.2 from 2011-10-23).
2011-11-02 11:00:53 -04:00
42fadb6f6d
added 12th ADC channel for Leonardo. cleaned up and corrected comments for pin functions.
2011-11-02 07:37:39 -04:00
c8f495ba7f
changed Leonardo PID to 0x0032 for Diskloader testing. updated .inf to match.
2011-10-31 23:44:32 -04:00
76ed870de8
Merge branch 'new-extension' of github.com:arduino/Arduino into diskloader_reboot
2011-10-31 21:42:09 -04:00
4a77aea4e5
check to see if a sketch has been loaded before jumping out of bootloader
2011-10-31 21:36:29 -04:00
1143f4b325
Further updates to Max Patch for Serial Call Response ASCII example
2011-10-31 21:18:02 -04:00
6953c2ad5d
Updated Max patch for Serial Call Response ASCII example
2011-10-31 09:20:06 -04:00
fe243801a4
Fixing "auto-associate" preference text (.pde -> .ino).
...
http://code.google.com/p/arduino/issues/detail?id=699
2011-10-29 17:47:17 -04:00
10001866e6
Protecting the version of parseInt() and parseFloat(). (Paul Stoffregen)
...
This should allow us more flexibility in determining how to handle these functions later. For example, in specifying that initial characters shouldn't be skipped.
http://code.google.com/p/arduino/issues/detail?id=698
2011-10-29 17:40:23 -04:00
726acf77de
Fixing SD ls function (Paul Stoffregen).
...
http://code.google.com/p/arduino/issues/detail?id=700
2011-10-29 17:31:04 -04:00