Ivan Grokhotkov
90fc4f975b
Add tool to download other tools
2015-10-30 01:15:29 +03:00
Ivan Grokhotkov
342c4ae6fb
Merge pull request #939 from me-no-dev/esp8266
...
I2S Optimizations
2015-10-29 12:09:01 +03:00
Me No Dev
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
Me No Dev
45a1860447
Merge pull request #9 from esp8266/esp8266
...
pull master
2015-10-29 10:45:32 +02:00
Ivan Grokhotkov
2f474f0ea5
Merge pull request #934 from CanTireInnovations/export_compiled_binary
...
Support Sketch > Export compiled binary
2015-10-28 22:51:54 +03:00
Carl Pacey
b13742cd25
Support Sketch > Export compiled binary
2015-10-28 12:16:06 -04:00
Ivan Grokhotkov
219cb19ece
Update SPIFFS wrapper for 0.3.3
2015-10-28 16:45:08 +03:00
Ivan Grokhotkov
d2d1befe1c
Merge pull request #899 from pgollor/SPIFFS_update
...
update SPIFFS to version 0.3.3
2015-10-28 15:49:48 +03:00
Ivan Grokhotkov
0772a69b1c
Merge pull request #913 from me-no-dev/esp8266
...
Add SPIFFS WebServer Example
2015-10-28 14:54:31 +03:00
Ivan Grokhotkov
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
Ivan Grokhotkov
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
Ivan Grokhotkov
56bd4a78b3
Fix short unaligned writes in SPIFFS HAL, 2nd attempt ( #924 )
2015-10-26 14:50:50 +03:00
Ivan Grokhotkov
405b23876c
Fix short unaligned writes in SPIFFS HAL ( #924 )
2015-10-25 23:25:03 +03:00
Ivan Grokhotkov
f328e66fd7
Add 512k (no SPIFFS) build option ( #862 )
2015-10-25 21:11:45 +03:00
Pascal Gollor
c773140a5b
use ArduinoOTA class in OTA-mDNS.SPIFFS example
2015-10-22 16:43:00 +02:00
Ivan Grokhotkov
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
Me No Dev
4c078799ca
Add SPIFFS WebServer Example
2015-10-21 14:09:55 +03:00
Me No Dev
1c1a67f718
Merge pull request #8 from esp8266/esp8266
...
pull master
2015-10-21 14:04:32 +03:00
Ivan Grokhotkov
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
Ivan Grokhotkov
a9f9f6d53f
Merge pull request #902 from martinayotte/esp8266
...
add dnsIP() to ESP8266WiFi class
2015-10-18 21:44:41 +02:00
Ivan Grokhotkov
78975cd94c
Merge pull request #883 from mangelajo/esp8266-ArduinoOTA
...
OTA support encapsulated to ArduinoOTA class
2015-10-18 21:43:54 +02:00
Ivan Grokhotkov
28890b39e6
Fix crash in Servo library when flash caching is disabled ( #898 )
2015-10-18 22:31:33 +03:00
Martin Ayotte
6436a175c4
add dns_no argument to dnsIP() int ESP8266WiFi class
2015-10-18 14:22:24 -04:00
Martin Ayotte
7f318d72cf
add dnsIP() to ESP8266WiFi class
2015-10-18 14:18:14 -04:00
Pascal Gollor
5333bdf8a6
update SPIFFS to version 0.3.3
2015-10-18 10:52:17 +02:00
Ivan Grokhotkov
000e762af3
Merge pull request #853 from mpromonet/esp8266
...
avoid to dereference a NULL pointer if update is called before begin
2015-10-17 21:55:25 +02:00
Ivan Grokhotkov
eaeca12c8e
Merge pull request #781 from lrmoreno007/esp8266
...
Changes needed for upload with esptool in Eclipse
2015-10-17 21:54:23 +02:00
Ivan Grokhotkov
51595f67fa
Merge pull request #880 from JohnSL/sendContent_P-864
...
Fixing final write length for sendContent_P
2015-10-17 21:23:54 +02:00
Ivan Grokhotkov
b478eacef5
Merge pull request #873 from Links2004/string_fix
...
fix possible free of null in String
2015-10-17 21:23:28 +02:00
Ivan Grokhotkov
5186a92556
Merge pull request #872 from Links2004/example
...
add CheckFlashConfig.ino example
2015-10-17 21:23:19 +02:00
lrmoreno007
3e1ec38ad3
Update boards.txt
2015-10-13 19:25:58 +02:00
lrmoreno007
ceda3d7b68
Update platform.txt
2015-10-13 19:23:03 +02:00
Miguel Angel Ajo
6978b6a777
OTA support encapsulated to ArduinoOTA class
2015-10-12 10:29:18 +02:00
John Socha-Leialoha
578c90f04c
Fixing final write length for sendContent_P
2015-10-11 13:32:10 -07:00
lrmoreno007
15c3478e6f
Update platform.txt
2015-10-09 14:44:09 +02:00
Markus Sattler
996f2b53dd
fix possible free of null in String
2015-10-09 14:32:19 +02:00
Markus Sattler
33c9d03356
add CheckFlashConfig.ino example
2015-10-09 14:29:21 +02:00
Me No Dev
212e189e59
Merge pull request #7 from esp8266/esp8266
...
pull master
2015-10-08 03:42:34 +03:00
Ivan Grokhotkov
0bd3b72550
Fix bug with SSLContext not being initialized ( #43 )
2015-10-07 01:01:38 +03:00
Ivan Grokhotkov
ed785b5f0b
Add gdb stub library
2015-10-07 00:56:24 +03:00
Ivan Grokhotkov
4f35207951
Move some core functions back into RAM
2015-10-06 16:11:40 +03:00
Ivan Grokhotkov
4c8a29a74d
Expose request handlers in ESP8266WebServer
...
as discussed in #837
2015-10-06 15:26:42 +03:00
Ivan Grokhotkov
0c703b3baf
Move timer ISR handlers and PWM handler into RAM ( fix #819 )
2015-10-06 13:26:21 +03:00
Ivan Grokhotkov
0873ae22d3
Merge pull request #857 from esp8266/linker-sections-fix
...
Fix placement of code into RAM, enable gc-sections
2015-10-06 12:19:20 +03:00
Ivan Grokhotkov
fe04165bbe
Fix placement of code into RAM, enable gc-sections
...
Related to #856 , #826 , #803 , #734
2015-10-06 01:45:38 +03:00
mpromonet
7c37346839
avoid to dereference a NULL pointer if update is called before begin
2015-10-04 17:42:52 +02:00