1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-01 03:26:58 +03:00

Commit Graph

  • 0d996ab75e fix plain post content containing special chars being parsed as arguments (#2241) Me No Dev 2016-07-07 00:59:26 +03:00
  • 24f84664e7 fixed argument passing (#2209) mmarchese1 2016-07-05 21:59:23 -05:00
  • 4217e49b54 Initial SPI Slave implementation and examples (#2234) Me No Dev 2016-07-06 05:58:45 +03:00
  • 2364ad4dd0 Web Server Test (#1) (#2231) Me No Dev 2016-07-05 11:18:53 +03:00
  • 79ce12247e add option to define hardware folder as parameter (#2230) Me No Dev 2016-07-05 09:22:54 +03:00
  • 7a2d2460f3 Add sample test for WiFiServer Ivan Grokhotkov 2016-07-04 18:22:27 +08:00
  • af3b17c0bb add more begin timeout for networked sketches and actually fail if begin is not received (#2223) Me No Dev 2016-07-04 12:01:58 +03:00
  • 39212baeb0 Fix WiFi.onStationModeDHCPTimeout (#2195) Ivan Grokhotkov 2016-07-04 15:47:55 +08:00
  • 438744044c Add test for mktime and localtime (#1745) Ivan Grokhotkov 2016-07-04 15:07:23 +08:00
  • e7a529eb45 Fix missing separator between get and post arguments (#2222) Me No Dev 2016-07-04 09:08:31 +03:00
  • dd1a7e91b8 ESP.restart() doesn't work, typo fixes (#2216) Krzysztof 2016-07-04 04:46:04 +02:00
  • 31a72cebb0 Documenting of ESP.getFlashChipRealSize() (#2210) keramlevap 2016-07-04 05:45:18 +03:00
  • af06847f4a fix urlDecode points (#2212) Me No Dev 2016-07-01 02:37:15 +03:00
  • 9cc2bab276 Initial release of FAQ / Troubleshooting section (#2207) Krzysztof 2016-06-30 09:04:24 +02:00
  • 6390cf6bd6 Chunked encoding (#2199) Me No Dev 2016-06-28 09:35:12 +03:00
  • 6d3109e8c7 Remove implementations of non-ISO libc functions which are present in newlib Ivan Grokhotkov 2016-06-27 21:10:41 +08:00
  • 1588b45a8a Force core_version to be added to compiled binary Ivan Grokhotkov 2016-06-24 10:54:51 +08:00
  • 2929124028 Link ESP-NOW library Ivan Grokhotkov 2016-06-24 10:36:58 +08:00
  • 8831ef562e Fix messed up linux toolchain checksums (#2185) Ivan Grokhotkov 2016-06-24 10:36:13 +08:00
  • e3f0a65b10 Bump platform.txt version Ivan Grokhotkov 2016-06-23 18:42:14 +08:00
  • 93d627a61d Update SDK to 1.5.4 (#2138) Ivan Grokhotkov 2016-06-23 18:39:40 +08:00
  • 1e7e5d4e96 Fix _packed redefinition Ivan Grokhotkov 2016-06-23 17:52:57 +08:00
  • 8db4dcea42 WifiClient::write refactoring (second attempt) (#2177) Ivan Grokhotkov 2016-06-23 17:47:18 +08:00
  • 5e3df08273 Add tests for sqrt, fmod (#612) and floating point printf/scanf (#1179) Ivan Grokhotkov 2016-06-23 17:44:33 +08:00
  • b91e929d49 Enable floating point formatting in sprintf/sscanf (#1179) Ivan Grokhotkov 2016-06-23 17:37:06 +08:00
  • d7d98d03ca Use libc from newlib (#1752) Ivan Grokhotkov 2016-06-23 17:27:57 +08:00
  • d28c551bd2 Update documentation links Ivan Grokhotkov 2016-06-23 15:45:49 +08:00
  • abb4ce01f4 Add 2.3.0 Ivan Grokhotkov 2016-06-23 15:44:06 +08:00
  • 09826c6d87 Releasing 2.3.0 2.3.0 Ivan Grokhotkov 2016-06-23 15:30:46 +08:00
  • 3e34c7575c Update esptool to 0.4.9 Ivan Grokhotkov 2016-06-21 14:48:16 +08:00
  • 3b81557810 added macro for maximum open SPIFFS files, settings it to 1 saves about 1k heap. (#2167) Tijn Kooijmans 2016-06-20 06:09:21 +02:00
  • 3bfd5d51b4 Add missing pgm_read_ptr{_near/_far} macros (#2160) unaiur 2016-06-20 06:08:51 +02:00
  • 79883e9d35 Fix UART pins setting (#2098) (#2141) Ivan Grokhotkov 2016-06-20 12:08:33 +08:00
  • 1640cc302d Fix ESP.getSketchSize, add ESP.getSketchMD5 (#2158) Ivan Grokhotkov 2016-06-16 21:05:43 +08:00
  • 0c58dc1536 Updater: read data back from flash before calculating MD5 updater_readback_flash Ivan Grokhotkov 2016-06-16 16:25:17 +08:00
  • 44d27228c5 Added Serial.baudRate() to get current baud rate (#2079) Charles 2016-06-15 12:35:33 +02:00
  • 8f2efebc57 Add 2.3.0-rc2 Ivan Grokhotkov 2016-06-15 18:16:37 +08:00
  • cbe8f7cb2d Update changelog Ivan Grokhotkov 2016-06-15 12:22:34 +08:00
  • e64e32b329 Fix regression in WiFiClientSecure, update HTTPS test case (#2150) 2.3.0-rc2 Ivan Grokhotkov 2016-06-15 11:49:51 +08:00
  • da17d5425a Fix regression in WiFi.onEvent, add testcase (thanks @everslick) Ivan Grokhotkov 2016-06-14 13:09:46 +08:00
  • b4490cd76d Fix issue when WiFi.begin(ssid, pass) is called right after WiFi.mode(WIFI_OFF) Ivan Grokhotkov 2016-06-14 13:07:08 +08:00
  • a14ac2cbdd Bring back old semantics to random and randomSeed, add secureRandom (#1710) (#2142) Ivan Grokhotkov 2016-06-14 07:17:54 +08:00
  • b9dfe01903 Fix SPIFFS.openDir("") (#2143) Ivan Grokhotkov 2016-06-14 07:15:55 +08:00
  • 91720337d3 Prevent WDT resets in SD library (#1815) Ivan Grokhotkov 2016-06-13 19:30:58 +08:00
  • 43412970ae Fix for crash in WiFiClientSecure when WiFi is disconnected (#2139) Ivan Grokhotkov 2016-06-13 18:36:30 +08:00
  • 6f3785b4b7 sntp_localtime: return -1 in tm_isdst field (#2010) Ivan Grokhotkov 2016-06-13 15:29:05 +08:00
  • 35fd2ccd52 Make ESP8266WebServer::urlDecode public (#1419) Ivan Grokhotkov 2016-06-13 15:17:17 +08:00
  • fc80526ebf Remove symbols defined in abi.cpp from libstdc++ Ivan Grokhotkov 2016-06-13 15:02:59 +08:00
  • 90bbec9f50 Changes to MD5Builder missing from the last commit Ivan Grokhotkov 2016-06-13 13:31:43 +08:00
  • 063e4cc88f Add tests for MD5Builder, reformat and clean up code Ivan Grokhotkov 2016-06-13 12:47:33 +08:00
  • 3640757692 MD5Builder::addStream: fixed falsy calculated hash for len > filelength (#2126) Sven Eliasson 2016-06-13 04:37:05 +02:00
  • 9dd7910aed Enable SO_REUSE in LwIP and WiFiServer (#1431) (#2140) Ivan Grokhotkov 2016-06-13 10:36:10 +08:00
  • 0f0386e3c4 Update axTLS to ab516f7 Ivan Grokhotkov 2016-06-13 00:56:38 +08:00
  • 7d56ea4d9d Fix ARM toolchain size and hash in boards manager package template (#2004) Ivan Grokhotkov 2016-06-12 14:50:20 +08:00
  • 00065ac347 Allow DHCP client to be re-enabled using WiFi.config(0U, 0U, 0U) (#1896) Ivan Grokhotkov 2016-06-12 14:44:15 +08:00
  • 17c02ff252 ESP8266mDNS: restart listening when WiFi STA is connected/disconnected (#1828) Ivan Grokhotkov 2016-06-12 14:17:27 +08:00
  • de166c9dd7 WiFi event handling refactoring (#2119) Ivan Grokhotkov 2016-06-10 07:46:10 +08:00
  • 7fd7ca6834 WiFiServer: fix error when calling close more than once Ivan Grokhotkov 2016-06-08 17:32:45 +08:00
  • 533a600d95 Add virtual destructor to WiFiServer class (#2116) Anton Sokolchenko 2016-06-08 10:51:50 +03:00
  • 5eb6a7f449 Add mechanism for posting functions to the main loop (#2082) Ivan Grokhotkov 2016-06-08 11:22:48 +08:00
  • 6bb8e1145b Rebuild libstdc++ with mlongcalls and link against it (#1983) Ivan Grokhotkov 2016-06-07 22:16:13 +08:00
  • a7ced9cabb make HTTP Update Server more secure (#2104) Me No Dev 2016-06-07 05:09:05 +03:00
  • 32bd42b028 Store git version of the core in the compiled binary (#2099) Ivan Grokhotkov 2016-06-06 14:37:39 +08:00
  • dbef28d394 add "include <ESP8266WiFi.h>" to ESP8266WebServer.h (#2094) shiro 2016-06-06 13:21:01 +09:00
  • 222e92a5fc Add new boards Phoenix 1.0 & Phoenix 2.0 (#2088) Nat 2016-06-06 11:20:41 +07:00
  • 2f933e20fa Make Updater be able to run inside async callbacks (#2096) Me No Dev 2016-06-05 13:00:10 +03:00
  • dd81336b79 ESP8266HTTPClient: fix duplicate Content-Length headers (#1902) Ivan Grokhotkov 2016-06-03 16:11:44 +08:00
  • d1fc7002c1 Move timer detachInterrupt functions into IRAM (#2083) Ivan Grokhotkov 2016-06-03 15:09:03 +08:00
  • ef800308ac Mention ESP8266Ping library Ivan Grokhotkov 2016-06-02 16:07:18 +08:00
  • 9db0393b65 Update RTC memory example Ivan Grokhotkov 2016-06-02 14:34:28 +08:00
  • 4b43860276 Add offset parameter to rtcUserMemoryRead/Write, expose RTC_USER_MEM in esp8266_peri.h Ivan Grokhotkov 2016-06-02 13:39:53 +08:00
  • 9e60d4d463 Update axTLS to fe6e51a (1.5.3+) Ivan Grokhotkov 2016-06-01 17:40:04 +08:00
  • 3fbf1d0029 Add ESP8285 entry in boards menu Ivan Grokhotkov 2016-06-01 16:59:45 +08:00
  • ff1b456ea5 Add DOUT/QOUT flash modes Ivan Grokhotkov 2016-06-01 16:12:13 +08:00
  • 5176202603 Real board name available in Sketch/MDNS/OTA (#2054) Charles 2016-06-01 10:07:24 +02:00
  • 1dd50fb72c Execute global constructors in correct order (#2074) unaiur 2016-06-01 08:45:59 +02:00
  • 8176cbb28b Remove DISABLED macro (#2072) Ivan Grokhotkov 2016-06-01 11:23:51 +08:00
  • 2a4081b079 Added support for RTC user memory in ESP-specific APIs. (#1836) Macro Yau 2016-06-01 11:13:33 +08:00
  • 974b9ae2fa UdpNtpClient rewritten in a clearer, more pedantic fashion. (#2008) mgaman 2016-06-01 06:12:45 +03:00
  • 0f3d0e86f7 Add MFRC522 to supported libraries (#2044) WereCatf 2016-06-01 06:11:28 +03:00
  • 30720ce87a Fix #2015 ESP8266mDNS doesn't accept queryService responses from avahi-daemon (#2023) unaiur 2016-06-01 05:11:11 +02:00
  • d60d744b59 ArduinoOTA library change (#2013) NullMedia 2016-06-01 04:10:29 +01:00
  • 3cfad27e38 Merge pull request #2058 from dave-prosee/master Ivan Grokhotkov 2016-06-01 11:09:15 +08:00
  • a26ec346b3 Merge pull request #2057 from scottfitzenrider/base64Authorization-strip-newlines Ivan Grokhotkov 2016-06-01 11:04:43 +08:00
  • c50d6ffb66 Merge pull request #2048 from hotchpotch/ota-gethostname Ivan Grokhotkov 2016-06-01 11:03:57 +08:00
  • a2d3649b55 Merge pull request #2060 from shrhdk/allow-no-lws Ivan Grokhotkov 2016-06-01 10:57:47 +08:00
  • 8fe394ea77 Merge pull request #2062 from ed7coyne/master Ivan Grokhotkov 2016-06-01 10:55:52 +08:00
  • b8ae0c0792 Fixed typo Ed Coyne 2016-05-26 15:28:29 -07:00
  • 75bcaf01a0 Added __throw_out_of_range Ed Coyne 2016-05-26 15:23:46 -07:00
  • 2df4a0b426 allow HTTP header value without LWS. Hideki Shiro 2016-05-27 00:39:44 +09:00
  • 1bf6b218eb Merge pull request #1 from dave-prosee/esp8266/master Dave P 2016-05-26 13:03:46 +02:00
  • 099f3a4147 I2C bus reset with info to user Dave P 2016-05-26 12:53:48 +02:00
  • 0ac37810ca Update ESP8266HTTPClient.cpp scottfitzenrider 2016-05-25 15:07:14 -04:00
  • cffdd55759 Add ArduinoOTA::getHostname() interface Yuichi Tateno 2016-05-22 18:17:23 +09:00
  • 5313c56f24 Add SPIFFS::end (#1657) Ivan Grokhotkov 2016-05-20 10:20:04 +08:00
  • 43fb139ed8 Add option to keep FS classes in namespace (#2030) Ivan Grokhotkov 2016-05-16 11:08:33 +08:00
  • 15aed3b06e Add missing python script for HTTP client test Ivan Grokhotkov 2016-05-11 14:56:46 +08:00
  • 0cd82db486 Update changelog 2.3.0-rc1 Ivan Grokhotkov 2016-05-11 14:38:11 +08:00
  • a8640c4244 Fix ARM toolchain files permissions (#2004) Ivan Grokhotkov 2016-05-11 14:31:41 +08:00
  • e8b8a606e4 Update axTLS to 139914f Ivan Grokhotkov 2016-05-10 23:34:33 +08:00