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

Commit Graph

  • 385bfd7635 deleted: arduino_new/arduino_new.ino david gauchard 2020-08-17 18:23:44 +02:00
  • 6925982284 replace new by new (std::nothrow), remove arduino_new david gauchard 2020-08-17 18:15:45 +02:00
  • 5b3d290de8 Add synthetic IntegerDivideByZero exception (#7496) Earle F. Philhower, III 2020-08-16 17:50:17 -07:00
  • f42327da34 doc: gcc handles duplicate literal strings (#7531) david gauchard 2020-08-17 02:43:15 +02:00
  • e2b8f6acfb Update PIO CI to be less chatty, fix CI fail (#7530) Earle F. Philhower, III 2020-08-16 11:41:42 -07:00
  • e0fedc577b avoid circular #include dependence for PolledTimeout (#7356) david gauchard 2020-08-15 21:24:35 +02:00
  • 01edc0e51f Fix and add details to Serial doc (#7521) Develo 2020-08-13 16:41:57 -04:00
  • 083a8875ea Update reference.rst devyte-serialdoc Develo 2020-08-13 16:17:13 -04:00
  • 3c76e76ae0 Update reference.rst Develo 2020-08-13 16:08:48 -04:00
  • 69549ad2b4 Update reference.rst Develo 2020-08-13 15:17:47 -04:00
  • db8d82c155 Update reference.rst Develo 2020-08-13 14:37:27 -04:00
  • 39524baeb3 Fixes #7484 Develo 2020-08-12 18:24:00 -04:00
  • 683b8e606c Fix spelling typos in files under doc/esp8266wifi (#7520) standby24x7 2020-08-13 00:28:22 +09:00
  • 6feda9ebda base64 class uses String, adding harmless #include (#7517) david gauchard 2020-08-11 14:30:39 +02:00
  • 777323709b webserver: add define WEBSERVER_HAS_HOOK when ::addHook() is present (#7515) david gauchard 2020-08-11 02:15:46 +02:00
  • fc2426a5e9 sys/pgmspace.h: Refactor inline asm (#7510) Takayuki 'January June' Suwa 2020-08-09 09:29:30 +09:00
  • 79fc0b3b4a CI: on host: force 64 bit mode like make -j2 CI implicitly does (#7513) david gauchard 2020-08-07 17:17:29 +02:00
  • 3e567e9489 Add SerialEvent() callback to loop processing (#7505) Earle F. Philhower, III 2020-08-05 17:13:37 -07:00
  • 9afb084159 Clean up minor warnings from LGTM.com (#7500) Earle F. Philhower, III 2020-08-03 19:19:04 -07:00
  • a8e35a579c Add valgrind mocked test to CI (#7501) Earle F. Philhower, III 2020-08-03 19:00:51 -07:00
  • fc1aa554cd Remove warnings when buinding NoAssert (#7499) Earle F. Philhower, III 2020-08-03 18:03:23 -07:00
  • 3be0cbb385 Typo (#7502) Peter 2020-08-04 00:42:22 +10:00
  • 2843a5ace1 backport #7491 2.7.4 2.7.4 david gauchard 2020-08-02 20:14:22 +02:00
  • 1cdec7b256 hand made 2.7.4 david gauchard 2020-08-02 13:01:57 +02:00
  • 73f04e3ec8 Backport #7478 david gauchard 2020-08-02 12:52:35 +02:00
  • d92e1edac8 Basic authentication with ESP8266httpUpdate (#7190) drhideg 2020-07-30 17:55:29 +02:00
  • 85ea47e9bc Fixed PUYA flash write buffer alignment (#7491) Drzony 2020-07-30 17:03:49 +02:00
  • 1041a9d752 webhook/http1.1: prevent from losing a new client while waiting (#7492) david gauchard 2020-07-30 01:26:56 +02:00
  • d5187790bd Mention OTA Update class blocks flash mode changes (#7321) Peter 2020-07-30 01:37:32 +10:00
  • a679869155 BREAKING - analogWriteRange 8-bit default (#7456) Earle F. Philhower, III 2020-07-28 17:39:38 -07:00
  • 33083861c8 webserver hook: allow to handle external http protocol (#7459) david gauchard 2020-07-28 23:34:26 +02:00
  • 63b41bcfab Use root cert, not fingerprint for api.github.com (#7490) Earle F. Philhower, III 2020-07-28 12:11:00 -07:00
  • 5d3af16552 backport #7488 2.7.3 2.7.3 David Gauchard 2020-07-27 00:10:32 +02:00
  • 4ac1608573 backport #7487 David Gauchard 2020-07-27 00:10:09 +02:00
  • 59499c7361 backport #7486 David Gauchard 2020-07-27 00:09:26 +02:00
  • 355b291614 CVE-2020-12638 workaround for WPA downgrade attack (#7486) Earle F. Philhower, III 2020-07-26 10:11:14 -07:00
  • e815b9219b Correct stack string buffer length. (#7488) M Hightower 2020-07-26 10:01:21 -07:00
  • 0e12906950 Initialize _ledPin (#7487) Jorg Neves Bliesener 2020-07-26 18:39:55 +02:00
  • 83fc47f6d9 Small update to ease manual release generation (#7467) david gauchard 2020-07-23 07:34:21 +02:00
  • 555c9ebdf8 Update FP for tls.mbed.org (#7479) Earle F. Philhower, III 2020-07-22 22:26:00 -07:00
  • f42cf7a5a4 Fix uninitted class variables from #7464 (#7478) Earle F. Philhower, III 2020-07-22 22:10:44 -07:00
  • c94d36d80e Comment out verify step in eboot.c (#7468) Develo 2020-07-20 23:24:51 -04:00
  • e8511a053a Rebuild eboot.elf from changed source devyte-eboot Earle F. Philhower, III 2020-07-20 18:10:00 -07:00
  • 59bbfc7061 backport #7464 David Gauchard 2020-07-19 00:07:13 +02:00
  • 7f9863674f backport #7434 David Gauchard 2020-07-19 00:04:36 +02:00
  • 5337f93522 backport #7433 David Gauchard 2020-07-19 00:04:02 +02:00
  • ef7c26ac42 hotfix: 2.7.2=>2.7.3 eboot: disable "Verify the copy" David Gauchard 2020-07-18 23:12:22 +02:00
  • 68bf59e4dc Comment out verify step in eboot.c Develo 2020-07-18 14:50:37 -04:00
  • 91427a1695 Keep client certs when server authentication set (#7464) Earle F. Philhower, III 2020-07-17 14:02:17 -07:00
  • c3c61a5f75 Fix typo in platform.txt causing device test fails (#7463) Earle F. Philhower, III 2020-07-16 20:49:43 -07:00
  • c18f7cb1e6 Made ESP8266WebServer::client() return a reference (fixes #7075) (#7080) Benoît Blanchon 2020-07-17 02:13:29 +02:00
  • 3c1bd65a76 WebServer: Allow client to send many requests on the same connection (#7414) Zakary Kamal Ismail 2020-07-16 16:53:48 -04:00
  • 709ba7981e Change BSSL_CertStore test URL (#7370) kinafu 2020-07-16 21:07:40 +02:00
  • dfd5a4f12b replace old Ethernet Arduino-library with v2, submoduled (#6812) david gauchard 2020-07-16 19:34:55 +02:00
  • 3bd24587e1 Transition from TravisCI to GitHub CI (#7444) Earle F. Philhower, III 2020-07-14 22:02:47 -07:00
  • f8091311a3 Update to BearSSL version lost in GCC10 update (#7453) Earle F. Philhower, III 2020-07-14 08:05:52 -07:00
  • e58bb60f87 webserver: do not count "plain" in argument list (#6768) david gauchard 2020-07-13 12:40:27 +02:00
  • 628298cd49 - Polish README.md. Anders 2020-07-12 16:39:03 +02:00
  • 1134194edc Fix spelling typos in readme.rst (#7447) standby24x7 2020-07-11 03:22:52 +09:00
  • 2ae3f6fd37 - Update README.md. Anders 2020-07-10 20:10:00 +02:00
  • 2d4a601c18 webserver: string optimization (#7446) david gauchard 2020-07-10 19:11:51 +02:00
  • 83158affa8 Pass String by const reference [3.0] (#6583) Dirk Mueller 2020-07-10 13:27:51 +02:00
  • df9bc38bce Grammar fixes (#7441) Huldar 2020-07-10 03:35:19 +00:00
  • a6ccad4a24 Update Arduino.h (#7440) Develo 2020-07-09 16:22:52 -04:00
  • af1bc71a9e remove lwip-v1.4 specific code (#7436) david gauchard 2020-07-09 18:59:49 +02:00
  • 70e4457041 Remove axTLS from code and documentation (#7437) Earle F. Philhower, III 2020-07-09 09:21:38 -07:00
  • 1ead157558 Fix spelling typos in files under packages dir (#7439) standby24x7 2020-07-09 23:32:29 +09:00
  • 252cb1d968 Remove wget dump during CI (#7438) Earle F. Philhower, III 2020-07-08 08:19:15 -07:00
  • c663c55926 Free space of overwritten files in LittleFS (#7434) Earle F. Philhower, III 2020-07-07 17:14:30 -07:00
  • d979b57d76 Upgrade to GCC 10.1 toolchain (#6294) Earle F. Philhower, III 2020-07-07 11:12:43 -07:00
  • 7b48b9de5f boards: 4dsystems (gen4iod) updates (#7433) david gauchard 2020-07-07 17:10:05 +02:00
  • d59b1486cb done with release 2.7.2 (#7430) david gauchard 2020-07-07 12:00:12 +02:00
  • 39c79d9bab prepare 2.7.2 (#7429) 2.7.2 david gauchard 2020-07-07 10:22:00 +02:00
  • 4609e440ad Add some pending methods to generic-class docs (#7427) Develo 2020-07-06 16:39:30 -04:00
  • cc1cc0b2ce emulation on host: option for FS persistence location (#7424) david gauchard 2020-07-03 19:10:08 +02:00
  • f1651fba89 Ability to set connect timeout in WifiMulti->run (#7420) Mikael Bertze 2020-07-02 00:01:34 +02:00
  • 799c0f6774 emulation on host: FS: minor reset fix (#7417) david gauchard 2020-06-30 22:44:50 +02:00
  • b706fd4d59 I2C pin assignment fix (#7416) DanKoloff 2020-06-30 19:14:43 +03:00
  • d85ff6efc4 Add namespace to FS references in CertStore (#7413) Earle F. Philhower, III 2020-06-29 10:30:06 -07:00
  • 52f4cc8de0 httpclient: fix error meaning (#7401) david gauchard 2020-06-25 09:00:24 +02:00
  • 00fc716ccc EspSoftwareSerial 6.8.5: fixes parity for TX with odd word size modes (#7399) Dirk O. Kaar 2020-06-24 19:41:28 +02:00
  • 5d60c55fb2 emulation on host: missing mock functions, improve host interface handling (#7404) david gauchard 2020-06-24 19:05:57 +02:00
  • b26388812a For UMM_CRITICAL_METRICS fixed time_stats initializer. (#7390) M Hightower 2020-06-21 15:34:25 -07:00
  • 7298691252 Add ESP8266WebServerTemplate<ServerType>::enableCORS(bool _ec) (#7388) Mjxkill 2020-06-21 23:38:32 +02:00
  • 06622748db Merge branch 'master' into wifi_mesh_update_2.2 Earle F. Philhower, III 2020-06-21 13:35:33 -07:00
  • 786a65402f Update GitHub cert fingerprint in example (#7397) Earle F. Philhower, III 2020-06-21 13:34:31 -07:00
  • 448486a4c9 emulation on host: lwIP always receive multicast packets, enable and fix multicast udp server (#7386) david gauchard 2020-06-16 23:03:22 +02:00
  • 64f1f7b727 doc fixes for LittleFS (#7385) david gauchard 2020-06-16 17:31:19 +02:00
  • 1bfb29395f Update readme.rst (#7379) ChenJinBo 2020-06-15 11:05:42 +08:00
  • 599492ec43 libraries/SPI: abs -> std::abs and cast fixes (#7362) Max Prokhorov 2020-06-13 21:17:06 +03:00
  • 89d0c78703 emulation on host: fix binding from a particular interface (#7372) david gauchard 2020-06-13 14:04:28 +02:00
  • a70e834d1e Add a "-- CUT HERE --" marker to exception output (#7369) Earle F. Philhower, III 2020-06-11 15:24:21 -07:00
  • fe673cc16a User requested fix: be less restrictive in the use of GPIOs. (#7367) Dirk O. Kaar 2020-06-11 18:48:31 +02:00
  • ab03add8d0 Fix oversight for ap gw (#7366) Develo 2020-06-10 15:18:19 -04:00
  • 48281fb1f1 - Correct terminology in README.md. Anders 2020-06-09 22:40:24 +02:00
  • 5473656eac Update ESP8266WiFiAP.cpp (#7363) Jonathan Dumaresq 2020-06-08 16:41:25 -04:00
  • 7346754c09 API change to faciliate executer to know the number of active callbacks (#7361) hreintke 2020-06-08 20:19:18 +02:00
  • 83523c0259 umm_malloc manual merge with upstream (#7337) M Hightower 2020-06-07 20:00:15 -07:00
  • 0d04124b94 EspSoftwareSerial service release 6.8.2. (#7354) Dirk O. Kaar 2020-06-07 21:46:53 +02:00
  • 8693ad4d8b Use a prebuild, portable Python3 for OSX (#7348) Earle F. Philhower, III 2020-06-07 12:12:43 -07:00