1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00
Commit Graph

1671 Commits

Author SHA1 Message Date
deb68987fa Merge pull request #955 from pgollor/master
Add bash script for auto documentation
2015-11-04 18:53:03 +03:00
46658593b0 Update ArduinoOTA.cpp
Restarts the UDP port if it becomes disconnected. Works when for example the wifi is disconnected and reconnected
2015-11-03 19:57:57 +00:00
49bc812ccd Merge pull request #957 from marvinroger/master
Add libraries categories
2015-11-03 14:47:26 +03:00
1071e8ada1 Add libraries categories 2015-11-02 19:23:26 +01:00
d57315b27d change repository links 2015-11-02 10:21:43 +01:00
1ee0aa2b37 Merge branch 'master' of https://github.com/esp8266/Arduino 2015-11-02 10:10:25 +01:00
7e8bcca1d9 Merge pull request #952 from KaloNK/master
Add SVG as file type and default to binary stream for static handler
2015-11-02 12:09:47 +03:00
e88ea3cde7 read old versions 2015-11-01 22:48:11 +01:00
f24deab2b5 add bash script to build documentation 2015-11-01 19:54:07 +01:00
7826ff9710 Fix boards manager package size issue
Because git ls-files was run in package directory, it didn't list tools directories, so these were not excluded from rsync, causing package to include local copy of tools. Fixed by changing into root directory before doing anything.
2015-11-01 21:45:59 +03:00
20de6b8a6a Add SVG as file type and default to binary stream for static handler 2015-11-01 17:59:24 +02:00
71347b8142 Merge pull request #950 from Links2004/master
fix img links
2015-11-01 17:35:34 +03:00
d13184c863 fix img links 2015-11-01 14:53:20 +01:00
9757c8c782 Merge pull request #947 from Diaoul/patch-1
Update status code reason phrases
2015-10-31 19:18:56 +03:00
fe3003dec3 Update status code reason phrases
As per RFC2616
2015-10-31 16:22:50 +01:00
daf360dff8 Fix issue with get.py when run in Cygwin (#943) 2015-10-31 15:07:30 +03:00
36c9558b41 Merge pull request #946 from Links2004/master
add missing LICENSE file (GNU Library Public License, version 2)
2015-10-31 14:37:53 +03:00
be364ab50f add missing LICENSE file (GNU Library Public License, version 2) 2015-10-31 12:20:46 +01:00
ab6a480ab0 Fix get.py for the case when path doesn't exist 2015-10-30 17:49:51 +03:00
444a37987e Use jq to generate package json 2015-10-30 17:40:17 +03:00
4bd694bf61 Add script to build boards manager package, update .gitignore 2015-10-30 17:10:24 +03:00
17e7893157 Merge pull request #941 from pgollor/pgollor-patch-1
fix espota.py help
2015-10-30 10:09:12 +03:00
1322a9df23 fix espota.py help 2015-10-30 00:47:55 +01:00
21e179cf5c Fix path 2015-10-30 02:15:24 +03:00
61b0a3985a Update travis build script 2015-10-30 02:10:42 +03:00
a631269f3c Update readme and fix tool paths 2015-10-30 01:58:56 +03:00
90fc4f975b Add tool to download other tools 2015-10-30 01:15:29 +03:00
342c4ae6fb Merge pull request #939 from me-no-dev/esp8266
I2S Optimizations
2015-10-29 12:09:01 +03:00
bd5b5d35f0 I2S optimizations
zero buffers so they are mute in case of underflow
add non-blocking write (returns false if DMA was full)
add checks for full and empty DMA
add some comments to the header
2015-10-29 10:51:51 +02:00
45a1860447 Merge pull request #9 from esp8266/esp8266
pull master
2015-10-29 10:45:32 +02:00
2f474f0ea5 Merge pull request #934 from CanTireInnovations/export_compiled_binary
Support Sketch > Export compiled binary
2015-10-28 22:51:54 +03:00
b13742cd25 Support Sketch > Export compiled binary 2015-10-28 12:16:06 -04:00
219cb19ece Update SPIFFS wrapper for 0.3.3 2015-10-28 16:45:08 +03:00
d2d1befe1c Merge pull request #899 from pgollor/SPIFFS_update
update SPIFFS to version 0.3.3
2015-10-28 15:49:48 +03:00
0772a69b1c Merge pull request #913 from me-no-dev/esp8266
Add SPIFFS WebServer Example
2015-10-28 14:54:31 +03:00
db3e7c812d Merge pull request #920 from pgollor/change-OTA-example
use ArduinoOTA class in OTA-mDNS-SPIFFS example
2015-10-28 14:54:07 +03:00
a16c41dfcc Merge pull request #933 from luc-github/esp8266
Add header access using same method as arguments 2
2015-10-28 14:53:25 +03:00
luc
ee0b8621f3 Add header access using same method as arguments 2
based on @brianensor PR
+sample and some sanity check
2015-10-28 13:58:53 +08:00
luc
fbae22f86b Merge remote-tracking branch 'refs/remotes/esp8266/esp8266' into esp8266 2015-10-27 21:44:49 +08:00
56bd4a78b3 Fix short unaligned writes in SPIFFS HAL, 2nd attempt (#924) 2015-10-26 14:50:50 +03:00
405b23876c Fix short unaligned writes in SPIFFS HAL (#924) 2015-10-25 23:25:03 +03:00
f328e66fd7 Add 512k (no SPIFFS) build option (#862) 2015-10-25 21:11:45 +03:00
c773140a5b use ArduinoOTA class in OTA-mDNS.SPIFFS example 2015-10-22 16:43:00 +02:00
e3518a5722 Merge pull request #918 from luc-github/esp8266
Add SPIFFS wrapper for info function
2015-10-22 06:48:17 +02:00
luc
320a747890 Add SPIFFS wrapper for info function
this allow to display total space and used space on SPIFFS
2015-10-22 11:22:32 +08:00
4c078799ca Add SPIFFS WebServer Example 2015-10-21 14:09:55 +03:00
1c1a67f718 Merge pull request #8 from esp8266/esp8266
pull master
2015-10-21 14:04:32 +03:00
e052b8c848 Merge pull request #912 from luc-github/esp8266
DNSServer: add _buffer initialization and some sanity check
2015-10-21 10:02:44 +02:00
luc
64754524ec Add _buffer initialization and some sanity check
This seems fix the Exception (28)/ (9) that occur on Captive portal with
Soft AP
2015-10-21 15:30:48 +08:00
a9f9f6d53f Merge pull request #902 from martinayotte/esp8266
add dnsIP() to ESP8266WiFi class
2015-10-18 21:44:41 +02:00