1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-28 05:01:28 +03:00

Commit Graph

  • 4b2bf45933 Additions to UdpContext needed for LEAmDNS2 (#7048) LaborEtArs 2020-02-24 14:56:00 +01:00
  • 2d58be744b TCP: fixes backlog limit handling, and allows ephemeral TCP connections (#7096) david gauchard 2020-02-24 07:16:55 +01:00
  • 2b640c0189 Add flash helper constructor to Uri (#7105) Develo 2020-02-23 16:29:47 -03:00
  • d990ff9547 Improve LittleFS support (#7071) JasperHorn 2020-02-23 09:38:40 +01:00
  • 16319da63d Resolved issue #3359 (#6969) Tim Stableford 2020-02-23 00:30:17 +00:00
  • bea64dfa69 Add fileCreation/getCreation create-time accessors (#7000) Earle F. Philhower, III 2020-02-22 12:49:08 -08:00
  • 4eca62cb53 Add Uri with support for regexUri and globUri (#6696) Bob 2020-02-22 20:51:47 +01:00
  • a40663b65f Update to latest BearSSL (#7098) Earle F. Philhower, III 2020-02-22 03:42:46 -08:00
  • f69e404c87 SNTP: backport espressif sntp api for lwip2 (#7097) david gauchard 2020-02-22 11:55:01 +01:00
  • e6decacd0a Fix/enable UDP packet reassembly (#7036) Szabolcs Székelyi 2020-02-22 01:38:14 -05:00
  • cd56dc0901 restore dtostrf when floats are disabled in printf/scanf + round fix (#7093) david gauchard 2020-02-22 02:34:09 +01:00
  • 0a58172c6a Merge pull request #6804 from dok-net/optimistic_yield_recurrency Earle F. Philhower, III 2020-02-20 14:11:45 -08:00
  • 5100beec2c Merge branch 'master' into optimistic_yield_recurrency Earle F. Philhower, III 2020-02-20 12:30:05 -08:00
  • afe40211ef Corrections after review remarks; thanks @earlephilhower Dirk O. Kaar 2020-02-20 19:41:08 +01:00
  • f066ed2495 configTime(tzsec,dstsec,): fix UTC/local management (#6993) david gauchard 2020-02-18 16:39:38 +01:00
  • e752e96e9f lwip2 updates: no more git sub-sub-module deps, faster checksum, backlog limitation and other fixes (#6887) david gauchard 2020-02-18 06:54:50 +01:00
  • bc4f000c48 package builder: updates for alpha releases (#7088) david gauchard 2020-02-17 17:40:50 +01:00
  • 321d256c8b Merge pull request #7085 from mhightower83/pr-bear-stack-dump Earle F. Philhower, III 2020-02-16 09:17:39 -08:00
  • c07a1fd1b7 Corrected stack start and end in stack_thunk_dump_stack(). M Hightower 2020-02-14 11:05:04 -08:00
  • 5efdc7762a Allow using custom linker scripts (#7078) Valerii Koval 2020-02-13 00:30:26 +02:00
  • 11ae243ecf Merge pull request #7068 from earlephilhower/dtostrf_to_printf Earle F. Philhower, III 2020-02-09 16:24:58 -08:00
  • 0c1b6f9f96 Merge branch 'master' into dtostrf_to_printf Develo 2020-02-09 15:59:28 -03:00
  • dbd7b8218d Fix serach order for index.htm(l)(.gz) files (#7069) Earle F. Philhower, III 2020-02-09 10:58:06 -08:00
  • f762721603 Use sprintf to output floats in Print/dtostrf Earle F. Philhower, III 2020-02-09 09:11:41 -08:00
  • 56b90a2abb Merge pull request #7027 from dok-net/wmath_map Earle F. Philhower, III 2020-02-08 20:00:42 -08:00
  • cd5cbae1f6 Merge branch 'master' into wmath_map Earle F. Philhower, III 2020-02-08 13:51:48 -08:00
  • 50a491b7fd Merge pull request #7066 from mhightower83/pr-postmortem-offset-update Earle F. Philhower, III 2020-02-08 13:12:01 -08:00
  • f45da1cf25 Updated stack offsets for postmortem stack dump. Changed ets_putc to ets_uart_putc1 to better newline handling. M Hightower 2020-02-07 09:59:17 -08:00
  • 50fab5162f No need for preprocessor undefinition of optimistic_yield, after all. Dirk O. Kaar 2019-12-24 23:43:04 +01:00
  • 8d2eca5684 Remove long-since disused define. Dirk O. Kaar 2019-12-18 09:27:00 +01:00
  • 554435780b Due to 3rd party use of symbol optimistic_yield without #include <Arduino>, have to resort to preprocessor definition for inlining. Dirk O. Kaar 2019-12-02 11:58:45 +01:00
  • 3767791fbc Allow constexpr evalution to occur. optimistic_yield is always called with a literal parameter value. Dirk O. Kaar 2019-12-02 11:05:21 +01:00
  • 3d7423bdde Move yield start time set to esp_yield_within_cont Dirk O. Kaar 2019-11-19 13:49:19 +01:00
  • 598361f3aa Substitute micros() by CPU cycles - faster, but large values for interval_us can overflow - 26s at 160MHz CPU clock. Dirk O. Kaar 2019-11-19 01:36:59 +01:00
  • d6e603f397 Fix optimistic_yield to not yield on every call after a loop runs for x us, but yield only every x us between optimistic_yield calls. Dirk O. Kaar 2019-11-18 22:39:51 +01:00
  • a8515a7d66 use STA as default interface in mDNS (#7042) david gauchard 2020-02-05 10:14:42 +01:00
  • 58829022ed Fix "improved_map" from Servo.cpp and use this is in core implementation. Dirk O. Kaar 2020-01-21 11:28:14 +01:00
  • 14f627218b update to new prebuilt win sed version (#7062) david gauchard 2020-02-05 00:05:05 +01:00
  • 6be561617f Added dependencies for eboot.ld and Makefile to Makefile. (#7047) Earle F. Philhower, III 2020-02-03 09:49:13 -08:00
  • d0316a13fc Merge branch 'master' into pr-eboot-cs-fix Earle F. Philhower, III 2020-02-02 15:18:01 -08:00
  • 63b73bf181 add Low-Power demo (#6989) StanJ 2020-02-01 18:57:21 -06:00
  • 378c1f14c7 Update ESP8266HTTPClient.cpp (#7051) ramirocarra 2020-02-01 20:11:00 -03:00
  • a2141803f1 Code size optimisation of ESP.getResetReason() (#7029) Dirk Mueller 2020-01-30 22:07:34 +01:00
  • fe7faf701e Added dependencies for eboot.ld and Makefile to Makefile. Updated eboot.ld to not fill with zeros through the CS field on its way to the CRC. Added size test to elf2bin.py M Hightower 2020-01-29 13:05:59 -08:00
  • 9e9515b49f clear _canReuse in setUrl if its not a local redirect (#7039) liebman 2020-01-27 19:35:16 -08:00
  • bb696dd204 host build: optimistic_yield() wrongly delays() instead of avoiding excessive yields (#6802) Dirk O. Kaar 2020-01-28 01:47:39 +01:00
  • 7b0fa3554c Update LEAmDNS.cpp (fix issue #6982) (#7025) LeisureLadi 2020-01-28 01:08:30 +01:00
  • 0c6be9e114 Made changes to include "ESP8266_" with ITEAD board names, {build.board}, (#7024) M Hightower 2020-01-27 14:44:08 -08:00
  • 0989932669 allow ".bin.gz" filter in updater file selector (#7026) david gauchard 2020-01-26 00:56:46 +01:00
  • baf223c6cb Release 6.7.1 (#7034) Dirk O. Kaar 2020-01-25 23:54:32 +01:00
  • 6e37ee36f8 fix CI: switch to python3 for pio (#7035) david gauchard 2020-01-25 22:55:34 +01:00
  • 158039e414 Reduce mem footprint of ESP.getResetInfo() (#7030) Dirk Mueller 2020-01-22 15:00:11 +01:00
  • 00440cd84a Remove memory leak on multiple calls to initCertStore (#7021) Earle F. Philhower, III 2020-01-17 10:10:17 -08:00
  • b930c4c3e6 boards.txt.py: Fix packagegen to use newfilestr instead of filestr when writing file. (#7018) M Hightower 2020-01-17 09:24:47 -08:00
  • bb6243a17b Use a python3 script to call python3 (#6960) Earle F. Philhower, III 2020-01-14 06:53:17 -08:00
  • 0d38ea7308 Add back mklittlefs for linux32 target (#7011) Earle F. Philhower, III 2020-01-11 09:16:46 -08:00
  • 677007f481 Define MAX_SERVOS to 12, like original Servo.h (#6999) Earle F. Philhower, III 2020-01-08 20:30:44 -08:00
  • 5bc3079217 Fix Updater potential overflow, add host tests (#6954) Earle F. Philhower, III 2020-01-08 17:38:28 -08:00
  • 5e537e5783 Updating _port to really used port and made _port accessible (#7003) LaborEtArs 2020-01-09 01:36:39 +01:00
  • b4d2ab102b Fix boolean/logical & mixup in LittleFS open (#6996) Earle F. Philhower, III 2020-01-07 10:55:42 -08:00
  • 8242d72271 Add LittleFS support to ESP8266WebServer.serveStatic() (#6987) JasperHorn 2020-01-05 05:33:05 +01:00
  • d4d89244bd Add SDFS::Dir::fileTime callback (#6985) Earle F. Philhower, III 2020-01-04 11:36:47 -08:00
  • 753b5a581a Update LittleFS to latest upstream head (#6986) Earle F. Philhower, III 2020-01-04 09:59:06 -08:00
  • b62d8c7633 Update BearSSL, increase SSL stack (#6980) Earle F. Philhower, III 2020-01-04 08:18:14 -08:00
  • de307623b2 Move a couple larger strings from rodata to flash (#6976) Dirk Mueller 2020-01-03 02:26:08 +01:00
  • fa5040d5da Only update LittleFS timestamp when opened write (#6956) Earle F. Philhower, III 2019-12-30 15:43:26 -08:00
  • 2492043669 Skip . and .. on LittleFS::dir::rewind() (#6959) Earle F. Philhower, III 2019-12-30 14:23:14 -08:00
  • 5d5200af41 Reduce temporary string creation in HTTPClient::sendHeader (#6937) Dirk Mueller 2019-12-29 04:48:47 +01:00
  • 3197d2ac4e Issue2524 allow clocks below 100KHz (#6934) StanJ 2019-12-28 16:07:38 -06:00
  • 809e5c967a EspSoftwareSerial, release 6.6.1 (#6943) Dirk O. Kaar 2019-12-28 22:26:38 +01:00
  • bea9cfc3a0 PROGMEM footprint cleanup for responseCodeToString (#6950) Dirk Mueller 2019-12-27 23:02:57 +01:00
  • 698ffc3498 Various String handling cleanups (#6945) Dirk Mueller 2019-12-26 21:03:18 +01:00
  • 6c2ab25087 Code size optimisations for ESP.getFullVersion() (#6936) Dirk Mueller 2019-12-24 02:52:16 +01:00
  • a49f047096 - Move all Strings to flash and optimize String usage, saving 4-5 kB of RAM. Anders 2019-12-21 16:53:18 +01:00
  • 99aeeadb4d EspSoftwareSerial 6.5.4 (#6932) Dirk O. Kaar 2019-12-21 17:24:13 +01:00
  • 30bfdad458 Added missing "if (umm_heap == NULL) {..." to umm_free_heap_size_lw (#6929) M Hightower 2019-12-20 15:45:16 -08:00
  • 52d84b1ead Add a CRC32 over progmem and ESP.checkFlashCRC (#6566) Earle F. Philhower, III 2019-12-20 14:38:35 -08:00
  • 9985a32914 Add documentation for compressed OTA, fix bug (#6924) Earle F. Philhower, III 2019-12-20 09:22:10 -08:00
  • 622baa1659 Bug-fix release EspSoftwareSerial 6.5.3 (#6922) Dirk O. Kaar 2019-12-20 15:37:40 +01:00
  • ba22113f21 Fix Windows CI build (#6927) Earle F. Philhower, III 2019-12-19 17:14:33 -08:00
  • 1d0bc5efdf Allow GZIP compressed flash updates (#6820) Earle F. Philhower, III 2019-12-18 09:17:38 -08:00
  • d40dbb4584 device tests: some of them can be run on host (#6912) david gauchard 2019-12-16 19:20:07 +01:00
  • d1237fd016 back to 2.7.0-dev (#6917) david gauchard 2019-12-16 17:41:15 +01:00
  • 3d128e5c78 release 2.6.3 (#6916) 2.6.3 david gauchard 2019-12-16 14:42:16 +01:00
  • 5612738636 change to make inline helpers truly inline [issue 6875] (#6898) StanJ 2019-12-15 11:38:33 -06:00
  • 1d052834a4 fix for #6904: NodeMCU v1.0 board option "Builtin Led" not working. (#6905) Erdem UNCUOĞLU 2019-12-12 20:51:49 +03:00
  • eb6418f641 POST http client example (#2704) James Marlowe 2019-12-11 16:55:52 -06:00
  • d012adc9bb Add hh (byte) format for printf and scanf (#6896) Earle F. Philhower, III 2019-12-10 12:29:07 -08:00
  • 72a4dde64f sntp callback: use a recurrent schedule function (#6888) david gauchard 2019-12-10 11:41:42 +01:00
  • 3e6c25c21b udp: limit buffer depth (#6895) david gauchard 2019-12-10 11:04:49 +01:00
  • 70c337001c Fix sending headers in #send_P(int, PGM_P, PGM_P, size_t) (#6881) jennytoo 2019-12-10 00:47:26 -08:00
  • 759ba27b62 Use 128B chunks instead of 1B writes in Print::print(FlashStringHelper) (#6893) Earle F. Philhower, III 2019-12-09 18:04:49 -08:00
  • 7605dc1643 Only set flashmode byte when uploading an executable (#6891) Earle F. Philhower, III 2019-12-08 19:34:04 -07:00
  • 1189417d9f Rebuild eboot.elf to include #6823 changes (#6890) Earle F. Philhower, III 2019-12-08 13:07:51 -07:00
  • 8a6a7f7480 Non-parity modes save 56 bytes of heap memory. (#6882) Dirk O. Kaar 2019-12-05 12:25:44 +01:00
  • a738884387 Handle HEAD requests for static files correctly (#6837) Matthias Hertel 2019-12-04 18:23:25 +01:00
  • 5aefed2f4b Update PROGMEM.rst (#6872) LeisureLadi 2019-12-04 13:14:14 +01:00
  • e08b22c5b5 sdk:22x-191122 (#6879) david gauchard 2019-12-04 11:41:51 +01:00
  • 962a23d253 - Make it possible to transfer Strings containing null values via ESP-NOW and FloodingMesh. Anders 2019-12-04 02:30:16 +01:00
  • 326083044a webserver: fix sending char* (#6878) david gauchard 2019-12-04 00:51:51 +01:00