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

Commit Graph

  • e46ccae9d5 optionally allow redirects on HTTPClient & OTA updates (#5009) liebman 2019-03-12 17:51:17 -07:00
  • 071eeb8b67 Allow to disable DHCP gateway offer when set up of AP. (#4421) Thomas Friedrichsmeier 2019-03-13 00:28:41 +01:00
  • 02f54e85fd Reimplement SD.h write methods exactly in File (#5861) Earle F. Philhower, III 2019-03-12 13:58:00 -07:00
  • 192aaa4291 Adjust python module search path to avoid picking up pre-existing pyserial/esptool instead of one under tools/ (#5854) Tomoatsu Shimada 2019-03-10 02:35:30 +09:00
  • aa8d3482d3 const for Ticker::active() (#5850) Christoph Laimer 2019-03-08 13:35:38 +01:00
  • 2528013c5d small addons (#5847) david gauchard 2019-03-07 11:37:38 +01:00
  • b1da9eda46 SD Filesystem compatible with 8266 File, using latest SdFat (#5525) Earle F. Philhower, III 2019-03-06 02:14:44 +00:00
  • 61a8a6b14e emulation on host: fix nasty delay (#5840) david gauchard 2019-03-05 16:59:39 +01:00
  • 22eeb94587 Use ArduinoJson 5.x for PlatformIO tests (#5843) Ivan Kravets 2019-03-05 15:35:43 +01:00
  • bde1ce0e01 Remove redundant check for zero size SPIFFS partition (#5841) Clemens Kirchgatterer 2019-03-05 13:24:45 +01:00
  • 82da5c76b9 Fix minor warning w/Ubuntu18.04 in host test build (#5829) Earle F. Philhower, III 2019-03-02 17:37:03 +00:00
  • 418857aae7 Implement sntp_get|set_timezone_in_seconds() (#5828) Develo 2019-03-01 14:35:38 -03:00
  • ead83c16a6 Add .git to BearSSL repo reference (#5827) Earle F. Philhower, III 2019-02-28 05:01:07 +00:00
  • 5632e8156f Fix repaintable stack calculation (#5821) Earle F. Philhower, III 2019-02-27 01:37:42 +00:00
  • 95cf925719 Add OOM check and debug message in CertStore (#5820) Earle F. Philhower, III 2019-02-26 02:46:25 +00:00
  • d507c799f7 PlatformIO: Append FLASHMODE_* macro (#5813) Ivan Kravets 2019-02-26 03:22:07 +02:00
  • ca2f31a6f2 Make signing.py Python2.6+ and Python3+ compat (#5807) Robin Richtsfeld 2019-02-25 22:01:47 +01:00
  • 167f39dab6 PlatformIO: Make exceptions off by default #5538 (#5814) Ivan Kravets 2019-02-24 01:25:33 +02:00
  • 21926a69b6 emulation on host: fix wrong tty_restore instead of restore_tty variable (#5809) Clemens Kirchgatterer 2019-02-23 11:30:44 +01:00
  • ef44211eea emulation on host: Add full UART driver emulation. (#5785) Clemens Kirchgatterer 2019-02-22 16:50:55 +01:00
  • 53f51b5811 Clean up uploader.py, use implied paths (#5805) Earle F. Philhower, III 2019-02-21 21:40:45 +00:00
  • 472faf73a2 Use Pythonic way of calling esptool, avoid fork(#5797) Earle F. Philhower, III 2019-02-21 19:03:15 +00:00
  • f08346a73e Fix host emulation (sdk changes) (#5802) david gauchard 2019-02-21 17:04:17 +01:00
  • 3d41ccf032 fix typo in platform.txt (#5800) david gauchard 2019-02-21 15:39:07 +01:00
  • 22eed42d50 Use local copy of python distro to include a subdir (#5796) Earle F. Philhower, III 2019-02-20 17:14:38 +00:00
  • 044568c220 fix python regexp, '_' was missing (#5791) david gauchard 2019-02-20 00:10:51 +01:00
  • 7745e99046 Revert to nonos-sdk 2.2.1, new sdk-switching option in IDE menu for generic board only (#5763) david gauchard 2019-02-19 13:10:49 +01:00
  • 9790e1cb7c Use esptool.py to handle sketch upload, make python available on Windows, too (#5635) Earle F. Philhower, III 2019-02-18 12:43:09 +00:00
  • e7e7a4da17 prepare allman style (#5774) david gauchard 2019-02-18 01:10:44 +01:00
  • b93b37fb81 emulation on host: Fix optimistic_yield(interval_us) (#5772) Clemens Kirchgatterer 2019-02-17 23:11:40 +01:00
  • 14f1b1d4a7 Add progress callback to Updater class. (#5754) Clemens Kirchgatterer 2019-02-17 03:45:24 +01:00
  • 9f9c661d99 emulation on host: Make non essential ARDUINO LIBS optional. (#5771) Clemens Kirchgatterer 2019-02-16 22:50:27 +01:00
  • 2be374cc6c emulation on host: Add base64 decode library to mock files (#5764) Clemens Kirchgatterer 2019-02-16 21:39:30 +01:00
  • e721089e60 Fix hardcoded dependency of ArduinoOTA on mDNS (#5768) Clemens Kirchgatterer 2019-02-16 14:44:43 +01:00
  • 9ba89ebaf4 emulation on host: Add missing ESP.*() mocking methods to EspClass. (#5765) Clemens Kirchgatterer 2019-02-16 00:05:18 +01:00
  • d3a2ab9bb4 emulation on host: Add (some) missing macros for *_P() functions. (#5766) Clemens Kirchgatterer 2019-02-15 23:00:08 +01:00
  • c9ce96652f Move __PRETTY_FUNCTION__ to progmem (#5758) Earle F. Philhower, III 2019-02-13 23:28:06 +00:00
  • 6c5269a74b fix UdpContext::(connect,listen) signature by using IPAddress (#5742) david gauchard 2019-02-11 13:46:40 +01:00
  • 5948b0fc52 msys2 support for tools/get.py (#5751) Odd Stråbø 2019-02-11 12:18:03 +01:00
  • 5f68e61b26 lwip2: ipv6: fix udp_new() #5744 (#5752) david gauchard 2019-02-11 11:03:09 +01:00
  • e51bd0d790 Fix minor C++ warnings in host "make test" run (#5747) Earle F. Philhower, III 2019-02-08 20:19:37 +00:00
  • 7369133681 Small String Optimization (#5690) Earle F. Philhower, III 2019-02-08 17:37:43 +00:00
  • 1959311180 UdpContext::setMulticastInterface(): fix for IPv6 (#5743) david gauchard 2019-02-08 15:23:08 +01:00
  • 82487e5d96 boards: Invent One: fix analog pin (#5741) david gauchard 2019-02-08 12:37:44 +01:00
  • c08efb52fb Adjust send_P to function the same as send (#5507) dav1901 2019-02-07 22:39:20 +02:00
  • 29bb7fc4c1 Fix pgm_read_ptr() (#5735) Earle F. Philhower, III 2019-02-07 18:47:44 +00:00
  • 82be4d02dc Wrap get.py's "if __name__ == '__main__':" into a function so it can be externally called (#4475) Carlos Ruiz 2019-02-07 08:31:37 -08:00
  • d2a8e8acc2 Add debug messages on BSSL errors (#5723) Earle F. Philhower, III 2019-02-07 05:18:31 +00:00
  • e74b1e590b Use "bool" for "boolean" type (#5693) Earle F. Philhower, III 2019-02-07 03:31:39 +00:00
  • f706c83b66 Move .C to .CPP in the code (#5696) Earle F. Philhower, III 2019-02-07 02:06:17 +00:00
  • 24fa59df4b Update README.md (#5732) Develo 2019-02-06 22:03:54 -03:00
  • ab4ce4082a Update platform.txt (#5731) Develo 2019-02-06 18:31:18 -03:00
  • 951aeffa76 Release 2.5.0 (#5724) 2.5.0 Develo 2019-02-06 00:23:47 -03:00
  • c68fa39181 XinaBox CW01: DIO flash mode (#5720) brendanvanbreda 2019-02-05 15:59:20 +02:00
  • c218d945a4 CaptivePortalAdvanced: Fix compatibility with Android (#5069) Jiří Engelthaler 2019-02-05 13:28:37 +01:00
  • 82789d201c Functional update, host and service probes (#5653) hreintke 2019-02-05 04:40:45 +01:00
  • 848fbf5b4a Update conf.py from git tag, fix sphinx warnings (#5716) Earle F. Philhower, III 2019-02-04 20:19:23 +00:00
  • 04dc463153 Wire Examples based on AVR ones of the same name (#5713) Develo 2019-02-04 14:47:29 -03:00
  • 8412d11b02 host emulation fix (#5704) david gauchard 2019-02-04 11:37:39 +01:00
  • e43a586f0d Improved readString() for File (#5445) apicquot 2019-02-04 03:08:54 -05:00
  • 8c01516f8a Allow unaligned input/output to SPI::transferBytes (#5709) Earle F. Philhower, III 2019-02-03 15:17:06 +00:00
  • 56268b166d Fix memory related issues w/BearSSL server/client (#5706) Earle F. Philhower, III 2019-02-02 18:09:19 +00:00
  • 1cacf92ce1 stop lwIP dhcp client when WiFi goes off. (#5703) david gauchard 2019-02-01 18:33:26 +01:00
  • 3f8cd46dc2 Fix BearSSL Server WDT (#5702) Earle F. Philhower, III 2019-02-01 06:47:42 +00:00
  • 7d512c4c7c IPv6: DHCP6 & NTP fix (lwIP fix from David J. Fiddes D.J@fiddes.net) (#5649) david gauchard 2019-01-30 09:33:22 +01:00
  • 3f267bd238 LEAmDNS_Fixes_1_3 (#5689) LaborEtArs 2019-01-30 03:24:59 +01:00
  • a0108fe69b emulation on host: mock lwIP functions used in latest dhcp renew patch (#5691) david gauchard 2019-01-29 16:59:17 +01:00
  • 05ac2e69e2 fix testing IPAddress validity (#5684) david gauchard 2019-01-29 01:13:47 +01:00
  • f42bfdfc0d adaptations for lwIP-v1.4 (#5682) david gauchard 2019-01-28 22:31:59 +01:00
  • 013d01d743 update release doc (#5675) david gauchard 2019-01-27 22:27:19 +01:00
  • 8aadd31bd5 back to dev (#5676) david gauchard 2019-01-26 08:15:30 +01:00
  • 21db8fc928 2.5.0-beta3 release (#5673) 2.5.0-beta3 david gauchard 2019-01-26 00:03:47 +01:00
  • eb6d31f572 Update conf.py (#5518) Develo 2019-01-25 18:12:14 -03:00
  • a9fb6db0c8 Update to latest BearSSL code. (#5669) Earle F. Philhower, III 2019-01-25 18:59:05 +00:00
  • 5e4c2e9750 Add capability to have light static DHCP lease (#5594) SmartBlug 2019-01-25 03:25:04 +01:00
  • ab9d4ad57b Fix pgm_read_float() macro definitions (#5666) Earle F. Philhower, III 2019-01-25 01:11:14 +00:00
  • c26102b34c Release buffer/cache on SPIFFS.end() (#5651) Earle F. Philhower, III 2019-01-25 00:00:09 +00:00
  • 4d302f06c9 Fix missed backquote to make monospaced text in gdb.rst (#5663) ZaPpInG 2019-01-24 23:04:56 +01:00
  • 7c5be91430 dynamic WiFi.hostname("newname") (#5652) david gauchard 2019-01-24 21:13:20 +01:00
  • ece93908a8 Complete info how to find elf file in windows (#5660) ZaPpInG 2019-01-24 19:56:08 +01:00
  • a9e89500e1 Correct path to GDB in Windows (#5659) ZaPpInG 2019-01-24 18:49:16 +01:00
  • bff3a6d963 GDB support w/new toolchain and UART driver (#5559) Earle F. Philhower, III 2019-01-23 20:51:35 +00:00
  • 4657666319 Correct 'git submodule' syntax (#5654) Peter 2019-01-24 01:41:09 +10:00
  • 39e31b2352 Correct link to Arduino Board Manager info (#5650) ZaPpInG 2019-01-22 17:29:44 +01:00
  • a89ab24edc LEAmDNS Fixes (#5641) LaborEtArs 2019-01-22 12:21:42 +01:00
  • e9a6fd2f82 Update mDNS examples to use HTTP Server instead of TCP Server (#5589) hreintke 2019-01-22 10:04:56 +01:00
  • d7094f2269 Release referenced resources in the destructor for ESP8266SSDP (#5607) Mike C 2019-01-21 19:00:19 -08:00
  • 471dd87b5c hardwareSerial: add missing include (#5648) david gauchard 2019-01-21 17:32:17 +01:00
  • 2ffd9c993c fix lwip selection in tests/device Makefile (#5643) liebman 2019-01-21 06:35:51 -08:00
  • cee0796a87 Changed I2C buffer from 32 to 128 bytes to match Espressif's ESP32 Arduino core (#3576) carlsa 2019-01-20 05:00:43 +01:00
  • 049a9eaa5b decorate as override virtual methods in WiFiUDP (#5637) liebman 2019-01-19 15:34:21 -08:00
  • bd11d026e8 fix host emulation on macOS (#5633) david gauchard 2019-01-19 03:19:17 +01:00
  • b666435282 WiFiClient::remoteIP: fix nullptr crash (#5634) david gauchard 2019-01-19 02:08:32 +01:00
  • 324eb56d65 Add fix for SoftwareSerial submodule errors to documentation (#5602) Philipp Reichmuth 2019-01-18 21:55:20 +01:00
  • 570b9a6b6a LEAmDNS Fixes 1.1 (#5619) LaborEtArs 2019-01-18 19:59:26 +01:00
  • 6883beedec Remove broken ltoa/ultoa, call itoa/utoa (#5625) Earle F. Philhower, III 2019-01-17 02:08:19 +00:00
  • 7ee503d353 lwip2: dhcp-server addon from @SmartBlug #5594 (#5613) david gauchard 2019-01-16 01:26:20 +01:00
  • cef5deecb5 generic esp8266 board: Use flash mode DOUT by default, in place of QIO (#5601) david gauchard 2019-01-15 23:52:21 +01:00
  • 6bd26a3b4a host emulation: improve udp, persistent spiffs (#5605) david gauchard 2019-01-15 22:56:54 +01:00
  • 8a64a1236f Make waveform generator a NMI to run always, increase accuracy (#5578) Earle F. Philhower, III 2019-01-11 15:54:59 -08:00