Zach Eveland
74b6126dd2
Merge branch 'master' of github.com:arduino/32U4 into LUFA_bootloader
2012-04-06 21:14:14 -04:00
tigoe
cc0a18d578
Merge pull request #2 from Fede85/master
...
String examples corrections from Federico Vanzati merged.
2012-04-06 11:18:55 -07:00
Federico Vanzati
412f261e41
Corretions and refinements to the String examples
2012-04-06 20:00:31 +02:00
Federico Vanzati
200eefb4e2
Revert "added a short delay and comment to boolean operator in CDC"
...
This reverts commit ade4893f58
.
2012-04-06 17:36:09 +02:00
Cristian Maglie
650d2e9a1a
Added USBHost lib from Arduino ADK
2012-04-06 17:18:55 +02:00
Zach Eveland
4cf5f4e246
Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader
2012-04-06 07:00:13 -04:00
Federico Vanzati
383ac95f3e
Corretions and refinements to the String examples
2012-04-06 12:59:54 +02:00
Johann Richard
47c46c4f25
Fix for CLOSE_WAIT Bug
...
Fir for an EthernetClient bug, as per the following thread http://forum.freetronics.com/viewtopic.php?t=176
Kudos to mr-russ for finding a fix.
2012-04-05 22:13:49 +02:00
Thibaut VIARD
be1ded6c86
[sam] adding -fdata-sections to makefiles
2012-04-05 20:14:21 +02:00
Cristian Maglie
ea5d32c861
Patched bossac for SAM3X (sources will follow upstream from author site)
2012-04-05 20:08:18 +02:00
Thibaut VIARD
e10cabc054
[sam] fixing linker files and adding a compiler option
2012-04-05 18:23:19 +02:00
Thibaut VIARD
5e3faa6d5d
[sam] putting temporary USBCore as disabled to allow compilation
2012-04-05 18:00:45 +02:00
Thibaut VIARD
ba47ad6b8d
[sam] fixing badly the SAM3U UDPHS driver
2012-04-05 12:13:48 +02:00
David Cuartielles
ad1d5ca89d
modified Preferences.java to include one of the strings into the translation files
2012-04-04 18:24:43 +02:00
Zach Eveland
ade4893f58
added a short delay and comment to boolean operator in CDC
...
Delay fixes problem where the port has been configured but not quite opened. Federico found that 10 ms was the minimum time needed to avoid problems.
2012-04-03 10:52:38 -04:00
Zach Eveland
f66b83dd35
Revert "close SerialMonitor when port goes away suddenly (as when user presses Leonardo reset button)"
...
This reverts commit e9a00eb38f
.
2012-04-03 09:20:47 -04:00
Cristian Maglie
b7c8b3ea74
Fixed compiling on windows
2012-04-02 18:30:53 +02:00
Tom Igoe
202bb102a0
Updated all serial in setup examples with a note about the serial check
2012-04-02 11:11:46 -04:00
Tom Igoe
a631e4f834
Added Serial port check to all examples using Serial statements in the setup
2012-04-02 09:07:58 -04:00
Zach Eveland
e9a00eb38f
close SerialMonitor when port goes away suddenly (as when user presses Leonardo reset button)
2012-04-01 14:39:52 -04:00
Zach Eveland
ae5d5c0c00
modified StringSubstring example to add gating on port readiness
2012-04-01 12:59:00 -04:00
Zach Eveland
b685aef6ec
added Boolean operators to HardwareSerial and CDC to test whether the port is ready to send data.
...
Mostly useful for Leonardo - simple way to test whether the port is actually opened by an application and ready to receive data. For Serial objects attached to real UARTs always returns true.
2012-04-01 12:54:35 -04:00
David A. Mellis
232c7808be
Custom error messages for use of Mouse and Keyboard on non-Leonardo boards.
2012-03-31 14:50:56 -04:00
Zach Eveland
8e176b0084
selectively suppress unwanted avrdude output for Leonardo when not verbose uploading is disabled
2012-03-30 22:24:40 -04:00
Zach Eveland
e90cb3650d
tweaked verbosity level for avrdude on Leonardo uploads
2012-03-29 22:31:01 -04:00
Zach Eveland
a39aba5eff
Merge branch 'master' of github.com:arduino/32U4 into LUFA_bootloader
2012-03-29 20:02:21 -04:00
Zach Eveland
61c5176681
only print Leonardo upload port hunting status if verbose uploading is selected. also cleaned up other verbose message handling for Leonardo upload progress.
2012-03-29 20:01:45 -04:00
Tom Igoe
76e551592a
Deleted duplicate example
2012-03-29 15:20:53 -04:00
Thibaut VIARD
f83cd2f3e7
[sam] prelimanary work on USB Device stack
2012-03-29 21:11:05 +02:00
Tom Igoe
7c1b60191b
Updated comments in keyboard reprogram
2012-03-29 12:04:22 -04:00
Thibaut VIARD
29e2e30514
Merge branch 'platforms-arm' of https://github.com/arduino/ARM into platforms-arm
...
Conflicts:
hardware/google/sam/boards.txt
2012-03-29 17:21:10 +02:00
Thibaut VIARD
5b3580fe36
[sam] fixing boards definitions
2012-03-29 17:16:37 +02:00
Tom Igoe
5627f14518
Fixed typo in the KeyboardReprogram example
2012-03-29 07:25:22 -04:00
Cristian Maglie
b1d89815ab
[sam] renamed some boards
2012-03-29 11:49:56 +02:00
Thibaut VIARD
009bc1b722
[sam] adding prototypes to USB_driver.h
2012-03-29 11:37:35 +02:00
Thibaut VIARD
d7ae25360a
[sam] removing usb driver from API core
2012-03-29 11:00:47 +02:00
Thibaut VIARD
1b591962f1
[sam] separating usb driver from core part
2012-03-29 10:59:24 +02:00
Thibaut VIARD
f865dde7ee
[sam] moving ATMEL boards to dedicated place
2012-03-29 10:48:24 +02:00
Thibaut VIARD
3ee8822678
[sam] adding atmel variants folder
2012-03-29 10:43:11 +02:00
Thibaut VIARD
4265a18f14
[sam] adding google ADK2 variant
2012-03-29 10:42:38 +02:00
Zach Eveland
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
Zach Eveland
b86ec2723a
removed horrible multi-key Keyboard.press() and Keyboard.release() methods
...
Saves 924 bytes of Flash
2012-03-28 18:46:10 -04:00
Zach Eveland
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
Tom Igoe
57b3395691
Moved begin() in JoystickMouseControl example.
2012-03-28 14:40:44 -04:00
Tom Igoe
f4746a6b25
Added delay to KeyboardReprogram to make backspace more obvious
2012-03-28 12:24:17 -04:00
Tom Igoe
5fef2eee1c
Added new Keyboard and mouse combined control
2012-03-27 15:01:07 -04:00
Tom Igoe
772f4ffa5f
Updated USB examples to include Keyboard and mouse Begin.
2012-03-27 15:00:24 -04:00
Thibaut VIARD
dd8a20ad20
[sam] harmonizing building and source between variants (SAM EK need
...
rework)
2012-03-27 13:16:27 +02:00
Thibaut VIARD
d77dbe24ef
Merge branch 'platforms-arm' of https://github.com/arduino/ARM into platforms-arm
2012-03-27 12:22:32 +02:00
Thibaut VIARD
e84859656a
[sam] fixing int handlers prototypes and build files cleanup
2012-03-27 12:20:47 +02:00