1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-29 16:03:14 +03:00

Commit Graph

  • ee24cffc5a fix device tests (#6861) david gauchard 2019-12-03 23:26:54 +01:00
  • 2309a1c9cb removed TWI_CLOCK_STRETCH_MULTIPLIER (#6867) StanJ 2019-12-03 11:45:58 -06:00
  • 074a8016bf Remove user_interface.h from gdbstub includes (#6862) Earle F. Philhower, III 2019-12-01 15:39:08 -07:00
  • cc6d346aa5 added clock stretch yield, [issue 2162] fixed twi::status (#6860) StanJ 2019-11-30 22:21:54 -06:00
  • 22b2687a25 Conflict with pre-included Arduino.h (the indirect includes thereof) (#6853) Dirk O. Kaar 2019-11-28 19:31:57 +01:00
  • 40f5a99d03 back to 2.7.0-dev (#6850) david gauchard 2019-11-28 03:54:24 +01:00
  • bc204a9bfa release 2.6.2 (#6849) 2.6.2 david gauchard 2019-11-28 01:38:43 +01:00
  • c37903c33b Uninitialized stack object can have unintended bad values (#6846) Dirk O. Kaar 2019-11-28 00:27:52 +01:00
  • ec7ae4ed44 Using clockCyclesPerMicrosecond() in host build fails (#6844) Dirk O. Kaar 2019-11-27 17:29:15 +01:00
  • 7ab1f615ac F_CPU is available and is 80000000 (#6841) Dirk O. Kaar 2019-11-26 18:32:13 +01:00
  • 56fe2bfe73 [BREAKING] Update FS plugin info for python3 compat (#6807) Earle F. Philhower, III 2019-11-26 08:43:18 -07:00
  • 32792483cc Fix pointer arithmetic (#6830) Develo 2019-11-24 07:42:17 -03:00
  • 8f6e0dd339 Allow for POSTs larger than a few 100 bytes (#6800) Earle F. Philhower, III 2019-11-23 21:53:29 -07:00
  • 05d28bc045 reset artificial timezone when using newlib (#6828) david gauchard 2019-11-24 04:19:16 +01:00
  • 8b3b60056a switch to firmware 2.2.x-190703 by default (#6826) david gauchard 2019-11-24 01:00:18 +01:00
  • 8ec93dcd26 use wificlient.available() where relevant (#6827) david gauchard 2019-11-24 00:12:37 +01:00
  • a35edca07a EspSoftwareSerial: ctor/begin() compatibility to AVR/ESP8266/ESP32 (#6814) Dirk O. Kaar 2019-11-22 18:26:00 +01:00
  • 5b500e4e34 Move eboot_command_clear to after firmware copy. (#6823) Mike Nix 2019-11-22 09:37:12 +08:00
  • ebae47c13a Expand BSSL stack (#6819) Earle F. Philhower, III 2019-11-20 18:05:38 -07:00
  • 007e495e0d Implement invert for HardwareSerial (#6816) Dirk O. Kaar 2019-11-20 17:17:42 +01:00
  • b478429fe4 Change Sphinx version to latest (#6817) Earle F. Philhower, III 2019-11-20 08:36:04 -07:00
  • 916eb89b07 Mark esp_schedule IRAM_ATTR to make it ISR safe - this complements the suspend CONT via esp_yield pattern in esp_delay for early returning from delay due to external events. In libraries/ESP8266WiFi/src/ESP8266WiFiGeneric.cpp this is done from CBs, that are called from tools/sdk/lwip/include/lwip/dns.h (#6809) Dirk O. Kaar 2019-11-20 04:50:40 +01:00
  • 6533be353f Version bump for package.json (#6784) Adrian Scillato 2019-11-20 00:08:36 -03:00
  • 800794de37 Add callbacks for ESP8266HTTPUpdate (#6796) Earle F. Philhower, III 2019-11-19 12:15:57 -07:00
  • 36f903443b Add const char* content to ESP8266WebServer::send() (#6797) Earle F. Philhower, III 2019-11-19 10:46:30 -07:00
  • 919c753563 Terminate the chunked printDirectory (#6808) Earle F. Philhower, III 2019-11-19 02:32:39 -07:00
  • cb6b30a47d Weak binding lessens version dependency between ESP8266 and MT library CoopTask. (#6790) Dirk O. Kaar 2019-11-19 08:43:28 +01:00
  • 6768116b8c Only add "l" to XX.htm URLs if XX.html exists (#6794) Earle F. Philhower, III 2019-11-18 22:43:47 -07:00
  • 344c4492af [SSDP] add schema(Print &) const (#6798) Earle F. Philhower, III 2019-11-18 22:02:54 -07:00
  • 9b96f53778 Fix typo in mode timeout loop (#6801) Develo 2019-11-19 01:27:10 -03:00
  • bbfe2c2035 remove clear() before beginInternal() so _location is not cleared before its passed to beginInternal() (#6786) liebman 2019-11-18 11:41:24 -08:00
  • b71872ccca Add stdint, move headers up in core_features.h (#6793) Earle F. Philhower, III 2019-11-17 20:26:03 -07:00
  • dabf4c53d4 Make upload.py compatible with existing FS upload (#6788) Earle F. Philhower, III 2019-11-17 15:05:43 -07:00
  • 01e9d948c7 Update SdFat to not undefine F() macro (#6787) Earle F. Philhower, III 2019-11-16 15:50:02 -07:00
  • 25f74bb52e release process: updates about Travis CI (#6785) david gauchard 2019-11-15 22:55:04 +01:00
  • 240ae5ef26 Add/unify comments for target and source sites of async scheduling via delay()/esp_yield()/esp_schedule() (#6780) Dirk O. Kaar 2019-11-15 14:53:43 +01:00
  • 05454df164 Root page should be of type text/html (#6776) André Futter 2019-11-15 00:29:31 +01:00
  • 95c740705e Add missing "LittleFS.begin()" in LittleFS_Timestamp example. (#6762) Mehdi Beyk Mohamadi 2019-11-15 00:55:56 +03:30
  • 48ea3a3e9e Update platform to 2.7.0-dev, bump Readme to 2.6.1 (#6774) david gauchard 2019-11-14 17:36:32 +01:00
  • 482516e393 Minimize header use, move Ticker function definitions into cpp file (#6496) 2.6.1 Dirk O. Kaar 2019-11-14 14:02:32 +01:00
  • af85bd2efc release process for 2.6.1 (#6773) david gauchard 2019-11-14 10:24:22 +01:00
  • b52c52791a a single esptool command for erasing and flashing (#6765) david gauchard 2019-11-14 06:46:21 +01:00
  • 6f3c57b7fa Fix issue with functions scheduled from scheduled functions (#6770) Dirk O. Kaar 2019-11-14 04:56:18 +01:00
  • 2f26d94f64 minor: examples: reorder functions for declarations prior to call (#6766) david gauchard 2019-11-14 02:35:30 +01:00
  • 09896d5287 Add String::concat(char*, len) to allow non null-term strings (#6754) Earle F. Philhower, III 2019-11-14 00:58:07 +01:00
  • d2d0ee3d43 Update to LittleFS 2.1.3 (#6757) Earle F. Philhower, III 2019-11-12 19:55:50 +01:00
  • 41d99ad48a WString explicit converters to reduce Flash size (#6759) s-hadinger 2019-11-12 18:47:26 +01:00
  • 8222acedaf EspSoftwareSerial release 6.1.1, "9bit" support (#6761) Dirk O. Kaar 2019-11-12 15:57:11 +01:00
  • bc60e97489 board NodeMCUv1 menu: led selection (2, 16) (#6748) david gauchard 2019-11-10 22:07:51 +01:00
  • 2fef67dcb0 - Generalize CryptoInterface. Anders 2019-11-10 21:50:43 +01:00
  • 4e5bf118c1 release script: remove makecorever.py call in released version (#6747) david gauchard 2019-11-10 18:22:21 +01:00
  • 739bcd3fd5 Updated EspSoftwareSerial brings backward compatibility for ctor/begin() pair (only for the common cases with complete default argument use) (#6746) Dirk O. Kaar 2019-11-10 10:48:12 +01:00
  • 43e0554b9c Add some useful links (#6744) Develo 2019-11-10 03:52:40 -03:00
  • dde76d1b5d Puts to rest the confusion about the builtin leds for nodemcu boards (#6743) Develo 2019-11-10 02:01:02 -03:00
  • adda7da485 Mention erasing arduino15 contents before installing git (#6741) Develo 2019-11-09 23:53:38 -03:00
  • 2c2468f962 Add ipv4_addr_t for espconn/LwIP1.4 compat (#6740) Peter 2019-11-10 09:41:26 +10:00
  • 6626b2fb07 add docs: how to get POST body in ESP8266WebSever (#6736) Chế Tiệp Chân Khoa 2019-11-09 14:55:18 +07:00
  • b5f873ecc3 Update platform to 2.7.0-dev, bump Readme to 2.6.0 (#6734) Develo 2019-11-08 22:17:53 -03:00
  • 643ec203b3 Release 2.6.0 (#6733) 2.6.0 Develo 2019-11-08 19:08:14 -03:00
  • 9f6d3c7c3e Add board filter support ... (#6643) M Hightower 2019-11-08 09:49:29 -08:00
  • 5260b30730 EspSoftwareSerial release 5.4.0 with performance/error rate improvement in TX (#6722) Dirk O. Kaar 2019-11-08 17:53:03 +01:00
  • 3b1ad418b3 Add missing time.h include, use relative include path on time.h includes (#6730) Niek van der Maas 2019-11-08 17:16:03 +01:00
  • 1ec3683ca0 FW: use NONOS-SDK branch 2.2.x from 2019-10-24 by default (#6724) david gauchard 2019-11-08 11:41:22 +01:00
  • 453eb2d064 Add wait loop at the end of mode, refactor can_yield (#6721) Develo 2019-11-07 18:25:20 -03:00
  • 6f7eb2828a Make SPIFFS and LittleFS stay out of link when not needed (#6699) david gauchard 2019-11-07 01:37:52 +01:00
  • c28838d980 Update esptool reset method (#6429) Laurent Lalanne 2019-11-06 22:55:33 +01:00
  • 98785f7cdf Rollback setContentLength removal (#6715) (#6719) Develo 2019-11-06 16:08:28 -03:00
  • 3132325bf8 - Replace Crypto files with CryptoInterface which uses BearSSL as a cryptographic backend. Anders 2019-11-05 22:29:59 +01:00
  • ffa9e3c7c2 Remove useless call to setContentLength() (#6715) Develo 2019-11-05 21:50:52 -03:00
  • 2abcd16efb Implementation of a generic CallBackList (#5710) hreintke 2019-11-05 23:48:04 +01:00
  • e2959eefd5 Adds SparkFun Blynk Board (#6713) Elias Santistevan 2019-11-05 09:56:52 -07:00
  • d14419efa2 Save 16 bytes RAM by placing esp8266_gpioToFn (core_esp8266_wiring_digital.cpp) array in PROGMEM (#6703) Dirk O. Kaar 2019-11-05 16:37:15 +01:00
  • 60c8975feb Spi0command (#6674) Mike Nix 2019-11-05 10:14:35 +08:00
  • afc88f2652 - Improve HelloMesh.ino. Anders 2019-11-04 12:59:49 +01:00
  • 78812a7333 - Add HelloTcpIp.ino example for the TcpIpMeshBackend. Anders 2019-11-03 22:26:52 +01:00
  • 6b763686de - Add working FloodingMesh. Unencrypted broadcasts should work well, but are untested in large mesh networks. Encrypted broadcast support is currently experimental. Anders 2019-11-03 14:00:05 +01:00
  • 692e542d58 precache() - preload code into the flash cache. (#6628) Mike Nix 2019-11-03 16:23:36 +08:00
  • bf4a4351b6 increase include file compatibility with other architectures (#6700) david gauchard 2019-11-02 02:48:23 +01:00
  • 176f2851e4 Fix space. Anders 2019-11-01 12:55:31 +01:00
  • 8194197e9d Even better fix of conflict with master branch. Anders 2019-11-01 12:37:09 +01:00
  • 7ca5a7e5bb Fix conflict with master branch. Anders 2019-11-01 12:17:24 +01:00
  • f8ec4f1c72 - Make connectionQueue(), latestTransmissionOutcomes() and latestTransmissionSuccessful() methods static in order to match the underlying data storage. Anders 2019-10-31 22:25:12 +01:00
  • 14262af0d1 Cleanup base64::encode functions (#6607) Dirk Mueller 2019-10-31 21:18:36 +01:00
  • 348c58b644 added public cleanAPlist() function (#4107) NayanKaran 2019-10-31 23:28:35 +05:30
  • d776ca5875 Re-wording of ATOMIC_FS_UPDATE documenation (#6693) Peter 2019-11-01 03:04:22 +10:00
  • 70e8c99019 fix doc and update ci (#6692) david gauchard 2019-10-31 16:55:11 +01:00
  • 8bc5a10d6d Further const correctness / String by reference passing cleanups (#6571) Dirk Mueller 2019-10-31 16:02:40 +01:00
  • ba971fe7e9 POST web server example (#2705) James Marlowe 2019-10-31 08:47:47 -05:00
  • 72dd589599 Add time to filesystem API (#6544) Earle F. Philhower, III 2019-10-31 06:09:52 -07:00
  • b4c28e74d6 Spi slave improvments (#6580) Dmytro 2019-10-31 04:49:55 +02:00
  • 9f2cfb8218 fallback onto index.html if index.htm fails (#2614) George Talusan 2019-10-29 19:25:03 -04:00
  • b0ef9195b5 Merge branch 'master' into wifi_mesh_update_2.2 aerlon 2019-10-29 21:55:08 +01:00
  • dd73a1885e Remove non-ASCII or non-UTF8 character (#6687) Jason2866 2019-10-29 13:45:41 +01:00
  • 7a43092df0 Update core with upstream umm_malloc (#6438) M Hightower 2019-10-28 23:42:30 -07:00
  • 6e51ef0cc8 Wakeup delayed scheduling (#6485) Dirk O. Kaar 2019-10-28 12:55:00 +01:00
  • e4c6a7a73a Reapply fix for redundant FS size check (#6666) Clemens Kirchgatterer 2019-10-28 01:40:35 +01:00
  • ba50bd57b8 sdk: testing branch update (v2.2.x), tidy up fw names in menus, add dates (#6672) david gauchard 2019-10-27 18:01:28 +01:00
  • 36c369bb8f Double I2C read in one transaction skips a clock pulse (#5528) (#6654) Gijs Noorlander 2019-10-27 04:59:19 +01:00
  • 5d0b9aa5ac Remove typo in device test "make clean" (#6673) Earle F. Philhower, III 2019-10-26 16:45:24 -07:00
  • fbcc69b989 fake library directory: prevent building an archive (#6671) david gauchard 2019-10-27 00:06:24 +02:00