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

Commit Graph

  • af74a10d27 Bump version to 2.5.0-dev Ivan Grokhotkov 2018-03-08 12:39:41 +08:00
  • 614f7c32e5 Release 2.4.1 2.4.1 Ivan Grokhotkov 2018-03-08 11:21:31 +08:00
  • e52ead1e83 doc: remove changelog Ivan Grokhotkov 2018-03-08 11:21:12 +08:00
  • 8053f285b1 provide full version descriptor, displayed in debug mode (#4467) david gauchard 2018-03-08 04:37:03 +01:00
  • 5b87c7b82d Update ISSUE_TEMPLATE.md (#4474) Develo 2018-03-07 20:14:55 -03:00
  • e47a92a836 lwip2: improve netif flags management on git side David Gauchard 2018-03-07 10:24:44 +01:00
  • 3df3246514 lwip2: bump tag before 2.4.1 david gauchard 2018-03-06 22:45:17 +01:00
  • 2335f18f5a lwip2: fix disconnection/reconnection issue also: improve version string remove useless message David Gauchard 2018-03-06 19:41:00 +01:00
  • 7999f5c29c Use correct separator in keywords.txt per1234 2018-03-04 18:11:56 -08:00
  • a2e7c7d016 (bool)WiFiClient needs to return ::connected() since ClientContext is not destroyed on ::stop() (#4422) david gauchard 2018-03-03 00:27:08 +01:00
  • 1349bafd83 [WIP] ESP8266WiFi: initialize new fields, remove old workaround (#4413) Ivan Grokhotkov 2018-02-28 23:21:32 +03:00
  • 19eb6ea548 Fix small typo in documentation. (#4440) fabianoms 2018-02-28 15:41:15 -03:00
  • 9127e6eaac Fix some links (#4408) ZaPpInG 2018-02-28 18:32:52 +01:00
  • 29789b1193 fixed replyPakcet to replyPacket (#4439) Aarush Ahuja 2018-02-27 23:51:16 +05:30
  • cd6cd85fca sdk: add a script for library update Ivan Grokhotkov 2018-02-22 11:06:43 +03:00
  • c885542f05 sdk: update to v2.2.0-3-gf8f27ce Ivan Grokhotkov 2018-02-22 10:47:15 +03:00
  • 00c8b633df platform, boards: add menu to control what gets erased during upload Ivan Grokhotkov 2018-02-18 13:24:25 +03:00
  • 0222e32f15 esptool: update to 0.4.13 Ivan Grokhotkov 2018-02-17 16:12:23 +03:00
  • e5746c0f5a Merge pull request #4399 from ivankravets/master Ivan Kravets 2018-02-20 15:01:57 +02:00
  • f2fc590d51 Drop PlatformIO lines from LD script; append object suffix to the end of target name // Resolve #4355 Ivan Kravets 2018-02-20 13:40:54 +02:00
  • ee5a1e2804 WiFiClient: don’t destroy ClientContext on ::stop Ivan Grokhotkov 2018-02-19 16:29:34 +03:00
  • 28d8a41219 ESP8266WiFi: zero-initialise scan_config structure Ivan Grokhotkov 2018-02-20 02:13:16 +03:00
  • 0a000fef95 Merge pull request #4393 from esp8266/ivankravets-patch-2 Ivan Kravets 2018-02-20 01:00:40 +02:00
  • dcb67599b5 Revert "Remove @PlatformIO library.json from GDBStub; fix pattern in LD" Ivan Kravets 2018-02-19 23:28:14 +02:00
  • f3f00ed64e gitignore: ignore generated files Ivan Grokhotkov 2018-02-19 17:11:48 +03:00
  • 73ae0bb824 sdk: add missing version.h file Ivan Grokhotkov 2018-02-19 16:34:01 +03:00
  • a020e8941a boards.txt.py: normalize script name in generated output Ivan Grokhotkov 2018-02-18 13:24:41 +03:00
  • a358bce0d9 boards.txt.py: fix extra newline at the end of JSON output Ivan Grokhotkov 2018-02-17 17:25:50 +03:00
  • f0787e7106 boards.txt.py: fix trailing comma in generated JSON Ivan Grokhotkov 2018-02-17 16:31:45 +03:00
  • aa37364e04 boards, package: update from boards.txt.py Ivan Grokhotkov 2018-02-17 15:58:49 +03:00
  • 0d17639bee ci: check that files generated by boards.txt.py are up to date Ivan Grokhotkov 2018-02-17 15:54:05 +03:00
  • ce90037fca tools/boards.txt.py: make ldscript output same as the existing files Ivan Grokhotkov 2018-02-17 15:34:56 +03:00
  • bc46db79c6 tools/boards.txt.py: remove tabs Ivan Grokhotkov 2018-02-17 15:00:23 +03:00
  • 429f40d321 sdk: update to 2.2.0 Ivan Grokhotkov 2018-02-16 00:31:46 +03:00
  • f9ac524b13 Add -Werror to acceptance builds for C and CPP (#4369) Earle F. Philhower, III 2018-02-17 18:47:10 -08:00
  • ad42ab69c1 Fix typos (#4346) diogosalazar 2018-02-16 19:28:36 -08:00
  • d0f220fb54 fix board common variant inclusion for deprecated BUILTIN_LED (#4366) david gauchard 2018-02-17 02:40:25 +01:00
  • 5328a8b91e additional mimetable fixes, additional string moves to progmem (#4371) Develo 2018-02-16 16:56:33 -03:00
  • bb90e12ea0 Fix double-free in ESP8266WebServer (#4365) Earle F. Philhower, III 2018-02-14 07:50:26 -08:00
  • 11c83e1687 Merge pull request #4363 from ivankravets/master Ivan Kravets 2018-02-14 13:30:48 +02:00
  • eb58a31b89 Remove @PlatformIO library.json from GDBStub; fix pattern in LD // Resolve #4355 Ivan Kravets 2018-02-14 00:23:12 +02:00
  • 291bc6bca5 Wrap mimetype strings in FSPTR()s (#4338) Earle F. Philhower, III 2018-02-10 08:12:38 -08:00
  • bf5a0f24dc Fix mem leak in SSL server, allow for concurrent client and server connections w/o interference (#4305) Earle F. Philhower, III 2018-02-08 10:25:24 -08:00
  • cda72a07e0 Changed TIM_DIV265 for deprecation (#4326) Develo 2018-02-08 14:07:47 -03:00
  • f6f977fb03 fix links for read the docs (#4293) Doanh Văn Lương 2018-02-08 11:17:36 +07:00
  • bb5787a1cd Fix mdns buffer overrun by 1 (#4317) Develo 2018-02-07 14:39:27 -03:00
  • 85fb3d9b44 boards: Wemos D1 R1 needs a separate defined identifier (#4304) david gauchard 2018-02-07 15:36:26 +01:00
  • 4caf4878c7 LED_BUILTIN should be a #define (#4276) david gauchard 2018-02-07 14:42:57 +01:00
  • b15102ad28 doc/faq: tcpCleanup (#4314) david gauchard 2018-02-07 13:09:25 +01:00
  • bcbd5961c0 add begin(port) to esp8266webserver, move some strings to flash, some refactoring (#4148) Develo 2018-02-07 00:30:07 -03:00
  • 0339bbb11c lwip2: use only wifi_station_get_hostname() to set netif hostname (#4299) david gauchard 2018-02-07 03:23:27 +01:00
  • 64885fd5cf minor cosmetics (dead code, -Wallextra) (#4274) david gauchard 2018-02-07 01:34:46 +01:00
  • 83f6d83db0 Fix RTCmem example buffer access past end (#4288) Develo 2018-02-06 20:54:03 -03:00
  • 9694b3e688 Fix spiffs lseek typo for seek_end (#4287) Develo 2018-02-06 19:59:16 -03:00
  • 4c23e66bba SSL server DEBUG, code cleanup fixes (#4280) Earle F. Philhower, III 2018-02-06 07:33:26 -08:00
  • c8dbfb160b Refrech api.github.com x509 certificate (#4306) Earle F. Philhower, III 2018-02-06 06:06:05 -08:00
  • c3bd91af28 Merge pull request #4294 from esp8266/ivankravets-patch-1 Ivan Kravets 2018-02-05 16:38:14 +02:00
  • e3074e9575 Update integration with @PlatformIO Ivan Kravets 2018-02-05 12:53:02 +02:00
  • e38f19e008 Remove warnings when NDEBUG build option used (#4196) Earle F. Philhower, III 2018-02-04 20:59:31 -08:00
  • 4e115917ae fix dead link docs (#4221) Doanh Văn Lương 2018-02-05 10:57:58 +07:00
  • 29c9ebea32 update lwip menu (#4286) david gauchard 2018-02-03 22:02:29 +01:00
  • 199fe0f16d ClientContext:_write_some: release buffer once data really accepted for sending (#4265) david gauchard 2018-02-01 11:49:04 +01:00
  • 9ba8f77678 Check that pins needed by Wire are defined at compile-time (#4261) Develo 2018-01-30 14:59:47 -03:00
  • 4bafbe5514 WiFiTelnetToSerial Example - Minor Issues #2435 (#4255) NameOfTheRose 2018-01-29 19:12:22 +02:00
  • 84228b1c73 Nameoftherose patch for Issue #2435 (#4256) NameOfTheRose 2018-01-29 18:28:28 +02:00
  • 8da1d78cb4 Change argument to Esp.deepSleep from uint32 to uint64 to match SDK, add deepSleepMax based on the cali_proc function per SDK devyte 2018-01-24 17:14:57 -03:00
  • 8b87491700 new board generator option: --nofloat (#4232) david gauchard 2018-01-27 11:10:59 +01:00
  • 4e539b2618 Add a new resetmethod_menu_all macro (#4241) Maurice Ribble 2018-01-26 20:04:22 -05:00
  • 8a24598d5d Add missing esptool upload modes for none and dtrset (#4228) Maurice Ribble 2018-01-24 09:20:04 -05:00
  • 575c45d1e7 Merge pull request #4222 from boneskull/oak-fix david gauchard 2018-01-24 13:42:55 +01:00
  • 87b9097399 add missing constants to variants/oak Christopher Hiller 2018-01-22 23:25:35 -08:00
  • 589eb29eb3 Clear calloc block only if malloc succeeds Earle F. Philhower, III 2018-01-20 20:14:37 -08:00
  • 0fe725909e Update I2S base frequency and frequency dividers to real ones (#4031) Kristijan Gjoshev 2018-01-21 00:58:42 +01:00
  • 38fe6fc488 Add timeout to WiFi connection loop in WiFiMulti (#4146) Develo 2018-01-20 14:45:54 -03:00
  • dd00db1b8c check ClientContext's this and _pcb once out of the ::connect() delay (#4194) david gauchard 2018-01-19 01:20:33 +01:00
  • d5c43f0102 Utilized UPDATE_ERROR_ERASE, added _setError function and refactored code (#4190) egemenertugrul 2018-01-18 19:34:35 +03:00
  • b08ff10269 Rework of arduino compatibility in WiFiSTAClass::config (#4145) Develo 2018-01-17 15:30:24 -03:00
  • bb794f9e02 Move C++ vtables into IRAM, out of HEAP (#4179) Earle F. Philhower, III 2018-01-17 09:10:40 -08:00
  • 074402e23b Merge pull request #4150 from d-a-v/lwip david gauchard 2018-01-15 17:09:25 +01:00
  • de2a3821f6 lower lwip2 ram and flash footprint (by disabling old asserts) David Gauchard 2018-01-12 14:47:03 +01:00
  • 23a7bc2939 restore zalloc() (lost with OOM debug commit, used by lwip/lwip2) David Gauchard 2018-01-12 14:34:53 +01:00
  • 12f336fa5f Case change and and 'none' reset option for Digistump Oak (#4143) Peter 2018-01-15 13:19:52 +10:00
  • ca25068733 initialize io_ctx to nullptr Zandt Tittle 2018-01-11 23:07:27 -06:00
  • 02259a412c fixed support for psk in WiFiSTA, added support for psk to WiFiMulti, minor code cleanups (#4076) Develo 2018-01-10 23:15:24 -03:00
  • 332e059724 ESP8266HTTPClient: add digest authentication example (#4112) Parham Alvani 2018-01-10 11:57:25 +03:30
  • bd1c7ce1dc Add SSL enabled WiFiServer, Updater, WebServer Earle F. Philhower, III 2017-02-27 20:17:04 -08:00
  • 8765da258b Added WifiServer::begin(uint16_t port) method, listening port can be changed at runtime (#4123) Luis Carlos Becerra Rueda 2018-01-09 20:10:43 -05:00
  • 2c8b2b92ce tests: minor fixes, add README.md Ivan Grokhotkov 2018-01-07 20:31:19 +08:00
  • e7127118c6 tests/device: clean up requirements.txt, use latest versions Ivan Grokhotkov 2018-01-07 20:30:30 +08:00
  • 74ba914ced tests/device: add make target to generate test reports Ivan Grokhotkov 2018-01-07 20:30:08 +08:00
  • 28253c5bd3 boards.txt generator (#3722) david gauchard 2018-01-08 15:06:01 +01:00
  • 4b319d9b0c UpdaterClass::printError now accepts the Print object ijm7 2018-01-07 11:54:21 +00:00
  • f28d2eb7d7 lwip2: fix wdt, fix wifi reconnection (#4105) david gauchard 2018-01-06 23:34:11 +01:00
  • 89837fcea5 lib/Ticker: add bool active() (#2722) Karl Palsson 2018-01-05 04:04:53 +00:00
  • 9cfbbc7ad3 keepalive api (default 2h,75s,9 not enabled) (#3937) david gauchard 2018-01-05 04:17:37 +01:00
  • fb7c519856 small fix to stop crash on unrecognized packets (#4092) Mike Killewald 2018-01-04 18:10:46 -05:00
  • a19ff3517e Update ArduinoOTA.cpp to solve #4086 (#4090) ZaPpInG 2018-01-04 22:48:56 +01:00
  • d9ef6b5f18 ArduinoOTA: don't crash on unrecognized packets (#4086) yoursunny 2018-01-03 22:14:32 -05:00
  • 82e5186786 Merge pull request #4079 from esp8266/ivankravets-patch-piocore35 Ivan Kravets 2018-01-03 16:04:10 +02:00
  • 411f8d878f Add support for @PlatformIO Core 3.5.0 Ivan Kravets 2018-01-03 15:33:55 +02:00