1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-19 09:42:11 +03:00
Commit Graph

2418 Commits

Author SHA1 Message Date
15bd28d495 Added ButtonMouseControl example for Leonardo 2012-03-09 16:22:58 -05:00
d3d94b157e updated avrdudeUploader with new path for Caterina 2012-03-08 14:23:45 -05:00
30421143f9 give Leonardo bootloader 250 ms to finish housekeeping before leaving self-programming mode
Earlier approach had bootloader end as soon as it was told to.  On Linux this caused problems with avrdude because the microcontroller never had a chance to send an acknowledgement.
2012-03-08 14:20:12 -05:00
33116711b0 removed old version of Leonardo's caterina bootloader, replaced with LUFA-based caterina 2012-03-08 13:47:42 -05:00
1e2a51a302 Deleted old examples 2012-03-08 12:12:48 -05:00
2b6169e2a2 Fixed variable error in WifiTwitterClient 2012-03-08 12:10:50 -05:00
177746aa7f Fix for some strange behaviours during board reset 2012-03-07 16:21:04 +01:00
cd0c0f2616 Added comments 2012-03-07 00:05:54 +01:00
fc05dc7692 Fix issue on webserver 2012-03-06 23:09:35 +01:00
d06710ebe5 Also delaying after auto-reset on Windows.
Windows seemed to have the same issue as Linux: scanning for the ports
prevented the reset from happening (i.e. it opened the port or
otherwise raised DTR).
2012-03-06 16:33:29 -05:00
3a51c4c3ab Added KeyboardLogout example 2012-03-06 12:47:34 -05:00
c95c262fe3 Removed KeyboardSleep example 2012-03-06 09:40:22 -05:00
3b383b9edf Corrected KeyboardReprogram sketch 2012-03-06 09:26:01 -05:00
2c90355ca2 Added new Keyboard combo examples 2012-03-05 22:30:47 -05:00
2cff5593ec Adding delay on Linux before looking for Leonardo bootloader. 2012-03-04 20:42:44 -05:00
eda8f1301f Lowering non-Windows timeout for assuming Leonardo has reset.
On Mac and Linux, the serial port should disappear fairly quickly.  So
if we see the selected port after 500 ms, it should be the bootloader
(not the sketch still).
2012-03-04 19:38:53 -05:00
4ab241ceb6 Revert "Speed up on serial port touch"
This reverts commit a5404125f6.
2012-03-04 19:29:07 -05:00
43e38bcacc Updated WIfi chat server 2012-03-04 17:23:01 -05:00
0c81e70581 Added Wifi version of the chat server 2012-03-04 17:22:24 -05:00
46fa003066 Corrected error in printWifiStatus 2012-03-04 17:19:24 -05:00
1d7d421cef updated ScanNetworks to include RSSI and encryption (really this time!) 2012-03-04 17:12:14 -05:00
1236c15e09 Updated all clients to unify style, and include printWifiStatus() where useful 2012-03-04 17:04:51 -05:00
21b8f7fcc0 Deleted old examples 2012-03-04 16:59:52 -05:00
45ab1504ac Updated ScanNetworks to include RSSI and Encryption type for each network 2012-03-04 16:59:16 -05:00
0ddbfd0e95 Updated Wifi Connect with WEP example to explain 40- vs 128-bit 2012-03-04 15:14:12 -05:00
15d7873d24 Merge branch 'master' of github.com:arduino/wifishield 2012-03-04 11:47:53 +01:00
7f75f5d44c Fix Issue related to get encription type, rssi information on available network 2012-03-04 11:47:37 +01:00
514a694c8a Fix issues on get encryptionType for the current associated network.
Fix issue related to retrieve encription type and RSSI for the available networks
2012-03-04 11:42:48 +01:00
18f08bc7d4 Added Keyboard support for all modifier and all common non-printing keys. 2012-03-03 23:37:39 -05:00
aec3752e52 Removed support for key mapping in Keyboard.
Was no longer being used and would be damn near impossible to support with the new scheme for handling modifiers and non-printing keyboard characters.
2012-03-03 23:06:44 -05:00
db82ab90eb added Keyboard methods press(), release(), and releaseAll()
Changes mean that a single, persistent key report must be used so keys can be added or removed.  Also reimplemented type() using the new methods.
2012-03-03 22:54:45 -05:00
9531c47c43 Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader 2012-03-03 20:27:27 -05:00
a292677108 Adding preference for disabling verification on upload (Nathan Seidle)
Adds a checkbox to the preferences dialog that controls whether or not
to verify code on upload via serial (verification still always occurs
when uploading using a programmer).  It is checked by default to match
current behavior.
2012-03-03 13:54:10 -05:00
8a35793794 Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader
Conflicts:
	.gitignore
2012-03-03 13:28:39 -05:00
7387db0673 fixed minor compilation warnings for Leonardo 2012-03-03 13:26:57 -05:00
e6dbda6825 Added Twitter client (in progress, not working) 2012-03-02 20:01:57 -05:00
f4f62f9a12 Small changes for the ATmega1284.
http://code.google.com/p/arduino/issues/detail?id=736
2012-03-02 18:58:53 -05:00
9f3438c189 Adding Ethernet.maintain() to update DHCP leases (Peter Magnusson)
returns:
    0: nothing happened
    1: renew failed
    2: renew success
    3: rebind fail
    4: rebind success

http://code.google.com/p/arduino/issues/detail?id=716
2012-03-02 18:51:48 -05:00
a6eb9ea5eb Fixing double- and triple-click selection behavior (Peter Lewis)
Double clicking selects words, double-clicking and dragging does too.
Triple-click for lines.

http://code.google.com/p/arduino/issues/detail?id=824
2012-03-02 18:06:29 -05:00
b133faa68f Commenting out extraneous println(). 2012-03-02 17:57:10 -05:00
0db8bdbbb0 Find / Replace dialog cleanup and improvements (Peter Lewis)
Adds Find Previous and Use Selection for Find; various other cleanups.
Changes Mac keyboard shortcut for Redo from Command-Y to
Command-Shift-Z.

http://code.google.com/p/arduino/issues/detail?id=825
2012-03-02 17:56:17 -05:00
599a9052c9 Updating version to 101. 2012-03-02 17:47:57 -05:00
a4a00c98cf Ignoring some local Xcode files. 2012-03-02 17:47:57 -05:00
f415edfc3b upated PachubeClientString to fix interval bug 2012-03-02 17:21:12 -05:00
8ef8be6ccd Adjusted interval bug in TwitterClient 2012-03-02 17:20:09 -05:00
59f68ebd8c Updated pachubeClientStirng to fix posting interval bug 2012-03-02 17:17:15 -05:00
1d1f647ed6 Added Pachube clients (untested) 2012-03-02 16:30:06 -05:00
3e894fdcc0 Fixed spelling errror in Wifi connect examples. 2012-03-02 13:34:17 -05:00
0b9229fcda Added basic connection examples for all three encryption schemes 2012-03-02 13:31:48 -05:00
4f6a2187b7 Deleted old ScanNetworks example in favor of generic one. 2012-03-02 13:31:22 -05:00