* ficeto-esp8266:
add template methods for stream to stream writes to SD and FS
alignment not needed. we use fixed addresses
Rework SPIFFS API to be more Arduino like
fix missed edits
disable automount
fix SPIFFS to work
pull get/set NoDelay for WiFiClient
Add SPIFFS Support
export sketch data folder to the build config
Revert "Revert "Edit SD Server example to use the new Write(Stream) method""
add template client write
Revert "Add WiFiClient.write for Stream"
Revert "Edit SD Server example to use the new Write(Stream) method"
Edit SD Server example to use the new Write(Stream) method
Add WiFiClient.write for Stream
make upload callback packets aligned to defined size
Conflicts:
hardware/esp8266com/esp8266/libraries/ESP8266WebServer/examples/SDWebServer/SDWebServer.ino
hardware/esp8266com/esp8266/libraries/ESP8266WebServer/src/ESP8266WebServer.cpp
hardware/esp8266com/esp8266/libraries/ESP8266WebServer/src/ESP8266WebServer.h
PSTR() and F() macros correctly place string into flash memory relying
on PROGMEM
PROGMEM uses ICACHE_RODATA_ATTR
Print and String classes fixed up
str* classes fixed up
* Links2004-esp8266:
remove libc still not working!
SD: - optimize SPI usage 148% write speed (24kB/s -> 37kB/s) and 127% read speed (121kB/s -> 155kB/s) at 8MHz - add clock frequency as parameter for begin(csPin, frequency) - SD @80MHz write: 84kB/s read: 231kB/s
Adafruit_ILI9341 +7% speed now at 327,45% total
many speed optimizations in Adafruit_ILI9341 lib (3x times faster)
* ficeto-esp8266: (28 commits)
fix uart receive
add method to check for clients without referencing them
move discard_cb to unref
add close and abort methods and enable disconnect callback
removing timer aliases
Add option to select SPI speed at SD::begin
add pwm freq adjustment
fix PWM and Timer1
plaintext POST fixes and rework of the SD example
fix binary file http upload
some speed optimizations
fix SPI run on system clock
add esp8266_tcp_active_close.png image
* miss to add the new files
rework Adafruit_ILI9341 complete now uses the new SPI implementation tested with example graphicstest_esp8266
increase SD Card SPI Speed
fix SPI clock for SD library
fix huge leak
add proper POST support and more methods
use a function to calculate best match clock register for SPI
...