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

Commit Graph

  • 667c27f864 wip host build (#5431) david gauchard 2018-12-04 18:55:10 +01:00
  • d5d112683f add flag to esptool to hard reset after flashing (#5433) Develo 2018-12-04 12:36:11 -03:00
  • ee3b374e4e inconsistent block size for spiffs in board.txt. and ld files (#5412) apicquot 2018-12-04 04:01:32 -05:00
  • 216680bb57 weak hook preinit() #2111 #2133 #2136 (#5395) david gauchard 2018-12-04 05:54:27 +01:00
  • 2ec3daa225 Use Python JSON to format packages.json file (#5429) Earle F. Philhower, III 2018-12-03 19:26:18 -08:00
  • f68362e78f Add in Win64 pointers to Win32 tools (#5427) Earle F. Philhower, III 2018-12-03 13:35:13 -08:00
  • f770d1a213 Add %z and %x to printf backend (#5424) Earle F. Philhower, III 2018-12-03 12:26:31 -08:00
  • 2f907f47bb Fix pgmspace 32-bit read macros (#5425) Earle F. Philhower, III 2018-12-03 11:14:10 -08:00
  • 50cbdc0b92 update AddrList and examples (#5422) david gauchard 2018-12-03 19:15:50 +01:00
  • 31bee50102 IPAddress: allow misaligned source in constructor (#5421) david gauchard 2018-12-03 16:59:38 +01:00
  • ca3678f7c1 ESPectro Core board support (#5419) Alwin Arrasyid 2018-12-03 21:27:06 +07:00
  • 6280e98b03 Enable exceptions, update to optimized newlib, migrate to new toolchain (#5376) Earle F. Philhower, III 2018-12-02 22:37:14 -08:00
  • 4941711505 Implement for ssid a similar approach as for passphrase (#5411) Develo 2018-12-03 02:25:13 -03:00
  • d8acfffdb0 Add cryptographically signed update support (#5213) Earle F. Philhower, III 2018-12-02 19:57:47 -08:00
  • e5d50a6e4b Split AddrList into object-iterator-container components (#5410) Develo 2018-12-02 23:46:39 -03:00
  • 773f306ef9 more compatibility fixes to IPAddress, restore INADDR_ANY, INADDR_NONE (#5416) david gauchard 2018-12-03 02:43:19 +01:00
  • 324b3f9678 IPAddress updates (#5409) david gauchard 2018-12-02 03:21:33 +01:00
  • 4b16fa0a33 Added 2M generic boards (#5404) apicquot 2018-12-01 17:10:17 -05:00
  • 00bc89eb48 fix compilation error - can't find axTLS::WiFiServerSecure (#5407) liebman 2018-12-01 07:21:59 -08:00
  • 53b3aaee60 usn and udn differences cause issues with smarthings (#5401) chilliwebs 2018-11-30 20:16:02 -05:00
  • c1297cc8a4 Split PIO job into even and odd builds (#5405) Earle F. Philhower, III 2018-11-30 15:56:29 -08:00
  • 7f7e658d66 Add SD.end() method, including arg to leave SPI up (#5402) Develo 2018-11-30 18:25:47 -03:00
  • 92373a9837 Deprecate axTLS, update examples (#5366) david gauchard 2018-11-30 05:49:27 +01:00
  • 8f28c88f9c Added naive content length to upload struct (#5142) DiamondDrake 2018-11-29 20:24:55 -05:00
  • 1fb9b4e0ee Allow override of macros in core_version.h (#5268) Sen Haerens 2018-11-30 00:16:58 +01:00
  • 440a3aae7f Expose post args during upload (#4935) Luc 2018-11-29 22:52:55 +01:00
  • 9ec03ed3f6 Move WiFi debug messages to PMEM (#5388) Earle F. Philhower, III 2018-11-29 12:55:40 -08:00
  • 2486405e52 documentation: add quick links (#5391) david gauchard 2018-11-29 20:50:03 +01:00
  • 116da1881c update HTTPCLIENT_1_1_COMPATIBLE (#5389) david gauchard 2018-11-29 19:42:44 +01:00
  • 4f86a68b56 fix espconn and err_t (#5392) david gauchard 2018-11-29 18:17:33 +01:00
  • c6777149a8 constexpr helpers to identify core version (#5269) david gauchard 2018-11-29 17:10:33 +01:00
  • fcdffc5dfd Save 2.3K in HTTPClient debug mode by PSTR (#5387) Earle F. Philhower, III 2018-11-29 06:37:07 -08:00
  • e7d3cf62b6 Don't clear authentication options on a ::stop (#5386) Earle F. Philhower, III 2018-11-28 16:12:01 -08:00
  • dc5e352676 fix host emulation (#5382) david gauchard 2018-11-28 12:37:59 +01:00
  • 5fcb8f1dac Check if AP exists before adding it (#5373) dav1901 2018-11-28 03:01:15 +02:00
  • 5c4db3acf4 IPv6 on esp8266-nonos-sdk and arduino (#5136) david gauchard 2018-11-27 23:07:47 +01:00
  • a501d3ca3b PolledTimeout Class for wrapping millis() loops (WIP) (#5198) Develo 2018-11-26 10:57:49 -03:00
  • cd05bae0e8 Pass string objects by reference (#5378) dav1901 2018-11-25 16:18:44 +02:00
  • 72ad9353fc Fix rtc mem bounds check (#5372) Develo 2018-11-24 16:14:54 -03:00
  • 3d70f43277 cleanup/unify flash sector size define value (#5327) Develo 2018-11-24 02:59:12 -03:00
  • cf21dfda64 i2s can send now buffers (#5349) aguaviva 2018-11-24 06:00:34 +01:00
  • 19a0a0b6fd Remove obsolete BSSL debug print routines (#5368) Earle F. Philhower, III 2018-11-23 12:08:40 -08:00
  • 016f3b8103 Move from container to VM per Travis requirements (#5367) Earle F. Philhower, III 2018-11-22 21:29:36 -08:00
  • 5d573652e4 Check for WEP when setting authmode (#5364) dav1901 2018-11-22 22:19:37 +02:00
  • aa22c07312 clock stretch fix done right (#5363) Matej Sychra 2018-11-22 17:21:21 +01:00
  • 74ca42f829 Sketch emulation on host (#5342) david gauchard 2018-11-20 21:51:45 +01:00
  • b504881be4 document wificlient loop (#5355) david gauchard 2018-11-20 20:37:21 +01:00
  • 2f4380777e Move BearSSL from STACK_PROXY to a real, thunked 2nd stack (#5168) Earle F. Philhower, III 2018-11-14 18:29:24 -08:00
  • 41de43a263 Update ESP8266HTTPUpdateServer library (#5297) dav1901 2018-11-13 05:43:21 +02:00
  • 979e5cebd9 Update generic-class.rst (#5338) Develo 2018-11-12 22:56:20 -03:00
  • 055748ff6f Fix debug provision for DNSServer (#5329) Develo 2018-11-09 16:58:12 -03:00
  • e948ad1999 deprecate RTC_REG macros in favor of TIMER_REG macros (old typo in macro names) (#5326) Develo 2018-11-09 14:53:58 -03:00
  • 79a6f36a02 Fix doc for ESP8266WiFi (#5325) dav1901 2018-11-08 17:06:54 +02:00
  • 53edcfd94d Update libraries.rst with ESP-NOW (#5322) Develo 2018-11-08 02:14:33 -03:00
  • 56627338cc Set authmode if passphrase is provided (#5317) dav1901 2018-11-08 04:52:53 +02:00
  • 4726a2501a typo fix (#5319) A C SREEDHAR REDDY 2018-11-07 19:43:20 +05:30
  • 233d3e3b5e Move BearSSLHelpers into BearSSL namespace (#5315) Earle F. Philhower, III 2018-11-06 19:27:40 -08:00
  • a42c3c399b Fix device/test_http_client tests (#5309) liebman 2018-11-06 17:56:10 -08:00
  • feb86cd4ff Add BearSSL documentation (#5311) Earle F. Philhower, III 2018-11-06 11:45:52 -08:00
  • 6e0c0e3dcc Only stop waveforms actually running in ISR (#5308) Earle F. Philhower, III 2018-11-05 04:41:18 -08:00
  • e876170cf4 Use "PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY" as default lwIP profile for @PlatformIO (#5305) Ivan Kravets 2018-11-05 04:31:36 +02:00
  • 8ae0746e4a Add missing decrement operator to I2C clockCount (#5292) Develo 2018-10-29 16:30:21 -03:00
  • 8785143bff Fix/update doc for dir object (#5291) Develo 2018-10-29 14:53:50 -03:00
  • ef95e05319 examples code cleanup (#5290) dsv19 2018-10-29 04:29:03 +02:00
  • 22bab5f09b Fix arg type in Wire to size_t (#5289) Develo 2018-10-28 20:53:21 -03:00
  • d7ca884007 support new board (invent one) (#5286) Invent Victor 2018-10-28 19:44:31 +01:00
  • cb05b86d49 I2C slave support (originally by bjoham) (#5226) Matej Sychra 2018-10-26 17:04:16 +02:00
  • 42c977bd4d Patch axTLS CVEs and fix CA verification (#5270) Earle F. Philhower, III 2018-10-24 12:47:11 -07:00
  • a063c2b36f fix http parsing (#5262) david gauchard 2018-10-23 22:17:54 +02:00
  • e954022b94 Bugfix/esp8266 http client (#5250) Jeroen88 2018-10-21 15:42:55 +02:00
  • 6218c40740 fix md5 comparison (#5265) david gauchard 2018-10-21 04:20:25 +02:00
  • 561426c0c7 Fix webserver unresponsiveness (#5259) Adrian Scillato 2018-10-18 18:36:47 -03:00
  • e549355221 Fix: WiFiClient::flush() yields but can be called from events (#5254) david gauchard 2018-10-18 00:32:54 +02:00
  • ad7cb635ed Improved parameter validation (#5256) fabianoms 2018-10-17 17:08:39 -03:00
  • 64dd492eaa fix parseArgument #2 (#5252) david gauchard 2018-10-17 04:18:45 +02:00
  • d742df84e5 Make stopWaveform call interrupt callable (#5248) Earle F. Philhower, III 2018-10-16 16:39:22 -07:00
  • 2eb5b5600a Update debugging.rst (#5234) teo1978 2018-10-13 02:48:53 +02:00
  • c8497da676 ESP8266httpClient crash-on-destructor bugfix (#5220) Jeroen88 2018-10-12 00:34:25 +02:00
  • 1b1b0a28a8 Add stack repainting call to ESP class (#5221) Earle F. Philhower, III 2018-10-11 08:55:30 -07:00
  • d17ffc2874 WiFi: improve WiFiClient(Basic) examples (#5197) Junxiao Shi 2018-10-11 01:08:13 -04:00
  • a1e59e9c01 update to lwIP-2.1.0: partial SACK support by default (de-selectable in menu) (#5126) david gauchard 2018-10-09 21:27:27 +02:00
  • 3c13751bcf Fix NUM_ANALOG_INPUTS for Amperka WiFi slot (#5219) Evgeny Kochetkov 2018-10-09 18:48:45 +03:00
  • 8ef21ca3ae Update to the last version of nonos-sdk V2, WiFi addons (#5210) david gauchard 2018-10-09 15:21:23 +02:00
  • 9fb4a05d67 Fix led-pin in updater, also no need to backup LED state (#5217) david gauchard 2018-10-08 16:02:27 +02:00
  • 464bdccf41 Fix Readme Link (#5215) Adrian Scillato 2018-10-06 20:06:18 -03:00
  • b21619c172 Add BearSSL license info to README.md (#5211) Earle F. Philhower, III 2018-10-06 09:37:53 -07:00
  • 13f374666d Add WiFiClient parameter to HTTPClient (#4980) Jeroen88 2018-10-06 16:50:03 +02:00
  • 9bc8ea1b58 SD: Implement readBytes (#4931) Konstantin Ryabinin 2018-10-06 01:44:55 +05:00
  • 9c46a81fb6 Consolidate .iram.text matcher in linker to wildcard matcher (#4356) Kyle Fleming 2018-10-04 20:09:53 -07:00
  • 83a50d649d Update ESPduino pin definitions (#4828) George 2018-10-05 03:08:42 +01:00
  • 656bf146bc Dns server cleanup (#5194) Michael Miller 2018-10-04 09:53:17 -07:00
  • 1de0c341b5 Support for concatenation of headers (#4864) Mick Wheeler 2018-10-04 13:50:48 +01:00
  • 14808c9ac4 Add warning when no authenticator, drop verify() (#5205) Earle F. Philhower, III 2018-10-03 20:27:09 -07:00
  • 18612c97d8 Add BearSSL::setFingerprint(char* fp) (#5204) Earle F. Philhower, III 2018-10-03 19:32:47 -07:00
  • 2f6a25b9f5 Revert "Wrong directory for installation??" (#5199) Develo 2018-10-02 12:22:34 -03:00
  • 24a1d22730 Make softAP documentation state the correct min value (0) for the max_connection argument. (#5165) aerlon 2018-10-01 19:27:16 +02:00
  • d547c47667 Wrong directory for installation?? (#5163) teo1978 2018-10-01 17:36:58 +02:00
  • 88d0a15f0a cleanly restore spiffs data in boards.txt (#5195) david gauchard 2018-10-01 16:10:24 +02:00
  • 7643e7b05b fix doc link (#5190) daud 2018-09-30 23:21:46 -06:00
  • 678c7beab5 fix typo (#5189) daud 2018-09-30 11:28:13 -06:00