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

Commit Graph

  • e70092ca3e Recognize MSYS(MINGW) as Windows for toolchain get (#7358) Earle F. Philhower, III 2020-06-07 10:53:48 -07:00
  • 45feadcb4a emulation on host: various fixes (#7355) david gauchard 2020-06-07 19:12:04 +02:00
  • 23febc189b elf2bin.py objcopy cleanup (#7351) Max Prokhorov 2020-06-07 02:08:16 +03:00
  • 66138a67cc - Add protected getters for _forwardingBacklog and _macIgnoreList in FloodingMesh. Anders 2020-06-06 14:16:02 +02:00
  • 1d2b6b5c52 - Make HelloMesh.ino stylish. Anders 2020-06-06 01:18:28 +02:00
  • 40b39f32ef - Polish README.md. Anders 2020-06-06 00:34:29 +02:00
  • 5661ec07b1 Merge branch 'master' into wifi_mesh_update_2.2 aerlon 2020-06-05 23:23:57 +02:00
  • fba4ac15f6 - Make most type definitions public instead of protected, to facilitate use in composition. Anders 2020-06-05 21:56:33 +02:00
  • c3796a4de5 Graph example (#7299) vdeconinck 2020-06-03 02:59:16 +02:00
  • 8ee67ab2b5 Return FALSE on seek past EOF (#7324) Earle F. Philhower, III 2020-05-30 21:47:53 -07:00
  • 27ef03fc05 Add documentation on recovering from deep sleep with WAKE_RF_DISABLED (#7338) Amadeus 2020-05-29 19:14:45 +01:00
  • 0d43338a37 Add FTP client/server lib link (#7336) Develo 2020-05-29 10:12:46 -04:00
  • 51daecc236 Xmc flash 2 (#7317) Mike Nix 2020-05-27 08:04:49 +08:00
  • 0deb87483e Document ESP.getMaxFreeBlockSize() != max malloc size (#7328) Earle F. Philhower, III 2020-05-26 14:00:41 -07:00
  • 52b3e5b7b3 rotate right (#7320) david gauchard 2020-05-20 22:18:59 +02:00
  • 5762712277 Bring SPIFFS up to latest version (#7276) Earle F. Philhower, III 2020-05-18 20:48:18 -07:00
  • 7c008e31bb Flash size reduction for mime-type (#7312) s-hadinger 2020-05-19 05:16:11 +02:00
  • 0516b30655 - Fix Readme links. Anders 2020-05-18 22:29:07 +02:00
  • f059e57322 - Use the new Crypto, TypeConversion and random() functionality added to the Arduino core, instead of the versions local to the mesh library. Anders 2020-05-18 22:09:34 +02:00
  • 3e4d7c76c4 Allow non-aligned PSTR() (#7275) s-hadinger 2020-05-18 21:21:50 +02:00
  • 595fb23128 Merge branch 'master' into wifi_mesh_update_2.2 aerlon 2020-05-18 21:05:27 +02:00
  • 1b20cd6263 - Add required BearSSL include in header. (#7310) aerlon 2020-05-18 19:54:25 +02:00
  • 4519db85e9 Server Sent Events example - issue #7008 (#7012) Ewald Comhaire 2020-05-16 21:22:04 +02:00
  • c5f60e31cd Allocate BSSL stack for SigningVerifier (#7291) Earle F. Philhower, III 2020-05-15 20:21:50 -07:00
  • 157ce57996 bugfix2/ESP8266HTTPClient (#6476) Jeroen88 2020-05-15 23:12:49 +02:00
  • 40e1f02ffb - Split most of the EspnowMeshBackend code into utility files and the new ConditionalPrinter, EspnowDatabase, EspnowConnectionManager, EspnowTransmitter and EspnowEncryptionBroker classes. Anders 2020-05-15 20:33:08 +02:00
  • 3f5495bb3d Merge branch 'master' into wifi_mesh_update_2.2 aerlon 2020-05-15 20:08:59 +02:00
  • d01e6391bb - Fix build error. Anders 2020-05-11 16:18:38 +02:00
  • ed8add50fe Update README.md (#7295) Develo 2020-05-10 23:47:01 -04:00
  • 9cf2186af1 Update version links (#7294) Develo 2020-05-10 23:01:09 -04:00
  • 7f3d837e57 Update release instructions (#7292) Develo 2020-05-10 21:48:38 -04:00
  • 2ec2679d6e - Move all serialization code to separate Serializer namespace and files. Anders 2020-05-10 16:42:57 +02:00
  • 56bbb99e6f Back to 3.0.0-dev (#7279) Earle F. Philhower, III 2020-05-07 14:37:44 -07:00
  • a5432625d9 Release 2.7.1 (#7278) 2.7.1 Earle F. Philhower, III 2020-05-07 13:06:41 -07:00
  • ea879b6ef6 XMC in eboot: hotfix: disabling (#7277) david gauchard 2020-05-07 15:32:16 +02:00
  • e64125a53c - Move globals to anonymous namespaces. Anders 2020-05-05 16:10:37 +02:00
  • 83166f948b Deprecate SPIFFS, move examples to LittleFS (#7263) Earle F. Philhower, III 2020-05-04 11:22:50 -07:00
  • 9845deb283 Document USTX in USS/UxS not working as expected (#7265) xsrf 2020-05-03 22:00:18 +02:00
  • bf718c39af Revert "Changing listen to listen the current iface only instead of 0" (#7266) Takayuki 'January June' Suwa 2020-05-04 03:52:35 +09:00
  • 4e3a4b6d21 Back to dev (#7260) david gauchard 2020-05-02 01:17:04 +02:00
  • 9c56ed1ff9 release 2.7.0 (#7259) 2.7.0 david gauchard 2020-05-01 23:14:27 +02:00
  • 388d3020f2 Fix minor GCC10 static analyzer warnings (#7255) Earle F. Philhower, III 2020-04-30 18:25:31 -07:00
  • a9cf12fcf0 Make getContentType available for 3rd party usage (#7254) vdeconinck 2020-04-30 05:36:42 +02:00
  • effcc3a2d0 - Make everything const by default. Anders 2020-04-29 22:04:59 +02:00
  • 668b33ddf1 Revamp of the FSBrowser and SDWebServer examples (#7182) vdeconinck 2020-04-29 18:03:24 +02:00
  • ce200ed72e - Move TypeConversion from namespace esp8266 to namespace experimental. (#7252) aerlon 2020-04-29 16:30:26 +02:00
  • 3c9a75f831 Add CryptoInterface library (#6961) aerlon 2020-04-29 03:25:10 +02:00
  • ec7644227e Hold transmitter in reset during rate change (#7248) geoffday67 2020-04-27 18:58:47 +01:00
  • 1bb5ccf71e Fixed misplacement of back quotes (#7247) TheMaking 2020-04-26 19:58:22 +02:00
  • 36e047e908 Allow stopWaveform to stop timed-out waveforms (#7236) Dirk O. Kaar 2020-04-24 01:00:17 +02:00
  • 9b41d9ac5e XMC flash support - WIP (#6725) Mike Nix 2020-04-24 00:15:21 +08:00
  • 2de9242b1a Add test for FS::open("w+") (#7241) Earle F. Philhower, III 2020-04-22 17:24:56 -07:00
  • 368ca91869 Update to LittleFS v2.2.0 (#7240) Earle F. Philhower, III 2020-04-22 16:34:45 -07:00
  • b02643e7fa Tz update (#7234) kugelkopf123 2020-04-21 02:09:54 +02:00
  • ea1fdb210f Fixup 7122, new startWaveformCycles more aptly named startWaveformClockCycles (like in rest of core API for this type of use). (#7218) Dirk O. Kaar 2020-04-19 14:57:46 +02:00
  • 4ca69bc21d For example CaptivePortal, update HTML to pass HTML checker. (#7227) M Hightower 2020-04-19 02:14:20 -07:00
  • ce0e63f629 fix style checking: (#7222) david gauchard 2020-04-18 03:37:12 +02:00
  • 77b82a0c27 Changing listen to listen the current iface only instead of 0 (#7217) Viktr 2020-04-18 02:31:31 +03:00
  • a36a6c8a3f Add isRunning getter to check is ::begin already called (#7219) Viktr 2020-04-18 01:42:07 +03:00
  • 503988132d fNull pointer call from WiFiClient::localIP() to IPAddress (#7221) M Hightower 2020-04-17 14:19:46 -07:00
  • a24b8d23f0 Merge branch 'master' into wifi_mesh_update_2.2 Develo 2020-04-17 09:39:09 -04:00
  • 9632e868d5 Fix espota completion success/fail check (#7204) Earle F. Philhower, III 2020-04-16 15:15:00 -07:00
  • 1af4ea661f Allow waveforms to be specified in clock cycles (#7211) Earle F. Philhower, III 2020-04-16 14:40:20 -07:00
  • 6cb16997d8 Use F_CPU if (?) CPU frequency switch is compile-time only (#6833) Dirk O. Kaar 2020-04-15 22:15:35 +02:00
  • e5f4514847 mDNS: protect MDNSResponder::queryService against misuse (#7216) david gauchard 2020-04-15 20:22:02 +02:00
  • e1789ddf0c MD5 Builder: Rework for unqiue_ptr instead of malloc, get only member functions marked as const (#7208) Luigi Rodorigo 2020-04-11 20:02:38 +02:00
  • 4f27ce16b3 Fix TCP send to IPv6 link local addresses (#7207) david gauchard 2020-04-11 12:46:07 +02:00
  • ee619d367f Fix UDP send to IPv6 link local addresses (#6541) Simon Arlott 2020-04-11 11:05:23 +01:00
  • 5511180cd1 EspSoftwareSerial release 6.8.1 (#7205) Dirk O. Kaar 2020-04-10 19:54:21 +02:00
  • 41d271d972 Fix for MD5 leak bug, issue #7195 (#7197) Luigi Rodorigo 2020-04-09 19:36:57 +02:00
  • 1a9988ecf1 fix memleak (#7203) david gauchard 2020-04-09 18:59:12 +02:00
  • fad056442d Make DNS resolution order selectable during runtime or compile time (#6865) Heiko Krupp 2020-04-09 18:17:54 +02:00
  • bc170e6d63 WiFi: ARP gratuitous API for wifi station mode (#6889) david gauchard 2020-04-09 16:19:15 +02:00
  • d600cc7fa6 Expose webserver's chunk api (#7134) david gauchard 2020-04-07 02:49:34 +02:00
  • 3db610f6d0 Ability to define -DFP_IN_IROM when generating ld script (#7188) s-hadinger 2020-04-06 22:54:19 +02:00
  • c548958f6e Tone limit 20KHz (#7179) StanJ 2020-04-04 11:47:54 -05:00
  • 483bfde885 Move floating point from libgcc out of IRAM (#7180) s-hadinger 2020-04-03 10:05:28 +02:00
  • a04c3244d5 esp8285: properly initialize free gpio as input (#7165) david gauchard 2020-03-27 11:39:12 +01:00
  • 631f66bd08 Attribute __real_system_restart_local() as (noreturn) (#7167) Takayuki 'January June' Suwa 2020-03-27 06:28:09 +09:00
  • 726df6967c Switch espressif8266 platform to development branch in PlatformIO build (#7170) Valerii Koval 2020-03-26 18:20:43 +02:00
  • d91f1dac36 Better follow redirection for HTTPClient (#7157) Patryk (PsychoX) Ludwikowski 2020-03-25 23:33:54 +01:00
  • 1127a090ad Add 2MB obtion to 8285 generic board (#7163) Earle F. Philhower, III 2020-03-22 14:38:38 -07:00
  • e64cb619f7 Pull GPIO initialization into its own 'weak' function. (#7044) Clemens Kirchgatterer 2020-03-22 13:16:39 +01:00
  • db75d2c448 Abort if BearSSL stack allocation fails (#7152) Earle F. Philhower, III 2020-03-15 11:56:23 -07:00
  • e252873263 Use 2nd stack for update signature verification (#7149) Earle F. Philhower, III 2020-03-14 16:10:40 -07:00
  • afb9921d38 avoid printing nullptr string (#7144) david gauchard 2020-03-14 15:34:04 +01:00
  • 845241b72c Fix RST links for PlatformIO (#7143) Ivan Kravets 2020-03-09 17:08:07 +02:00
  • 01a4d292e1 Installation guide for PlatformIO (#7142) Ivan Kravets 2020-03-09 15:51:32 +02:00
  • 252240326f EspSoftwareSerial 6.8.0 adds ESP8285 support (#7139) Dirk O. Kaar 2020-03-08 18:20:53 +01:00
  • 548d702961 Merge branch 'master' into wifi_mesh_update_2.2 aerlon 2020-03-05 15:44:58 +01:00
  • 1dcd4c4a7b - Fix even more merge conflicts. Anders 2020-03-05 15:39:49 +01:00
  • 16801f3dac - Rework ExpiringTimeTracker to be based on PolledTimeout. Anders 2020-03-05 15:30:20 +01:00
  • 372a3ec297 EspSoftwareSerial release 6.7.2 fixes warnings with gcc 9.2 (#7133) david gauchard 2020-03-05 12:24:27 +01:00
  • b8e4ca48a4 udp: fix again pbuf management (#7132) david gauchard 2020-03-04 21:40:50 +01:00
  • b64e8da2e2 Set a value for SSDP notify interval (#7110) Martijn Scheepers 2020-03-03 23:00:38 +01:00
  • e39cbe6328 rebuild lwip2 1.2-30 (#7131) david gauchard 2020-03-03 21:58:57 +01:00
  • c61b70de86 unblobbing commit 2c435b1f42 (commitcomment-37529995) (#7121) david gauchard 2020-02-28 04:30:36 +01:00
  • 2c435b1f42 lwip2 update: stop dhcp when interface goes down (#7114) david gauchard 2020-02-27 08:21:33 +01:00
  • 0554d39c6c Add support for my new board eduino wifi (#6554) schirmilabs 2020-02-26 17:15:57 +01:00
  • abdd2bdbb6 simple TZ api: bypass sprintf/sscanf: + 7KB (#7109) david gauchard 2020-02-25 11:16:10 +01:00