1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-20 21:01:25 +03:00
Commit Graph

2592 Commits

Author SHA1 Message Date
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
a05a0d531b bugfix for Caterina not starting sketch if "verify upload" turned off in IDE.
Previously, if avrdude skipped the upload step the read while write memory might never be reenabled.  This would prevent the bootloader from ending and the sketch from starting - the bootloader just continued to run even after a successful upload.  Now enable RWW when we receive the AVR109 "Exit bootloader" 'E' command.  Had to disable lock bit changing support in the bootloader to free up flash for the change - will anyone miss it?
2012-03-14 17:48:11 -04:00
2a19c327bb changed Caterina timeout after self-programming to 500 ms (from 250 ms)
attempt to fix bug reported by Dave Mellis:
"avrdude: ser_close(): can’t reset attributes for device: Invalid argument"
is thrown after attempting an upload in the IDE (though the upload seems to be successful)
2012-03-14 17:07:14 -04:00
d169114205 Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader 2012-03-14 15:40:29 -04:00
a984979b11 Merge branch 'master' of github.com:arduino/wifishield 2012-03-13 12:22:27 +01:00
f8817eec89 Fixed issue with WiFiWebClient, WiFiPachubeClient, WiFiTwitterClient 2012-03-13 12:21:54 +01:00
d647a4b077 Fixed issue with WiFiWebClient, WiFiPachubeClient, WiFiTwitterClient 2012-03-13 12:21:54 +01:00
7f11df115d Updated ChatServer 2012-03-12 15:30:18 -04:00
71ee20314f Re-formatted ScanNetworks output 2012-03-12 14:35:02 -04:00
d09655d478 Updated WifiChatServer to clear out garbage characters 2012-03-12 13:57:48 -04:00
bd4a9a6816 Updated Google numeric address in WifiWebClient 2012-03-09 21:44:35 -05:00
d6b768d579 Added raw output to TwitterClient for debugging 2012-03-09 21:44:15 -05:00
fe4b5703f7 Updated the PachubeClient and PachubeClientString sketches to make HTTP calling consistent 2012-03-09 21:43:49 -05:00
44fb113fd3 Reformatted reporting on ScanNetworks 2012-03-09 21:42:57 -05:00
e82ab0d0bc UpUpdatedWifiWebClient 2012-03-09 18:37:12 -05:00
c487d387ce Copied the binary form firmware/wifiHD/Release dir to firmaware/binary dir 2012-03-10 00:25:17 +01:00
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