1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-05 12:42:22 +03:00

Commit Graph

  • e0da5a284f Merge pull request #753 from martinayotte/esp8266 Ivan Grokhotkov 2015-09-18 09:54:04 +03:00
  • 4719a31898 Rebasing into single commit Paul Mandel 2015-09-15 17:57:13 -07:00
  • 5387b2286e WiFiClientSecure::available fix Ivan Grokhotkov 2015-09-16 16:24:52 +03:00
  • 6d6a26aea0 Remove unused include time.h from ssl.h Juppit 2015-09-15 23:46:15 +02:00
  • c528a44f1a Temporary fix for #780 Ivan Grokhotkov 2015-09-15 12:43:45 +03:00
  • d3518656f9 Update reference.md Ivan Grokhotkov 2015-09-14 23:30:57 +03:00
  • 5ef19e9469 Merge pull request #774 from pgollor/doc_modify Ivan Grokhotkov 2015-09-14 23:29:18 +03:00
  • 8d43cba727 * update to head Pascal Gollor 2015-09-14 19:46:38 +02:00
  • f1bd5653a8 Merge branch 'esp8266' of https://github.com/esp8266/Arduino into doc_modify Pascal Gollor 2015-09-14 19:44:23 +02:00
  • e37c5aa4d3 Update platform.txt lrmoreno007 2015-09-14 19:21:15 +02:00
  • 52cab0ee73 Update platform.txt lrmoreno007 2015-09-14 18:09:07 +02:00
  • 091267fe56 Update boards.txt lrmoreno007 2015-09-14 18:08:14 +02:00
  • 15900ff432 Changes needed for upload with esptool in Eclipse lrmoreno007 2015-09-14 12:01:12 +02:00
  • e62d5a92b9 Fix ESP8266WebServer::serveStatic to work for both files and directories Ivan Grokhotkov 2015-09-14 12:47:39 +03:00
  • c8b12fd72c Implement SPIFFS.exists Ivan Grokhotkov 2015-09-14 12:46:47 +03:00
  • f73d414f38 WiFiClientSecure: add certificate fingerprint verification (#43) Ivan Grokhotkov 2015-09-14 10:22:54 +03:00
  • eb8c1faa51 Adding support for OPTIONS requests to ESP8266WebServer Jeff Ashton 2015-09-13 15:56:34 -04:00
  • c970dec6a7 Add HTTPS request sample (#43) Ivan Grokhotkov 2015-09-13 22:50:14 +03:00
  • 098c71ca02 Improve receive handling in TLS support (#43) Ivan Grokhotkov 2015-09-13 22:49:30 +03:00
  • 2a297ca171 Fix cbuf running out of bounds (#348) Ivan Grokhotkov 2015-09-13 22:45:00 +03:00
  • 54bf2d060b add table of contents Pascal Gollor 2015-09-12 17:27:40 +02:00
  • a49dd45538 Fix more typos in boards definitions Ivan Grokhotkov 2015-09-10 16:40:33 +03:00
  • b2a712001c Merge pull request #767 from pgollor/esp8266 Ivan Grokhotkov 2015-09-10 16:36:36 +03:00
  • f37976f8c6 fix upload size for gerneric 4m1m Pascal Gollor 2015-09-10 15:30:45 +02:00
  • da30dbea4a Fix comment in linker script Ivan Grokhotkov 2015-09-10 16:17:33 +03:00
  • 1414f45a07 Merge pull request #765 from pgollor/esp8266 Ivan Grokhotkov 2015-09-10 16:06:22 +03:00
  • 994dea3de3 forgot the flash.4m1m linker script? Pascal Gollor 2015-09-10 09:29:28 +02:00
  • 1ea1af06b5 add 1M file system for generic 4M module Pascal Gollor 2015-09-09 19:40:16 +02:00
  • 774e156044 fix bug for new huzzah 1M board Pascal Gollor 2015-09-09 19:34:19 +02:00
  • 5cb086bc05 temporarly fix for handling PGM_P content_type properly in ESP8266WebServer::send_P() functions Martin Ayotte 2015-09-09 12:03:07 -04:00
  • 7276e073a5 Update ESP8266FS tool link Ivan Grokhotkov 2015-09-09 18:17:43 +03:00
  • 348efba5b2 Merge remote-tracking branch 'upstream/esp8266' into esp8266 Martin Ayotte 2015-09-09 10:54:30 -04:00
  • f4bd97e8ee File system: fix SeekEnd behaviour, fix size() not being updated after write() Ivan Grokhotkov 2015-09-09 14:07:00 +03:00
  • 67f4859b0c Add 1Mbyte FS option for all 4Mbyte boards Ivan Grokhotkov 2015-09-09 13:39:34 +03:00
  • 32cc374921 Force disable IOSWAP for UART0 in HardwareSerial initialization (#744) Ivan Grokhotkov 2015-09-09 13:15:23 +03:00
  • 70711387df Update reference.md Ivan Grokhotkov 2015-09-09 02:56:57 +03:00
  • 2115480b26 Merge pull request #751 from chaeplin/esp8266 Ivan Grokhotkov 2015-09-09 02:00:22 +03:00
  • 0fb1b07b2f Merge pull request #757 from Links2004/esp8266 Ivan Grokhotkov 2015-09-09 01:52:14 +03:00
  • 67d004c226 Merge pull request #758 from luc-github/esp8266 Ivan Grokhotkov 2015-09-09 01:51:31 +03:00
  • cd9791eebe Check file path when doing SPIFFS_readdir (#746) Ivan Grokhotkov 2015-09-09 01:46:40 +03:00
  • a9d4e6c3e6 SPIFFS HAL: fix unaligned 1-byte writes and reads (#738) Ivan Grokhotkov 2015-09-09 01:11:01 +03:00
  • 75843263f2 Remove DEBUG defined by default in library Luc 2015-09-07 23:24:27 +08:00
  • 6a9eaca8b2 #754 fix _useClientMode & _useApMode in SDK auto connect mode Markus Sattler 2015-09-07 17:11:30 +02:00
  • 27b67f4adc add ESP8266WebServer::send_P with contentLength argument Martin Ayotte 2015-09-06 14:17:23 -04:00
  • 1c9456ac9d fix bug in WiFiClient::write_P/ESP8266WebServer::sendContent_P introduced few minutes ago when changing memccpy_P to memcpy_P Martin Ayotte 2015-09-06 14:14:36 -04:00
  • e3e25da792 fix bug in WiFiClient::write_P/ESP8266WebServer::sendContent_P introduced few minutes ago when changing memccpy_P to memcpy_P Martin Ayotte 2015-09-06 14:04:57 -04:00
  • 82748a872c add ESP8266WebServer::sendContent_P with 'size_t size' argument for binary content Martin Ayotte 2015-09-06 13:27:12 -04:00
  • 389107f09d fix bug in WiFiClient::write_P when content was binary Martin Ayotte 2015-09-06 13:09:57 -04:00
  • 4b07256802 adding resetInfo.reason 6 chaeplin 2015-09-06 14:36:56 +09:00
  • fe1cc18ddb add W25Q40 chipid Martin Ayotte 2015-09-04 09:52:27 -04:00
  • e0b7e0443c Merge pull request #736 from kzyapkov/avrisp Ivan Grokhotkov 2015-09-01 20:47:23 +03:00
  • 9a2f2f2849 Add axTLS, first draft of WiFiClientSecure (#43) Ivan Grokhotkov 2015-09-01 15:45:12 +03:00
  • 41fbe93560 AdvancedWebServer: remove mDNS from loop as well Ivan Grokhotkov 2015-09-01 01:09:21 +03:00
  • 143f29bc29 Fix mDNS library usage in ESP8266WebServer examples Ivan Grokhotkov 2015-09-01 00:58:27 +03:00
  • cbbb379941 AVRISP: allow configuring active-high/low reset programatically Kiril Zyapkov 2015-08-31 14:28:24 +03:00
  • 2a2ecf8d94 Update reference.md Ivan Grokhotkov 2015-08-31 10:53:53 +03:00
  • 041f971a8b Add FS::format (#702) Ivan Grokhotkov 2015-08-31 10:24:30 +03:00
  • b8a6b71a1f Fix return value of FS::write methods Ivan Grokhotkov 2015-08-31 09:45:16 +03:00
  • a9fbe27cba Merge pull request #729 from Links2004/esp8266 Ivan Grokhotkov 2015-08-31 09:38:28 +03:00
  • 33de15e616 Merge pull request #718 from sticilface/patch-1 Ivan Grokhotkov 2015-08-31 09:37:31 +03:00
  • 4995d03b20 Merge pull request #714 from martinayotte/esp8266 Ivan Grokhotkov 2015-08-31 09:37:22 +03:00
  • f96ea403dd port stopAllExcept to WiFiUDP to keep the interface the same Markus Sattler 2015-08-29 15:39:12 +02:00
  • 966bf45b35 rename stopAllexcepted to stopAllExcept and simplify the compare Markus Sattler 2015-08-29 15:33:41 +02:00
  • a3bc0e924b revert some space auto formatting Markus Sattler 2015-08-29 13:56:03 +02:00
  • 79bec479b5 Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266 Markus Sattler 2015-08-29 13:47:25 +02:00
  • 8e50cdb190 Updater.cpp: - use new AutoInterruptLock - add delay to give the RTOS some time to handle TCP Markus Sattler 2015-08-29 13:45:58 +02:00
  • 00272ca5ae Update Parsing.cpp sticilface 2015-08-23 23:48:50 +01:00
  • e89ae46a6b add WiFiClient::write_P to be used with PROGMEM Martin Ayotte 2015-08-22 00:25:28 -04:00
  • b28e879af6 change toCharArray() to toString() Martin Ayotte 2015-08-21 11:07:26 -04:00
  • 664d92fbd0 add toCharArray() to IPAddress class Martin Ayotte 2015-08-20 23:43:01 -04:00
  • 1d0222c5d5 Update boards.md Ivan Grokhotkov 2015-08-19 17:49:39 +03:00
  • 8e13741541 Merge pull request #687 from aalku/esp8266 Ivan Grokhotkov 2015-08-19 13:20:56 +03:00
  • 0bb4fb2886 Better captive portal example. aalku 2015-08-16 20:19:19 +02:00
  • 5a91c66615 Host header support aalku 2015-08-14 22:30:15 +02:00
  • acc34e2914 LocalIP/LocalPort support aalku 2015-08-14 22:27:21 +02:00
  • a2f3637ed4 Fixes by SwiCago on DNSServer aalku 2015-08-13 10:06:18 +02:00
  • 278c980ed8 Make file uploads using curl fail less often Ivan Grokhotkov 2015-08-18 23:40:33 +03:00
  • c355f626f2 Add flash read/write/erase APIs to ESPClass Ivan Grokhotkov 2015-08-18 23:38:23 +03:00
  • be74265c82 Merge pull request #5 from esp8266/esp8266 Me No Dev 2015-08-17 14:22:27 +03:00
  • ab8a6d8d45 Better captive portal example. aalku 2015-08-16 20:19:19 +02:00
  • fac840b6a8 Use optimistic_yield in FS read and write Ivan Grokhotkov 2015-08-16 14:39:16 +03:00
  • 98423fa79d Fix FS size and add type size checks Ivan Grokhotkov 2015-08-16 14:00:35 +03:00
  • d641b3f701 Merge pull request #4 from esp8266/esp8266 Me No Dev 2015-08-15 10:31:28 +03:00
  • 559670baaa Host header support aalku 2015-08-14 22:30:15 +02:00
  • 5cae888278 LocalIP/LocalPort support aalku 2015-08-14 22:27:21 +02:00
  • b79f1c689d Merge remote-tracking branch 'esp8266/esp8266' into esp8266 aalku 2015-08-14 15:23:03 +02:00
  • c363b2d4f6 Update SPIFFS to 0.2-64-g15e5618 Ivan Grokhotkov 2015-08-14 01:01:47 +03:00
  • 69e68943b1 Merge pull request #664 from martinayotte/esp8266 Ivan Grokhotkov 2015-08-13 12:03:32 +03:00
  • ba70b09d2f Fixes by SwiCago on DNSServer aalku 2015-08-13 10:06:18 +02:00
  • 568c48b065 add fileSize() method to Dir object Martin Ayotte 2015-08-12 22:12:22 -04:00
  • 43d80ee2ec Fix forward declaration of FS Ivan Grokhotkov 2015-08-12 22:40:21 +03:00
  • 6d4e41c574 Fix reset method for NodeMCU 0.9 board (#684) Ivan Grokhotkov 2015-08-12 08:37:18 +03:00
  • 85ac054428 Fix pin map picture Ivan Grokhotkov 2015-08-10 19:22:33 +03:00
  • 701a9a72cc Update change log Ivan Grokhotkov 2015-08-10 18:58:30 +03:00
  • 6e2f15719a Merge pull request #680 from Links2004/esp8266 Ivan Grokhotkov 2015-08-10 18:46:26 +03:00
  • 4ad894683e add system_soft_wdt_feed to ESP.wdtFeed(); Markus Sattler 2015-08-10 17:35:15 +02:00
  • ac84ff3326 esp_iot_sdk_v1.3.0_15_08_10_p1 Release Note ---------------------------------------- Markus Sattler 2015-08-10 17:33:29 +02:00
  • c5d7aead8e Merge pull request #672 from timw1971/patch-1 Ivan Grokhotkov 2015-08-10 17:36:48 +03:00
  • b59f6e3598 Merge pull request #678 from nkolban/esp8266 Ivan Grokhotkov 2015-08-10 17:36:34 +03:00
  • 2201cefd0a Merge pull request #679 from kzyapkov/libc-fixes Ivan Grokhotkov 2015-08-10 17:35:45 +03:00