Commit Graph

  • 9f8f05735b * relnotes handling update (#1592) pacucha42 2018-07-04 15:46:46 +02:00
  • a835bb26c4 Add missing flag to fix psram issues me-no-dev 2018-07-04 12:11:25 +02:00
  • 5e46c9bae6 Add Wrover Support and Option to enable SPIRAM me-no-dev 2018-07-03 23:03:50 +02:00
  • 659c8ad528 Fix TelnetToSerial sketch me-no-dev 2018-07-03 21:51:24 +02:00
  • 2fe965259a "fix" SPI me-no-dev 2018-07-03 21:23:04 +02:00
  • 0161e28614 Added OTAWebUpdater Doc (#1583) Karan Sharma 2018-07-04 00:13:18 +05:30
  • 4e5cbdaa7f Add declarations for all Serial, SPI and Wire buses me-no-dev 2018-07-03 20:41:03 +02:00
  • 12ca9e8b52 Port UART reset fix from ESP-IDF (#1408) chemicstry 2018-07-03 18:54:08 +03:00
  • 8b01b9e187 Change esptool version notation 1.0.0-rc2 me-no-dev 2018-07-03 14:50:14 +02:00
  • c4c946a83d Broke HTTP_Method out into a separate library for reuse in ESPAsyncWebServer (#1562) 1.0.0-rc1 lbernstone 2018-07-02 09:24:08 -07:00
  • 3967beb4fb Added WiPy 3.0 board (#1572) korstiaanS 2018-07-02 18:23:06 +02:00
  • 6411ac4e3c Remove confusing Debug output. (#1574) chuck todd 2018-07-02 10:22:05 -06:00
  • 184bb069f2 Fix io16 io17 and PSRAM support (#1564) Me No Dev 2018-06-30 23:06:50 +02:00
  • b855eb23a7 * arduino-esp32 release mgmt. update (#1557) pacucha42 2018-06-29 00:54:26 +02:00
  • eb4e891344 Update build.sh Me No Dev 2018-06-28 23:45:52 +02:00
  • 47421b869f Added OTAWebupdated (#1544) Karan Sharma 2018-06-29 00:49:22 +05:30
  • a8ccbd40a4 Update esptool to be compatible with the packager (#1554) Me No Dev 2018-06-28 21:07:59 +02:00
  • 58bdebc565 * release deployment comprehensive update (#1548) pacucha42 2018-06-28 13:58:01 +02:00
  • ed953a0d2e BluetoothSerial: check return value and return number of bytes written (#1538) Gottfried Haider 2018-06-27 14:00:31 -07:00
  • 93566a4fad fix PR tests me-no-dev 2018-06-27 22:21:13 +02:00
  • 873876d94c Fix peek, read and available logic in WiFiClientSecure me-no-dev 2018-06-27 22:09:21 +02:00
  • 058645264c Adjust RAM size and calculator me-no-dev 2018-06-27 21:01:31 +02:00
  • cde668dada ArduinoOTA endless loop (#1533) 1.0.0-RC0 lbernstone 2018-06-27 00:06:02 -07:00
  • a59eafbc9d Update IDF to aaf1239 (#1539) Me No Dev 2018-06-27 09:01:06 +02:00
  • 7abd5862ed Add component CMakeLists.txt file for use with CMake-based build system (#1508) Angus Gratton 2018-06-24 22:59:16 +10:00
  • c7b38008e2 Changed pinmap to show pins34-39 as GPI (#1510) lbernstone 2018-06-19 02:34:05 -06:00
  • 36c8020cbc Added WiFi.disconnect to ESPNow examples. Fixes https://github.com/espressif/arduino-esp32/issues/1425 (#1511) lbernstone 2018-06-19 02:33:50 -06:00
  • 33392af315 Missing include gpio.h in esp32-hal-dac.h (#1512) lbernstone 2018-06-19 02:33:17 -06:00
  • d06fa8ee70 Make scanNetworks return int16 (#1496) (#1514) Alan 2018-06-19 03:32:12 -05:00
  • c63d746a06 Added SPI bus pins (#1454) timkoers 2018-06-18 17:26:22 +02:00
  • 83810fa156 add support for TXT records in mDNS query responses (#1480) horihiro 2018-06-19 00:18:50 +09:00
  • 8e4ebf49de Add "ODROID ESP32" boards support (#1506) Seungchul Lee 2018-06-19 00:16:11 +09:00
  • 89859f7f4c Calculate an absolute path for a custom partitions table (#1452) Ivan Kravets 2018-05-31 20:19:10 +03:00
  • a7b627cd78 Update espota.exe me-no-dev 2018-05-31 15:36:09 +02:00
  • 7b243adcfd [OTA] Add UserSelectable timeout for invitation to device + check for OK result in the last few messages (#1445) Sathishkumar T 2018-05-31 18:59:53 +05:30
  • 03808e3b8b Remove xtensa headers and adjust includes me-no-dev 2018-05-31 15:13:16 +02:00
  • 40d85ce582 Add submodule of Azure IoT library (#1448) Renhe Li 2018-05-31 20:52:02 +08:00
  • 900e0a0257 Update commented pins in SPI Multi example Me No Dev 2018-05-28 13:44:49 +02:00
  • 9570b77abd Custom Partition Tables for @PlatformIO (#1440) Ivan Kravets 2018-05-26 08:49:22 +03:00
  • e7338998d2 Selectable (from menu) partitions for MH ET LIVE boards (#1430) reaper7 2018-05-25 16:29:56 +02:00
  • 7aa8fc4b26 Added IIC pins (#1436) timkoers 2018-05-25 16:28:26 +02:00
  • 4ad27b4adc Added link to compilation issues for arduino as esp-idf component (#1435) lbernstone 2018-05-25 08:27:50 -06:00
  • c24a3404c6 Add SYSTEM_EVENT_WIFI_READY call back + WiFiMode fixes (#1322) sticilface 2018-05-23 09:53:01 +01:00
  • 93c45af256 Use esp_timer_get_time as time source for micros and mills (#1424) Ivan Grokhotkov 2018-05-22 16:12:30 +02:00
  • dd639c4a02 Fix wrong range of duty cycle (#1353) mmone 2018-05-14 13:18:03 +02:00
  • f14de5cf14 WiFi disconnect reason message updated (#1323) Ramesh 2018-05-14 16:42:04 +05:30
  • 848cf98ba9 Update ExternalWakeUp.ino (#1332) Giuseppe 2018-05-14 13:09:51 +02:00
  • 25678f47aa Convert - to _ in build.board names (#1341) per1234 2018-05-14 04:09:25 -07:00
  • f5246cf4c1 Adding a getClockDivider function (#1355) BuzzRage 2018-05-14 07:08:27 -04:00
  • 6bf7619ccc std::functioanl for WFIF event + Minor fix (#1366) Tim P 2018-05-14 21:05:49 +10:00
  • 7bf1f47c97 Add note about sketch book location (#1374) Marcel Stör 2018-05-14 13:04:44 +02:00
  • f8a3c61981 Add upload.maximum_size directives to boards.txt. Add partitions to LOLIN32 (#1379) Dominik Szymański 2018-05-14 13:03:46 +02:00
  • 6f12b691cf Selectable (from menu) partitions for m5stack (#1382) reaper7 2018-05-14 13:03:21 +02:00
  • 611db61d84 Fix WiFiClient error handling (#1388) chemicstry 2018-05-14 14:01:22 +03:00
  • 00f962439a Port SSL fingerprint checking from ESP8266 WiFiClientSecure to ESP32 (#1397) chemicstry 2018-05-14 14:00:40 +03:00
  • 0ea9ea4447 Fix WiFi.persistent(false); having no effect. (#1406) Clemens Kirchgatterer 2018-05-14 12:59:59 +02:00
  • cef5433c8b Make extra images independent from a prog tool Ivan Kravets 2018-05-11 02:30:00 +03:00
  • b9ca922379 Initial support for external JTAG programmers Ivan Kravets 2018-05-11 01:51:36 +03:00
  • bfed6eb072 Allow to pass a custom partition table Ivan Kravets 2018-05-07 23:47:22 +03:00
  • 68265084b1 Created example program showing usage of both VSPI/HSPI within arduino API (#1368) AlistairSymonds 2018-05-02 23:22:56 +10:00
  • 1424b6d1a4 Add guard to handle to check for _initialized (#1321) sticilface 2018-04-16 17:56:58 +01:00
  • c92b617397 Convert the few remaining cr/lf files to use lf for eol. (#1316) Craig Leres 2018-04-16 05:34:39 -09:00
  • 1da3138ed6 Corrected Flash Mode (#1205) nickoloss 2018-04-14 09:48:10 +02:00
  • 4da5d46ecd Additional partition scheme min_spiffs (#1302) reaper7 2018-04-14 09:45:08 +02:00
  • febcda0095 add WiFiClientSecure::peek(); (#1310) copercini 2018-04-14 04:44:21 -03:00
  • 69f72eca84 Update IDF to f586f5e (#1296) Me No Dev 2018-04-07 09:45:18 +03:00
  • 1cf42702dd Add Hardware Reset when Initing I2C peripheral (#1201) chuck todd 2018-04-06 10:13:59 -06:00
  • 14ed6c4c25 Corrected Instructions for Windows typo error (#1210) JP Liew 2018-04-07 02:12:18 +10:00
  • 2ded419486 Update WiFiMulti.cpp (#1220) FloX 2018-04-06 18:10:06 +02:00
  • 7eb6fc5286 Add Core Debug Level for WeMosBat (#1222) chuck todd 2018-04-06 10:09:19 -06:00
  • aa1288aa6e HardwareSerial - availableForWrite() support (#1226) mtabu 2018-04-06 18:07:46 +02:00
  • 149190fe11 fix Arduino component build when CONFIG_ARDUHAL_ESP_LOG is turned off (#1228) George Talusan 2018-04-06 12:06:53 -04:00
  • 7998e2321d Preserver custom pin assigments (#1239) chuck todd 2018-04-06 10:05:48 -06:00
  • 5abe49e8eb currently, when M5Stack board is selected (#1242) reaper7 2018-04-06 18:04:12 +02:00
  • c01e5563c8 serial global instance fix (#1243) KEDARUMA FANTASTIC 2018-04-07 01:02:59 +09:00
  • f6a4b024c7 fixes #1249 (#1269) Shawn A 2018-04-06 11:02:21 -05:00
  • 25dff4f044 Fix Bluetooth Serial me-no-dev 2018-04-03 11:09:29 +03:00
  • 3a4ec66d41 Add hasClient for BluetoothSerial (#1183) copercini 2018-03-09 07:16:18 -03:00
  • e9ee0ab7df Fixed M5Stack build.board name (#1187) M5Stack 2018-03-09 18:15:44 +08:00
  • 146b2f6a23 Use correct separator in keywords.txt (#1175) per1234 2018-03-04 22:38:39 -08:00
  • b4b9a79eea Add BluetoothSerial library (#1144) copercini 2018-03-05 03:34:10 -03:00
  • 835268c326 fix thread storage me-no-dev 2018-03-04 21:23:18 +01:00
  • adf513fc17 Unify time modification on SD and SPIFFS (#738) Luc 2018-03-04 21:20:34 +01:00
  • 7141e3e29d micros() returning inconsistend values when call from different tasks (#1165) chuck todd 2018-03-04 13:17:34 -07:00
  • 1256f2e539 Updated to download mkspiffs 0.2.2 (#1159) Ryan Festag 2018-03-04 13:11:40 -07:00
  • 848f98e5f0 fix event reason logging > 176 (#1132) Shawn A 2018-03-04 14:05:54 -06:00
  • bb8b255429 fix issue 1081 and 1086 Wifi connection error when using STATIC IP settings (#1129) Marco Tombesi 2018-03-04 21:05:24 +01:00
  • e2f7736cf0 Fix coding stype as per PEP8 (#1105) Marcel Hecko 2018-03-04 21:01:17 +01:00
  • 7aa7c3f0dd Add additional test detail (#1099) Jason K 2018-03-04 14:57:45 -05:00
  • 0f9595e31e Fixes SPI mode setting (Issue #1094) (#1096) Bernardo Ramos 2018-03-04 19:56:33 +00:00
  • e3a5ae439b clean up faster (fixes #828) (#1087) h3ndrik 2018-03-04 20:53:04 +01:00
  • 494ff217aa Make ESPmDNS compatible to ESP8266mDNS (#1085) Bernd Giesecke 2018-03-04 20:50:38 +01:00
  • 2718d69c19 Python 3 fails, unicode is not needed or supplied (#1082) Alec Clews 2018-03-05 06:49:09 +11:00
  • da46d0b264 FIX: getEfuseMac can return random data (#1059) Tom Ferrin 2018-03-04 11:35:14 -08:00
  • 8e29347d4f Add Ticker library (#1057) Bert Melis 2018-03-04 20:34:03 +01:00
  • f5c2afff31 fix upload.maximum_size as current partition size 0x140000 for esp32vn-iot-uno & heltec boards (#1052) Erik Wilson 2018-03-04 12:29:49 -07:00
  • 77a8e47914 Changed Python version in Debian/Ubuntu install instructions (#1043) birgersp 2018-03-04 20:23:08 +01:00
  • 3310e2e31d Add EEPROMClass and examples (#1034) Ifediora Elochukwu C 2018-03-04 20:22:48 +01:00
  • 694c3a453f DNS Server : bug fix and prettifying (#1011) Laurent Louf 2018-03-04 20:17:40 +01:00
  • d29cfdb104 Add Pico Kit board configuration me-no-dev 2018-02-27 10:14:58 +01:00