1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-10 14:42:08 +03:00
Commit Graph

1515 Commits

Author SHA1 Message Date
1adb9e79ea Added WifInfo boards / more SPIFFS size for 1M modules
Added WifInfo boards
Added 144K SPIFFS size for 1M modules
Added 160K SPIFFS size for 1M modules
Added 192K SPIFFS size for 1M modules
2015-12-11 18:18:09 +01:00
5653b9a59b Merge remote-tracking branch 'refs/remotes/upstream/master' 2015-12-11 18:04:41 +01:00
1891241f30 Added WifInfo boards 2015-12-11 17:54:58 +01:00
3e49985d47 Add @PlatformIO as alternative option to use ESP8266 core for Arduino
Hi @igrr,

Would be thankful to place some information about [PlatformIO[(http://platformio.org) as alternative cross-platform builder to use ESP8266 core for Arduino on the popular host OS: Mac OS X, Windows, Linux 32/64, Linux ARM (like Raspberry Pi, BeagleBone, CubieBoard).

Don't hesitate to modify this PR.

Thanks in advance!
2015-12-11 17:31:32 +02:00
e7024fb5b4 SPIFFS: check if path length is valid (#1089) 2015-12-10 23:25:54 +03:00
703aaf60f4 Merge pull request #1192 from Links2004/master
doc better quality of update_memory_copy.png
2015-12-10 18:39:57 +01:00
6aa4f9e481 doc better quality of update_memory_copy.png 2015-12-10 18:06:56 +01:00
617f6cad1e Merge pull request #1191 from Links2004/httpUpdate
fix update
2015-12-10 18:00:20 +01:00
f4deee6925 Merge remote-tracking branch 'remotes/esp8266/master' into httpUpdate 2015-12-10 17:38:08 +01:00
ba4b42529c Merge pull request #1190 from Links2004/master
update ota docs
2015-12-10 17:37:46 +01:00
7ea4eb452d fix String bug
length where returning something that is not 0 while buffer where NULL!?
2015-12-10 17:37:09 +01:00
49536c78d3 add more debug to Updater.cpp 2015-12-10 17:24:39 +01:00
38427333c5 update ota docs 2015-12-10 17:05:00 +01:00
a5c3aea98e Merge pull request #1189 from Links2004/master
fix #1167 WiFiServer stop / close
2015-12-10 15:41:04 +01:00
0389657614 give the IP stack more time to handle the data
may help with #1157
2015-12-10 12:48:36 +01:00
9a096f828d Merge remote-tracking branch 'remotes/esp8266/master' 2015-12-10 12:26:15 +01:00
086af80a23 Merge pull request #1188 from Links2004/httpUpdate
allow SPIFFS update over http
2015-12-10 12:25:01 +01:00
fdadadc787 add default values for updateSpiffs 2015-12-10 12:03:53 +01:00
55afeba174 see #1167
add close and stop as alias
2015-12-10 12:02:49 +01:00
839b150b97 Merge remote-tracking branch 'remotes/esp8266/master' into httpUpdate 2015-12-10 11:48:44 +01:00
33bc6f889e Merge pull request #1186 from alltheblinkythings/for-upstream
Remove double include of cbuf.h.
2015-12-10 11:52:58 +03:00
a7609bce35 Remove double include of cbuf.h. 2015-12-09 22:17:50 -08:00
95089b75b9 fix startUpdate always false 2015-12-09 19:56:14 +01:00
b1ea7b602e httpUpdate Improve error handling 2015-12-09 16:27:04 +01:00
ce4edcb423 Merge branch 'master' into httpUpdate 2015-12-09 15:41:55 +01:00
3f12831161 Merge pull request #1181 from Links2004/httpClient
HTTPClient add Authorization support
2015-12-09 15:40:52 +01:00
0a4da83243 HTTPClient add Authorization example 2015-12-09 14:27:51 +01:00
85341ff25a HTTPClient phasing username + password from url 2015-12-09 14:19:28 +01:00
a9ce1b4f2e add Authorization support for HTTP client 2015-12-09 13:51:55 +01:00
62f38bfef3 add base64 class 2015-12-09 13:51:39 +01:00
b1e3d2256a add errorToString function 2015-12-09 13:05:29 +01:00
1dabac60a9 rework HTTPclient examples 2015-12-09 12:56:49 +01:00
e15c745e6f remove some HTTP_CODE_UNASSIGNED 2015-12-09 12:50:55 +01:00
174d606759 Merge remote-tracking branch 'remotes/esp8266/master' into httpClient 2015-12-09 12:48:28 +01:00
8b161ecf16 add http codes as enum t_http_codes 2015-12-09 12:47:23 +01:00
5cd42a0316 WiFiClientSecure: don't trash certificate and private key on stop() 2015-12-09 09:23:47 +03:00
8f5a6fdf69 Merge pull request #1148 from Rodmg/espino-support
added ESPino to supported boards
2015-12-08 23:41:42 +03:00
0a9767d594 Merge pull request #1173 from Links2004/master
add define RANDOM_REG32 + update libraries.md
2015-12-08 12:04:44 +01:00
10967816e2 Merge remote-tracking branch 'remotes/esp8266/master' 2015-12-08 11:41:01 +01:00
2c38159c95 Merge pull request #1172 from tzapu/patch-1
Update libraries.md
2015-12-08 11:40:51 +01:00
22af40af18 add note about Adafruit_ILI9341 2015-12-08 11:35:14 +01:00
44af3d5e89 Merge remote-tracking branch 'remotes/esp8266/master' 2015-12-08 11:33:25 +01:00
02e22b38cb add define RANDOM_REG32 ESP8266_DREG(0x20E44) 2015-12-08 11:33:15 +01:00
a3c3c934bc Update libraries.md
Added link to WiFiManager
2015-12-08 08:49:40 +02:00
5163391492 Merge branch 'master' into espino-support 2015-12-07 17:42:44 -06:00
8847d7ab1a added ESPino to dox/boards.md and package_esp8266com_index.template.json. removed flash speed selection 2015-12-07 17:35:30 -06:00
93aaa8667d Merge pull request #1166 from alltheblinkythings/SerialStuff
Always arm the "TX FIFO Empty" interrupt after we write into _tx_buffer.
2015-12-07 22:10:41 +03:00
6d32c6743e Merge pull request #1170 from jensh/jens/patch-pgmspace-c
Make pgm_read_byte() and pgm_read_word() usable from c.
2015-12-07 22:09:14 +03:00
dd89de4dad Make pgm_read_byte() and pgm_read_word() usable from c files.
The two defines used reinterpret_cast<> which is only available when
compiling with c++. Now using plain old c casts instead.
2015-12-07 18:01:15 +01:00
d8417c2855 Remove a check in room() for (_begin == _end). It's covered by the (_end >= _begin) case. 2015-12-07 00:31:46 -08:00