1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-26 17:42:18 +03:00

Commit Graph

  • 65579d2908 Make precache() cleaner and more efficient (#8903) Takayuki 'January June' Suwa 2023-04-06 07:26:34 +09:00
  • a76ef290ea Support user_rf_pre_init() for SDK v3.0 (#8888) M Hightower 2023-03-30 10:54:28 -07:00
  • 97018a5bbf various minor web fixes (#8885) david gauchard 2023-03-30 19:39:35 +02:00
  • d3c102e717 Update documentation and arduino debug options (#8837) M Hightower 2023-03-29 02:16:33 -07:00
  • ce9e72014b Update compiler toolchain to 3.2.0 (#8868) Earle F. Philhower, III 2023-03-29 01:55:09 -07:00
  • a5d31a7187 deprecate and update Stream::send*(Print -> Stream) (#8874) david gauchard 2023-03-28 11:21:05 +02:00
  • 01d1c8e46f 3.1.2 is released (#8894) david gauchard 2023-03-20 23:49:21 +01:00
  • 210897ef83 Release 3.1.2 (#8893) 3.1.2 david gauchard 2023-03-20 23:14:05 +01:00
  • 734defb87d mkbuildoptglobals.py: assert python version (#8886) Max Prokhorov 2023-03-17 11:10:14 +03:00
  • 84a59aa97f Add reporting address interrupted by Soft WDT (#8851) M Hightower 2023-03-11 07:22:10 -08:00
  • 23036328a5 EspSoftwareSerial 8.0.1: onReceive bug fix and new namespace (#8869) Dirk O. Kaar 2023-03-11 16:02:04 +01:00
  • 6ad9bf3b07 Expand the esp8266 hardware debugging limitations section (#8879) Lars Kellogg-Stedman 2023-03-11 06:44:50 -05:00
  • 503502f13b Weak assignment in flash_hal (#8884) Bogg 2023-03-11 11:43:03 +01:00
  • 32323e55b5 fix library name in library.properties (#8880) david gauchard 2023-03-06 16:03:45 +01:00
  • 74e02d1a6f basichttpsclient example: fingerprint handled by update scripts (#8311) david gauchard 2023-03-06 15:05:36 +01:00
  • be02af0504 Remove stale patch for SDK v1.1 and earlier (#8858) M Hightower 2023-02-22 14:02:55 -08:00
  • 71a51b1113 Resolve Windows path problems (#8860) M Hightower 2023-02-22 09:46:25 -08:00
  • d7cd4bef6c make http-server less verbose in debug mode (#8850) david gauchard 2023-02-05 18:17:28 +01:00
  • 9a3d55c781 Fix String build warning with DEBUG_ESP_PORT but without DEBUG_ESP_CORE (#8849) david gauchard 2023-02-05 13:35:56 +01:00
  • badb407bbb Update SdFat fork (#8844) Max Prokhorov 2023-02-03 05:21:11 +03:00
  • 326be35c88 Postmortem improvements (#8839) M Hightower 2023-02-01 07:57:32 -08:00
  • 1beca6f4da Fix LowPowerDemo.ino (#8841) GrzegorzWo 2023-02-01 16:31:20 +01:00
  • 6dfebec8c5 SdFat -> FS HAL mode fixes & test (#8833) Max Prokhorov 2023-01-31 22:28:37 +03:00
  • d7da591ed8 Revert ESPSoftwareSerial from v7 to v6 david gauchard 2023-01-30 16:23:57 +01:00
  • e25f9e9578 Safeguard for Ticker internal storage that may be changed during callback execution (#8820) Max Prokhorov 2023-01-26 15:50:14 +03:00
  • 9c4a1239da String: informative messages on issues (#8821) david gauchard 2023-01-26 12:45:09 +01:00
  • 79dde219c5 Don't use -g++ or -gcc suffixes in command line arguments (#8829) Max Prokhorov 2023-01-26 14:20:17 +03:00
  • a9675ca837 emulation on host: fix UDP seek&peek (#8827) david gauchard 2023-01-24 13:44:50 +01:00
  • cf24024292 New handling of missing perferences.txt in mkbuildoptglobals (#8814) M Hightower 2023-01-22 00:19:38 -08:00
  • bed2fa339d HTTPClient example: Fix typo (#8819) koliwbr 2023-01-20 15:47:42 +01:00
  • 56107fb1f9 Properly handle u8 pointers when assigning and comparing (#8818) Max Prokhorov 2023-01-20 12:26:12 +03:00
  • 41c2be2068 Fix mkbuildoptglobals script not finding preferences.txt (#8812) M Hightower 2023-01-18 13:34:14 -08:00
  • 39b41379ee Log all exceptions in upload.py (#8813) Edan Schwartz 2023-01-17 20:16:48 -06:00
  • 6af463baaf Back to 3.2.0-dev (#8807) Max Prokhorov 2023-01-15 02:47:00 +03:00
  • 0e5d358c3c Version 3.1.1 (#8806) 3.1.1 Max Prokhorov 2023-01-15 02:01:02 +03:00
  • 6033ed35d5 Use subprocess.run in elf2bin (#8799) Max Prokhorov 2023-01-15 00:59:33 +03:00
  • 39080e317e delay / esp_delay: transparently manage recurrent scheduled functions (#8802) david gauchard 2023-01-14 22:25:57 +01:00
  • e1c4a6c8e6 Portable python fix for mkbuildopts (#8804) Max Prokhorov 2023-01-14 21:22:28 +03:00
  • 840ef78237 Fix C builds (#8795) Max Prokhorov 2023-01-11 03:48:30 +03:00
  • 7e2da8b25b Typo in EAP patch (#8797) M Hightower 2023-01-09 10:36:26 -08:00
  • df59774eb5 Pointer<->Int casts are not constexpr (#8796) Max Prokhorov 2023-01-09 21:07:57 +03:00
  • c8dcdede34 Remove 400b stack allocation from AdvWeb example (#8793) Earle F. Philhower, III 2023-01-07 10:01:56 -08:00
  • a76852a991 Fixup and hedgedoc (#8792) Max Prokhorov 2023-01-07 03:18:49 +03:00
  • a79b8f219c fix printf format in updater debug messages (#8791) david gauchard 2023-01-07 00:31:01 +01:00
  • a276195731 Document updating the GitHub deployment keys (#8790) Earle F. Philhower, III 2023-01-06 15:17:29 -08:00
  • 3212f15cef back to dev (#8789) david gauchard 2023-01-06 23:39:04 +01:00
  • 8ae300d476 release 3.1.0 (#8788) 3.1.0 david gauchard 2023-01-06 22:06:06 +01:00
  • 66ecc33916 Move C++ constructor and destructor tables from .bss to .irom0 (flash) (#8737) metarutaiga 2023-01-05 22:33:00 +08:00
  • f06710eb6e hostByName timeout fixes (#8787) Max Prokhorov 2023-01-05 16:29:14 +03:00
  • 3e357f32b1 Allow passing beacon interval to SoftAP config (#8695) piotrcurious 2023-01-05 03:54:05 -05:00
  • 3f394616a6 Passing custom HTTPClient to HTTPUpdate (#8773) BackLogers 2023-01-05 09:38:12 +01:00
  • 7cfb551f90 PHY status API for ethernet drivers (#8784) david gauchard 2023-01-05 09:23:57 +01:00
  • c9f90a3ed3 Update to LittleFS 2.5.1 (very minor update) (#8786) Earle F. Philhower, III 2023-01-04 05:48:57 -08:00
  • 5a3da9a7d8 Fix Stream::parseFloat() (#8785) david gauchard 2023-01-03 20:14:10 +01:00
  • 204d2c93a7 NONOS SDK clean-up (#8770) Max Prokhorov 2023-01-03 01:40:53 +03:00
  • 3f1d608a19 EspSoftwareSerial release 7.0.0 with fix for compiler error (constexpr instance member function) and Rx IRQ callback (#8781) Dirk O. Kaar 2022-12-31 19:55:37 +01:00
  • 137d421fdd Fix flashinit panic not printing (#8762) M Hightower 2022-12-22 08:13:01 -08:00
  • edfde6ba1a lwip2: cleanup logging and use newlib printf (#8769) david gauchard 2022-12-21 09:35:23 +01:00
  • 4a639ab015 Added missing DRAM fallback to pvPortCallocIram, pvPortZallocIram, and (#8765) M Hightower 2022-12-19 09:51:12 -08:00
  • 59b5bbab7a Resolve flash address issues with SDK v3.0.0 (#8755) M Hightower 2022-12-19 08:44:26 -08:00
  • b565b8686d Optimize disconnect method in WiFiSTA class (#8760) Krzysiek S 2022-12-16 14:22:26 +01:00
  • eda64f69a7 Stack decoder script (#8661) Max Prokhorov 2022-12-16 14:27:43 +03:00
  • 9dce0764af Don't return true with WiFiClientSecureBearSSL::connected() when really disconnected (#8330) Max Prokhorov 2022-12-16 14:12:58 +03:00
  • 4a0b66b017 Heap addendum to handle changes in NON-OS SDK 3.0.x (#8746) M Hightower 2022-12-16 00:11:19 -08:00
  • d3c8d272d7 Add eraseap option to WiFi disconnect method. (#8758) Krzysiek S 2022-12-15 10:30:29 +01:00
  • 64077df980 Keep Servo in the same position after re-attaching (#8753) Dirk O. Kaar 2022-12-15 00:21:56 +01:00
  • 9cd560b451 Add httpupdate lib import in ota example (#8667) Amju 2022-12-14 16:37:41 +05:30
  • 8e79833db6 add DEBUG payload output (#8745) Holger Müller 2022-12-14 11:27:41 +01:00
  • a4a8782c56 Correct class name in readme.rst (#8751) DarioGHub 2022-12-11 11:10:56 -06:00
  • 6aa22aca8a EspSoftwareSerial bug fix 6.17.1 (#8754) Dirk O. Kaar 2022-12-10 18:29:29 +01:00
  • da48a52d7a Fix File::readString to work with binary data (#8742) Eli Lipsitz 2022-12-06 13:56:49 -06:00
  • 3c6253109d Fix CPPDEFINES loop (#8744) Max Prokhorov 2022-12-06 17:33:58 +03:00
  • 93537f94a8 Added NONOS SDK 3.0.0 ~ 3.0.5 (again) (#8736) metarutaiga 2022-12-06 18:43:48 +08:00
  • ed6b957164 Skip .git{,hub} files when packaging (#8743) Max Prokhorov 2022-12-06 13:31:16 +03:00
  • 9701d3afb6 Add setClientTimeout() to ESP8266HTTPUpdate (#8740) DarioGHub 2022-12-06 04:02:57 -06:00
  • 3c6db4ed9b WiFiClient::abort() (#8738) RobertGnz 2022-12-06 10:40:48 +01:00
  • 821ccde978 EspSoftwareSerial 6.17.0 (#8739) Dirk O. Kaar 2022-12-04 20:39:00 +01:00
  • fe451a814f Fix typo in section list (#8726) M Hightower 2022-11-23 12:33:56 -08:00
  • 80bf716625 Only check the actual used lenght of the hash. (#8709) seism0saurus 2022-11-05 22:20:23 +01:00
  • 3a2fe9ff0f Correction on Heap API available from ISR (#8708) M Hightower 2022-11-04 06:07:31 -07:00
  • 3d9aeeff2d Fix pre-SDK Cache_Read_Enable for PUYA flash (#8658) M Hightower 2022-11-04 03:51:53 -07:00
  • e1081e30f5 Update README.md (#8706) Max Prokhorov 2022-11-03 18:38:01 +03:00
  • fff12e3068 Updater lifetime callbacks (#8653) Max Prokhorov 2022-11-03 08:58:53 +03:00
  • 27c0591756 Longer delays for Ticker and some internal updates (#8625) Max Prokhorov 2022-11-01 20:15:14 +03:00
  • 04494f0729 Generic netif status callback and mDNS (#8705) Max Prokhorov 2022-11-01 03:01:40 +03:00
  • 78444a5037 Add Wemos ESP-WROOM-02 board (#8664) rotulet 2022-10-31 23:38:35 +01:00
  • d36b21db38 Remove paths / paths-ignore condition from CI (#8704) Max Prokhorov 2022-11-01 01:23:24 +03:00
  • 0aab6ecee2 Rework CI workflows (#8688) Max Prokhorov 2022-10-31 21:13:40 +03:00
  • 2360d1cff1 Consistent netif->status_callback (#8676) david gauchard 2022-10-31 05:33:16 +01:00
  • bde8ef7af7 Nice stack smashing postmortem message (#8670) Max Prokhorov 2022-10-31 07:15:42 +03:00
  • 5f94a60d78 Changed / added virtual functions for returning connection information (#8693) Jiri Bilek 2022-10-31 04:25:04 +01:00
  • d3eddeb501 Ensure xPortGetFreeHeapSize reports DRAM (#8680) M Hightower 2022-10-11 04:52:39 -07:00
  • 7b2c627ed4 Update WiFi scan docs (#8685) Max Prokhorov 2022-10-10 18:08:06 +03:00
  • 5c22dbc163 Fix Sphinx build warnings (#8686) Max Prokhorov 2022-10-10 17:36:47 +03:00
  • 3df5693697 Expand access to SDK's struct bss_info (#8683) M Hightower 2022-10-10 05:56:44 -07:00
  • a0c7a85649 Fix Updater non-zero _verify->length() once again (#8545) Max Prokhorov 2022-09-13 15:57:42 +03:00
  • 313b3c07ec Add debug support for build.opt (#8637) M Hightower 2022-08-04 11:33:24 -07:00
  • ee7ac2f79d make WiFi/Ethernet interface compatible with Arduino Ethernet API (#8645) david gauchard 2022-07-28 00:00:56 +02:00
  • 646bdfc060 SSL examples: updates (#8643) david gauchard 2022-07-27 23:47:10 +02:00
  • e2a36ed6c2 MDNS : Also increase # of sends when a send fails (#8641) hreintke 2022-07-27 23:33:18 +02:00