4265a18f14
[sam] adding google ADK2 variant
2012-03-29 10:42:38 +02:00
97d9ce93ca
fixed logic error in Keyboard.release() - now removes every occurrence of a key if it's present more than once
2012-03-28 19:46:32 -04:00
b86ec2723a
removed horrible multi-key Keyboard.press() and Keyboard.release() methods
...
Saves 924 bytes of Flash
2012-03-28 18:46:10 -04:00
3d15f3781a
eliminated Keyboard.type() - unnecessary duplication of Keyboard.write() (David Mellis). Also edit KeyboardReprogram example which was the only example using type()
2012-03-28 18:35:26 -04:00
57b3395691
Moved begin() in JoystickMouseControl example.
2012-03-28 14:40:44 -04:00
f4746a6b25
Added delay to KeyboardReprogram to make backspace more obvious
2012-03-28 12:24:17 -04:00
5fef2eee1c
Added new Keyboard and mouse combined control
2012-03-27 15:01:07 -04:00
772f4ffa5f
Updated USB examples to include Keyboard and mouse Begin.
2012-03-27 15:00:24 -04:00
dd8a20ad20
[sam] harmonizing building and source between variants (SAM EK need
...
rework)
2012-03-27 13:16:27 +02:00
d77dbe24ef
Merge branch 'platforms-arm' of https://github.com/arduino/ARM into platforms-arm
2012-03-27 12:22:32 +02:00
e84859656a
[sam] fixing int handlers prototypes and build files cleanup
2012-03-27 12:20:47 +02:00
baf2b2cc07
[sam] adding c99 and c++98 std options
2012-03-27 12:13:51 +02:00
3f1cdbaf5a
[sam] fixing warning and doing cleanup of libsam build
2012-03-27 12:03:40 +02:00
259a2f18b3
added methods to Keyboard to handle multiple simultaneous key presses or releases (up to six each)
2012-03-26 17:28:02 -04:00
63fdb8ef7a
Keyboard.type() now just presses and releases the key indicated - doesn't releaseAll()
2012-03-26 17:00:16 -04:00
2e140e4950
added stub methods for begin() and end() to Mouse and Keyboard
2012-03-26 16:02:40 -04:00
21c661c9d4
[sam] fixed basic IDE compilation for sam3x
2012-03-26 19:27:45 +02:00
042149a9b1
[sam] Fixing arduino_due_x variant
2012-03-26 18:09:10 +02:00
2aa1f3ea34
[sam] removing useless DAC datasheet
2012-03-26 17:18:40 +02:00
02f620c1d3
[sam] switching to CMSIS Atmel package
2012-03-26 16:50:47 +02:00
62f3181008
[sam] removing current CMSIS package, better to use Atmel one
2012-03-26 13:46:46 +02:00
d1c8c5db3a
[sam] fixing variants names following Cristian renaming
2012-03-26 13:26:19 +02:00
a0f1f1a930
Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader
2012-03-24 09:30:17 -04:00
236a518baa
Added verbose debug command
2012-03-24 09:10:02 +01:00
28da3b1d38
Added verbose debug command
2012-03-24 09:10:02 +01:00
aa3dde0973
[sam] fixing libsam and adding support of due_x
2012-03-23 16:24:17 +01:00
33d4e07315
[sam] fixing wrong function header
2012-03-23 16:10:35 +01:00
47a37049eb
[sam] Fixing cmsis system_sam3xa.c call to header
2012-03-23 16:03:41 +01:00
bdb4e991aa
[sam] renaming cmsis system files to be consistent with the series naming
2012-03-23 16:02:00 +01:00
19f513b943
Updating comments in SoftwareSerial example.
2012-03-20 16:24:48 -04:00
87eaf2d0c5
Updated comments in softwareSerial example
2012-03-20 14:48:24 -04:00
da09e0c867
Updated Ethernet WebServer example to give more diagnostic info
2012-03-20 10:37:15 -04:00
bcfde7af9a
Updated WifiWebServer to give more diagnostic info
2012-03-20 10:36:33 -04:00
d32541353e
ARM: Added sam3x variant
2012-03-20 13:48:44 +01:00
22504d0c8c
Fixed issue on connected() function
2012-03-20 09:46:17 +01:00
a46facad70
Updated notes in digitalInputPullup
2012-03-19 19:45:11 -04:00
f5093b064a
Renumbered examples
2012-03-19 19:44:06 -04:00
a165d87aa9
Changed text of KeyboardMessage to make it easier for international keyboards.
2012-03-19 12:02:48 -04:00
c9ded42197
Updated PachubeClientString and PachubeClient examples for Ethernet
2012-03-16 10:48:18 -04:00
533edc6387
Updated WifiPachubeClientString to use DNS
2012-03-16 10:38:20 -04:00
13e0b9335c
Putting ArduinoISP back to 19200 baud.
...
From 9600. And lowering the delay in the heartbeat from 40 to 20,
which seems to fix things again.
2012-03-15 19:02:08 -04:00
51d7a56ae2
Updated twitter client
2012-03-15 13:52:17 -04:00
5dba3bad20
Simplified mouse examples
2012-03-15 13:01:34 -04:00
01a0e7e3de
Added option for DNS in all HTTP client examples
2012-03-15 09:22:30 -04:00
1b58e45f74
Added LED to InputPullup example
2012-03-14 23:11:35 -04:00
81b6ca2d61
Added URL for new example
2012-03-14 21:11:00 -04:00
b2fe779ec0
Added DigitalInputPullup example by Scott Fitzgerald
2012-03-14 21:03:22 -04:00
d847c381c2
Fixed DNS issue
2012-03-15 01:18:43 +01:00
84403e2512
Fixed DNS issue
2012-03-15 01:18:43 +01:00
067cca7baa
reduced delay before starting the Leonardo bootloader
...
Since we use a magic RAM flag to signal to the bootloader there's a risk of the sketch overwriting the magic RAM location before the bootloader starts. By reducing the watchdog timeout we reduce the chance of this happening.
2012-03-14 18:17:22 -04:00