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

Commit Graph

  • 41ba21613d Fix Python3 errors for device tests (#6670) Earle F. Philhower, III 2019-10-26 13:58:54 -07:00
  • 1e17dddd89 Fix inconsistent CRLF/LF combinations (#6653) Dirk Mueller 2019-10-19 18:10:41 +02:00
  • 855b91ea69 EspSoftwareSerial bug fix update 5.3.4 (#6651) Dirk O. Kaar 2019-10-18 17:59:26 +02:00
  • 45d71ae4bd Support FS update in two steps (#6505) Robin Richtsfeld 2019-10-16 10:11:15 +02:00
  • 40f456aca3 Dynamically find the Python3 dir on Windows (#6646) Earle F. Philhower, III 2019-10-15 09:21:18 -07:00
  • 2a5d215977 Reduce the IRAM usage of I2C code by 600-1500 bytes (#6326) Earle F. Philhower, III 2019-10-14 14:32:41 -07:00
  • 122e87019f fix because of SoftwareSerial API change (#6635) david gauchard 2019-10-13 00:32:07 +02:00
  • 405f945d7e esptool-2.7 (#6634) david gauchard 2019-10-12 23:12:49 +02:00
  • 9bdcd4f36a Allman astyle: mDNS (#6629) Allman-astyler 2019-10-10 23:30:06 +02:00
  • 52bc1df424 Update installing.rst (#6625) Develo 2019-10-10 13:30:01 -03:00
  • 8e0aac92c0 CI: trusty (u14.04) -> bionic (u18.04) (#6627) david gauchard 2019-10-10 17:30:59 +02:00
  • 5af402e4dc Update README.md (#6624) Develo 2019-10-09 00:05:21 -03:00
  • d3debb64c9 Expand NTP-TZ-DST example to list SNTP servers (#6611) David J. Fiddes 2019-10-08 16:41:42 +01:00
  • 8c3f1be63f Serial.flush modification (#5293) dsv19 2019-10-08 15:36:39 +03:00
  • 8b16d9c1d1 Fix build with -DHTTPCLIENT_1_1_COMPATIBLE=0 (#6597) Dirk Mueller 2019-10-08 01:57:18 +02:00
  • fabd169abc Puyafix (#6619) david gauchard 2019-10-08 00:31:30 +02:00
  • 75c3834c8f Move cont_run/cont_yield out of IRAM (#6617) Earle F. Philhower, III 2019-10-07 14:37:59 -07:00
  • d62fb9ffeb MDNS: fix legacy unicast responses (#6613) Max Prokhorov 2019-10-07 15:25:51 +03:00
  • d7abafea2f Remove duplication and incompatible declarations in sntp.h (#6610) David J. Fiddes 2019-10-06 23:25:34 +01:00
  • c55f49bd61 use a scheduled function for settimeofday_cb (#6600) david gauchard 2019-10-06 22:50:57 +02:00
  • d1b70dfc1d Minor cleanups in ESPClass (#6608) Develo 2019-10-06 00:07:26 -03:00
  • a00a4744d0 Update EEPROM.cpp (#6599) Develo 2019-10-05 22:21:41 -03:00
  • 08a0414ee0 remove esptool.py --trace option (#6606) david gauchard 2019-10-05 22:27:42 +02:00
  • d4897cd216 Added Chip ID into HTTP header (#3877) c0degeek 2019-10-05 20:28:33 +02:00
  • 5d20137339 Set SPI_HAS_TRANSACTION to 1 (#6591) Kristian Sloth Lauszus 2019-10-05 02:25:54 +02:00
  • bab2880f01 Base64::encode : const correctness / String by reference passing (#6581) Dirk Mueller 2019-10-05 00:36:40 +02:00
  • 3890e1af1e Put longer string literals into PROGMEM (#6588) Dirk Mueller 2019-10-04 04:17:36 +02:00
  • fb2cbe36a1 Fix pgm_read_float_unaligned macro (#6593) Earle F. Philhower, III 2019-10-03 08:21:07 -07:00
  • 899893294c Align to latest EspSoftwareSerial release (#6584) Dirk O. Kaar 2019-10-02 19:26:47 +02:00
  • 9388d08a1d prepare alpha channel release builder (#6512) david gauchard 2019-10-02 17:54:03 +02:00
  • 215459fda4 Replace ASM block w/C macro for PSTR (#6577) Earle F. Philhower, III 2019-10-01 13:02:02 -07:00
  • 1aeea124b3 Speed up empty String creation slightly (#6573) Earle F. Philhower, III 2019-09-30 22:35:23 -07:00
  • 1d26b28225 Remove duplicated sha1 implementation (Fixes #6568) (#6569) Dirk Mueller 2019-10-01 05:58:09 +02:00
  • 2a83adb0fd Fix setURL() handling of path-only parameters (#6570) Dirk Mueller 2019-10-01 05:23:25 +02:00
  • 97c926ea91 Move all PSTRs to own section, allow string dedup (#6565) Earle F. Philhower, III 2019-09-30 16:27:10 -07:00
  • d4757542e4 use arduino IDE stable in CI (#6572) david gauchard 2019-10-01 00:42:46 +02:00
  • ffe5476fc4 time: import IANA timezone definitions, expose SNTP API (#6373) david gauchard 2019-09-29 05:25:01 +02:00
  • 4489e239bb Add interrupt section to docs (#6560) Earle F. Philhower, III 2019-09-28 15:03:28 -07:00
  • c755771098 Minor FS documentation change from #2904 (#6563) Earle F. Philhower, III 2019-09-28 12:44:03 -07:00
  • 4f2cc1ccfc Latest (5.3.1) EspSoftwareSerial tries to give better guidance about matching working versions. (#6561) Dirk O. Kaar 2019-09-28 02:10:44 +02:00
  • 831d6431bc Add typedef for putc1, fn_putc1_t. (#6550) M Hightower 2019-09-27 14:23:16 -07:00
  • ff1e8e92d1 Add info about installing python3 on Mac, Linux (#6558) Earle F. Philhower, III 2019-09-27 13:49:26 -07:00
  • 418b00f7c0 Re-add deprecated _SPIFFS_xxx linker symbols (#6543) Earle F. Philhower, III 2019-09-26 12:28:07 -07:00
  • 2b9fcdb568 Add EEPROM debug printouts, error check to example (#6556) Earle F. Philhower, III 2019-09-26 10:48:04 -07:00
  • 244dbd7713 Add 20/26MHz Flash frequencies for slow/cheap flash chips on the Generic ESP board (#6552) Mike Nix 2019-09-24 20:32:11 +07:00
  • f3ca09006d Update UART selection for Boot ROM ets_putc, when debug port is selected. (#6489) M Hightower 2019-09-23 14:05:27 -07:00
  • 308e131dee Update EEPROM library documentation (#6548) Max Prokhorov 2019-09-23 17:30:02 +03:00
  • 69f3e81fb9 Restore EEPROM address to prior released location (#6537) Earle F. Philhower, III 2019-09-20 08:24:10 -07:00
  • 3733ece7e8 Allow Filesystem update via ESP8266HTTPUpdateServer (#3732) Carlos Alberto Nunes 2019-09-20 09:44:48 +02:00
  • a10e02e998 segment size printout cosmetics (#6534) david gauchard 2019-09-20 00:04:28 +02:00
  • 86025c7884 - Make each mesh backend use a unique NetworkInfo class and separate connectionQueue and latestTransmissionOutcomes vectors. Anders 2019-09-18 22:26:37 +02:00
  • 2576a0912b Merge branch 'master' into wifi_mesh_update_2.2 aerlon 2019-09-17 20:32:41 +02:00
  • 5d609fd294 Fix WiFiClientSecure::available() blocking on dropped connections (#6449) johnm545 2019-09-17 14:03:34 +10:00
  • f2de9e130c Add segment size printout to standard build process (#6525) Earle F. Philhower, III 2019-09-16 16:29:53 -07:00
  • f5a7318f2f Add ::updateBaudRate(unsigned long baud) to change the baudrate after begin was called (#6494) Jeroen88 2019-09-16 16:43:27 +02:00
  • efb8aaa5fb EspSoftwareSerial 5.3.0 version update (#6526) Dirk O. Kaar 2019-09-16 15:49:20 +02:00
  • 8dd068eb40 Add memmove_P, use it in String to ensure F() safety (#6514) Earle F. Philhower, III 2019-09-13 15:33:16 -07:00
  • 990ec759f2 Fix tool name to point to proper JSON entry (#6513) Earle F. Philhower, III 2019-09-13 02:17:09 -07:00
  • 9629874038 Run makecorever.py before specific prebuild hooks. (#6504) M Hightower 2019-09-12 19:33:40 -07:00
  • 2d1acfa9a4 add or improve some debug messages (#6508) david gauchard 2019-09-12 16:08:52 +02:00
  • 0474eb9943 emulation on host: show timestamp on console output (#6507) david gauchard 2019-09-12 14:00:27 +02:00
  • d8531cb2c4 Ets intr lock nest (#6484) Mike Nix 2019-09-11 10:59:07 +08:00
  • 1f86311d79 Add Win32 build to CI system (#6493) Earle F. Philhower, III 2019-09-10 14:50:55 -07:00
  • 4f74ed8408 Edited OTA readme, added Stream Interface snippet (#6487) Martin Berka 2019-09-10 07:44:19 -07:00
  • 77c4f5e5cf Add OSX build to CI, fix OSX builds (#6492) Earle F. Philhower, III 2019-09-07 18:31:17 -07:00
  • 5ca0bde200 MDNS: fix random crash on startup (#6261) david gauchard 2019-09-05 05:10:47 +02:00
  • 273f4000f0 Experimental: add new WiFi (pseudo) modes: WIFI_SHUTDOWN & WIFI_RESUME (#6356) david gauchard 2019-09-05 03:01:01 +02:00
  • db460388cd SoftwareSerial: Bring submodule in line with upstream release 5.2.9 (#6486) Dirk O. Kaar 2019-09-05 01:59:12 +02:00
  • 291b321e62 ClientContext: restore use of two different pending booleans for connect and write #6483 david gauchard 2019-09-04 01:22:56 +02:00
  • 07d8128b96 move timer functions to iram (#6466) Rushikesh Patel 2019-09-03 00:47:12 +05:30
  • 0399bb1fee A port of ESP32 Arduino PR https://github.com/espressif/arduino-esp32/pull/3165 (#6477) Dirk O. Kaar 2019-09-02 14:11:41 +02:00
  • b6e58301af Add Python3 dir to .gitignore (#6474) Earle F. Philhower, III 2019-08-31 10:14:44 -07:00
  • 901410fa00 Fix the python3 directory so scripts work on Win32 (#6472) Earle F. Philhower, III 2019-08-30 10:17:36 -07:00
  • d04f768954 Use PolledTimeout for busy loop timeout (#6371) Dirk O. Kaar 2019-08-30 03:28:42 +02:00
  • 85f1ea7c78 exceptions: optionally enforce c++ standards (#6333) david gauchard 2019-08-29 00:21:10 +02:00
  • 0a031ce957 Move all scripts and documentation to Python3 (#6378) Earle F. Philhower, III 2019-08-28 12:42:48 -07:00
  • 1800bb5abe BasicHttpsClient: Updated demo certificate fingerprint (#6462) Iscle 2019-08-28 20:48:34 +02:00
  • e201f614e8 Fix reverse dependency core Updater -> library ESP8266WiFi (#6398) Dirk O. Kaar 2019-08-28 20:07:04 +02:00
  • 05969c6bf2 Remove ROM routines from libc.a, save progmem (#6432) Earle F. Philhower, III 2019-08-28 09:39:05 -07:00
  • 06f1865628 new network feature: NAPT (widely known as NAT) (#6360) david gauchard 2019-08-28 17:51:14 +02:00
  • 7436f3802a Allow Print::println() to work with PROGMEM strings (#6450) Earle F. Philhower, III 2019-08-28 07:59:19 -07:00
  • 37bb628019 lwIP-1.4: use fixed locking functions (#6455) david gauchard 2019-08-28 16:11:00 +02:00
  • 45dbc65dba standardizes processing of _delaying in lwIP callbacks (remove assert) (#6460) david gauchard 2019-08-28 15:24:57 +02:00
  • ec4edf0b63 fix arduino builder command line (#6461) david gauchard 2019-08-28 14:33:12 +02:00
  • 0937b076c8 ClientContext: break timeout delays also on error while writing or connecting (#6454) david gauchard 2019-08-27 15:26:27 +02:00
  • e56aed6540 remove unused upstream library (#6456) david gauchard 2019-08-27 02:12:47 +02:00
  • 60d519e235 Bugfix/esp8266 http client (#6176) Jeroen88 2019-08-26 16:12:50 +02:00
  • 55539ae941 fix _min and _max macros (#6374) david gauchard 2019-08-20 00:42:44 +02:00
  • def85866be Fix espduino verbose upload (#6426) Earle F. Philhower, III 2019-08-18 20:22:07 -07:00
  • 127199ab6d proposed umm_malloc improvements (#6274) M Hightower 2019-08-18 17:48:23 -07:00
  • 6dd8474014 libraries: wrong value for setFrequency() (#6409) thangktran 2019-08-17 21:27:45 +02:00
  • 0dbb04e881 Add HTTP_HEAD to HTTPMethod and parse it (#6413) Zakary Kamal Ismail 2019-08-17 14:58:40 -04:00
  • 8f45a0fb91 Set method _connectSSL as protected (#6424) Ilya 2019-08-16 14:23:05 +03:00
  • e77f96c3e1 Fix the number of examples (#6407) 방성범 (Bang Seongbeom) 2019-08-13 06:50:40 +09:00
  • f2bac1cae9 Prevent rewriting core_version.h if content unchanged (#6414) Dirk O. Kaar 2019-08-12 22:28:19 +02:00
  • 5834c54717 - Add broadcast functionality. Anders 2019-08-10 20:35:48 +02:00
  • 26e626de19 Merge branch 'master' into wifi_mesh_update_2.2 aerlon 2019-08-10 10:45:40 +02:00
  • adfc28d7d8 Fix basic SSL server definitions (#6402) Earle F. Philhower, III 2019-08-08 21:54:59 -07:00
  • ea17a06bc8 Grammar edits in documentation (#6401) dickorydock 2019-08-08 20:26:19 -04:00
  • 021a81fc46 esptool: 3M-baud serial upload speed (#6399) david gauchard 2019-08-08 12:28:07 +02:00