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

Commit Graph

  • d44c3f42a3 SPI: writePattern() should not call setDataBits(0) (#8636) Max Prokhorov 2022-07-28 00:03:01 +03:00
  • 6f93e54d45 Merge branch 'master' into mcspr-patch-1 mcspr-patch-1 david gauchard 2022-07-27 22:52:31 +02:00
  • 06f34ed566 Board ID as build flag (#8634) Max Prokhorov 2022-07-27 23:52:20 +03:00
  • e149829802 update example certs (#8642) david gauchard 2022-07-19 12:21:35 +02:00
  • c3cd83ba12 SPI: writePattern() should not call setDataBits(0) Max Prokhorov 2022-07-14 14:55:10 +03:00
  • a2982f96a4 Add missing license headers (#8630) david gauchard 2022-07-09 19:02:58 +02:00
  • 00f5f2acc4 emulation on host: fix incorrect lwIP DNS implementation (#8627) david gauchard 2022-07-09 12:36:35 +02:00
  • a8e3786d38 Fix hostname management (#8626) david gauchard 2022-07-06 22:57:58 +02:00
  • 65d30437f0 Correctly handle unaligned address in EspClass::flashWrite u8 overload (#8605) Max Prokhorov 2022-07-03 22:47:16 +03:00
  • c12a6b48a2 Github Actions updates and setup dependabot (#8624) Max Prokhorov 2022-07-01 22:24:13 +03:00
  • 601da8e933 Fix python warnings and update device tests runner (#8623) Max Prokhorov 2022-06-29 14:27:42 +03:00
  • a2c8a63360 Use current netif address in NetBIOS response (#8622) Max Prokhorov 2022-06-29 14:05:19 +03:00
  • 678a477559 HTTPUpdateServer Allow external POSTS (CORS) (#6824) Joseph Francis 2022-06-27 17:06:10 -04:00
  • 9668f77070 Update documentation (#8619) BlazerYoo 2022-06-27 09:02:28 -04:00
  • 7e5520c23e Fix DHCP server pbuf handling and allow to change netif address (#8602) Max Prokhorov 2022-06-27 03:26:05 +03:00
  • 0bff52fe55 Without autoreconnect, forcibly stop station connection manager (#8607) Max Prokhorov 2022-06-27 02:21:40 +03:00
  • f0d8f33d83 Add FSTools with examples of how to convert between SPIFFS and LITTLEFS. (#7696) sticilface 2022-06-26 19:22:31 +01:00
  • 5656035bed document side-effects for wifi-off-at-boot (#8614) david gauchard 2022-06-25 23:18:54 +02:00
  • 5d4ae86565 Check ESP8285 at runtime (#8604) Max Prokhorov 2022-06-25 23:23:45 +03:00
  • 8decdc380a Allow to use temporary strings in configTime (#8606) Max Prokhorov 2022-06-25 00:46:03 +03:00
  • 7935bed18f Provide wl_tcp_state as tcp_state alias (#8609) Max Prokhorov 2022-06-24 16:41:51 +03:00
  • 8048ea52ca Rebuilt HAL w/latest toolchain and fixed configure (#8615) Earle F. Philhower, III 2022-06-24 06:24:56 -07:00
  • 7d9abbb605 do not call tcp/udp ::stopAll() when it is not required to do so (#8598) david gauchard 2022-06-23 22:14:19 +02:00
  • d5d6a3b023 Correct "list" formatting (#8610) M Hightower 2022-06-23 05:14:13 -07:00
  • dc6b15e38a Update to toolchain 3.1.0-gcc10.3 (#8613) Earle F. Philhower, III 2022-06-21 22:52:15 -07:00
  • 047f14b9db upload.py should not always fail (#8608) Max Prokhorov 2022-06-19 01:22:33 +03:00
  • 92fed38747 style pull/7696/head david gauchard 2022-06-15 23:37:42 +02:00
  • 07789808b9 Do not show python traceback when esptool fails (#8603) Max Prokhorov 2022-06-15 02:39:16 +03:00
  • 8bfc2e9eab Fix lwip2 ping (#8596) david gauchard 2022-06-14 19:24:04 +02:00
  • 760a6bc6c7 Update to latest BearSSL (#8600) Earle F. Philhower, III 2022-06-14 09:49:22 -07:00
  • 0e0ad1f645 Allow UART1 to be inverted (#8601) Paul Wieland 2022-06-14 11:33:09 -04:00
  • bdc71e5801 Avoid reading past end of non-zero terminated char arrays (#8597) Paulo Cabral Sanz 2022-06-12 18:22:15 -03:00
  • 9ace4ed849 stop incorrectingly increase number of arguments when setting up arg("plain") (#8599) david gauchard 2022-06-12 22:47:36 +02:00
  • 494e51f2bb Merge branch 'master' into master david gauchard 2022-06-11 22:23:53 +02:00
  • b7c1cfbc45 DHCP custom option (#8582) Max Prokhorov 2022-06-09 00:19:59 +03:00
  • 9e2103f27e Patch eap.o memory leak (#8566) M Hightower 2022-06-02 14:48:28 -07:00
  • 5f2af1945b lwIP on ethernet: examples (#8395) david gauchard 2022-06-02 14:03:38 +02:00
  • f5ef02d643 Fix double-free when connecting to WPA2-Enterprise networks (#8529) Flole998 2022-06-02 11:38:28 +02:00
  • 502d9469fa Initialize SoftAP DhcpServer object on demand (#8546) Max Prokhorov 2022-06-01 23:46:04 +03:00
  • 61e7605549 Update broken links (#8589) Ryan Gates 2022-06-01 15:30:52 -05:00
  • 8dee8000ee Fix DTR offset value (#8586) DarioGHub 2022-05-28 23:20:13 -06:00
  • c1144c5740 Move _GNU_SOURCE from CCFLAGS to CPPDEFINES (#8579) Maximilian Gerhardt 2022-05-28 20:17:33 +02:00
  • 35c2ae1cbb Improve support for hand-written asm source files (#8583) Ivan Kravets 2022-05-28 20:56:13 +03:00
  • b080c50713 emulation on host: avoid closing STDIN (#8577) david gauchard 2022-05-20 16:54:27 +02:00
  • 8f71d2c042 emulation on host: allow parallel compilation units (#8574) david gauchard 2022-05-17 17:35:41 +02:00
  • 48b60f4651 tools/sizes.py: Restore to the prior behavior regarding output destination (#8572) Takayuki 'January June' Suwa 2022-05-17 23:24:36 +09:00
  • fd9af97e00 tools/sizes.py: Change Unicode box-drawing chars to that of double version (#8573) Takayuki 'January June' Suwa 2022-05-17 22:48:30 +09:00
  • fbba25cf65 WString: remove operator==(const __FlashStringHelper*) (#8569) david gauchard 2022-05-17 14:58:53 +02:00
  • 1bb041bb6c platform.txt: Override python3 anon pipe encoding to utf-8 for 'tools/sizes.py' (#8570) Takayuki 'January June' Suwa 2022-05-17 07:45:01 +09:00
  • 5311c0d20a Fix utf-8 encoding (#8565) M Hightower 2022-05-15 13:19:39 -07:00
  • 33afdc2723 emulation on host: fix internal udp management (#8561) david gauchard 2022-05-15 22:06:20 +02:00
  • 80c0570620 Define lwIP's s32/u32 to int (#8560) david gauchard 2022-05-15 21:55:56 +02:00
  • 2de142b8db Update RFC 5246 URL (#8564) Chris Kitras 2022-05-12 15:03:32 -06:00
  • d1d4212e8b Add support for global build defines and options (#8504) M Hightower 2022-05-12 08:14:17 -07:00
  • 2904021cb9 CI: update arduino IDE url (#8563) david gauchard 2022-05-12 12:55:03 +02:00
  • da4a19fdac Table output for segment size script (#8551) Max Prokhorov 2022-05-12 00:25:39 +03:00
  • 8d5dda02f6 emulation on host: fix for latest changes in DNSServer (#8559) david gauchard 2022-05-10 19:31:12 +02:00
  • bcb5464167 Add DNS forwarder to DNSServer (#7237) M Hightower 2022-05-08 04:04:34 -07:00
  • 1a49a0449b WebServer: use String when working with Basic authentication (#8548) Max Prokhorov 2022-04-30 18:25:42 +03:00
  • f149d7b70e Correction to run_CI_locall.sh (#8552) M Hightower 2022-04-30 08:17:13 -07:00
  • 02c1a502ca ci: make sure to kill gpg related processes (#8549) Max Prokhorov 2022-04-21 22:05:55 +03:00
  • 6c8c8cb2d6 Update to LittleFS 2.5 release (#8543) Earle F. Philhower, III 2022-04-19 14:13:17 -07:00
  • 315bc77afe EspSoftwareSerial release 6.16.1 (#8541) Dirk O. Kaar 2022-04-14 17:16:45 +02:00
  • f78c6332f0 Permit using the Updater _hash function, even if we don't have a signature appended to the image (#8507) Edd Inglis 2022-04-11 12:14:26 +01:00
  • 520233f73e Test: fixing itoa implementation and clean-up of tests and test Makefile (#8531) Max Prokhorov 2022-04-11 13:53:40 +03:00
  • 27827c8c6d Delete operator=(Self&) when copy constructor is deleted (#8535) Paulo Cabral Sanz 2022-04-11 07:41:21 -03:00
  • 684156d211 ESP8266 Web Server: Fix missing implementation of send stream by reference (#8533) Mike Bell 2022-04-08 06:55:02 +01:00
  • 584d2f2392 WString: unify numeric conversion and fix assignments (#8526) Max Prokhorov 2022-04-05 15:31:24 +03:00
  • d205a63309 Update sessions example to show speed difference (#8528) Earle F. Philhower, III 2022-04-04 01:48:29 -07:00
  • 04fe1b9667 Fix OOM print handling of NULL file pointer (#8527) M Hightower 2022-04-04 01:08:14 -07:00
  • fbedcc1b2f Heap panic / abort cleanup (#8465) M Hightower 2022-03-31 14:10:50 -07:00
  • a29eaffcf8 Fix commit hash for the clang-format changes (#8525) Max Prokhorov 2022-03-31 23:18:52 +03:00
  • 32939c4334 Fix reuse for different URIs in HTTPClient::begin (#8466) Paulo Cabral Sanz 2022-03-30 05:35:46 -03:00
  • 06e3c562ef Properly quote paths for GCC warnings files (#8523) Earle F. Philhower, III 2022-03-29 21:07:16 -07:00
  • 732db59492 Catch a possible null-dereference (#8508) Edd Inglis 2022-03-13 21:34:42 +00:00
  • a736a95655 Fix minor typo in generated comment (#8503) Earle F. Philhower, III 2022-03-05 08:19:17 -08:00
  • 24c41524dc Add .git-blame-ignore-revs (#8464) Maxim Prokhorov 2022-02-20 19:29:13 +03:00
  • 19b7a29720 Migrate from astyle to clang-format (#8464) Maxim Prokhorov 2022-02-20 19:23:33 +03:00
  • 46190b61f1 Error even w/warnings disabled for no-return fcns (#8495) Earle F. Philhower, III 2022-03-03 15:10:57 -08:00
  • ead5f94dd3 Correctly using fs:: namespace in SD & SDFS (#8493) Max Prokhorov 2022-02-23 19:52:24 +03:00
  • fd53a080ee Add documentation entry about compiler warnings (#8492) Max Prokhorov 2022-02-22 13:42:26 +03:00
  • 15e7d35d6e emulation on host: minor updates (#8454) david gauchard 2022-02-20 14:27:52 +01:00
  • 7356cd1ef1 Heap init code improvements and updates (#8458) M Hightower 2022-02-15 13:42:08 -08:00
  • d7c3d7b797 Minor git install documentation fix (#8488) NaincyKumariKnoldus 2022-02-16 01:36:25 +05:30
  • e6fc76ab5f Fix, calloc now fails on extra-large request. (#8482) M Hightower 2022-02-12 13:24:59 -08:00
  • f60defc3d3 flash-size agnostic builds (#6690) david gauchard 2022-02-10 18:25:18 +01:00
  • 3027acaf11 Fix compilation of ArduinoOTA when no global MDNS is available (#8478) Drzony 2022-02-05 00:05:38 +01:00
  • 9f536e68f8 WString: avoid writing to const storage (#8463) Paulo Cabral Sanz 2022-01-28 09:51:45 -03:00
  • 30b0450d2b Move ESP8266SDFat library to master, not branch (#8460) Earle F. Philhower, III 2022-01-24 01:51:36 -08:00
  • f4ef6fd7d8 fix Stream.read into buffer ignoring every second byte (#8452) (#8453) Benedikt Eliasson 2022-01-18 15:21:13 +01:00
  • 9fcf14f81f Fix VM Address mask (#8440) M Hightower 2022-01-11 14:35:46 -08:00
  • 378fcfcda4 Remove obsolete PWMRANGE in keywords.txt (#8447) Phill 2022-01-11 14:44:27 +11:00
  • 2c5885e29d Fix info.usedBytes calculation giving weird result (#8445) Luc 2022-01-10 08:08:10 +08:00
  • 4c07113ff5 lwIP: v2.1.3 + dhcp fixes (#8319) david gauchard 2022-01-06 12:38:36 +01:00
  • a05a71fa9d import getLocalTime() from esp32/Arduino (#8413) david gauchard 2022-01-04 22:20:20 +01:00
  • f26201e6a9 Sync umm_malloc style with upstream (#8426) M Hightower 2022-01-03 13:36:03 -08:00
  • f401f08aba WiFiServer - 'rename' available() to accept() (#8419) Juraj Andrássy 2022-01-03 14:32:02 +01:00
  • 2f58f679ee Emulation on host: updates (#8409) david gauchard 2022-01-03 14:23:45 +01:00
  • d0cc3a80f8 WiFiServer - don't inherit from Server class (#8418) Juraj Andrássy 2022-01-03 14:06:31 +01:00
  • dde2c769db StreamConstPtr: disallow passing a String temporary (#8410) david gauchard 2022-01-03 13:42:27 +01:00