Commit Graph

  • aa2393b573 remove useless condition in if statement (#2371) acevest 2019-02-14 19:52:52 +08:00
  • 755cd938f7 add missing EEPROM lib to CMakeLists.txt, moved the EEPROM files to proper dir (#2333) Marco G. Maia 2019-02-14 08:49:34 -03:00
  • 86fdb5b23d Fix compilation errors when used as IDF component me-no-dev 2019-01-26 21:37:03 +01:00
  • ffd15e4637 fix log error code format (#2366) acevest 2019-01-23 15:33:41 +08:00
  • 29d59876b4 Webserver library - fix logging (#2355) (#2359) Neal MIller 2019-01-22 03:30:10 -06:00
  • 8cbc60edbc fixed rmt receive data pointer position. (#2353) HanCheol Cho 2019-01-22 01:29:32 -08:00
  • 00a546ee06 python2 get.py does not work behind proxy (#2349) Tanishq Jasoria 2019-01-22 14:58:27 +05:30
  • 2ba1e66060 Fix SS pin for Adafruit Feather variant of the ESP32 board (#2344) Matthew Chase Whittemore 2019-01-22 04:27:42 -05:00
  • 489feb8727 Fix BananaPi-BIT and T-Beam pin definitions (#2343) Otto Winter 2019-01-22 10:27:19 +01:00
  • 3350476d1d I2C debugging and Log Dump Explaination (#2325) chuck todd 2019-01-22 02:24:51 -07:00
  • fa6f75952d I2s adc (#2309) lbernstone 2019-01-22 02:24:16 -07:00
  • 6718da0350 Add ESP-EYE support to the camera demo me-no-dev 2019-01-22 14:38:24 +08:00
  • 45fa0f8294 Fix issue with WiFi lib sending the wrong event ID when debug is on me-no-dev 2019-01-22 14:37:55 +08:00
  • 6cf307dbd1 Fix copy/paste error in RMT Me No Dev 2019-01-14 19:30:07 +08:00
  • 81844f5360 Add API to feed the loop WDT (call from loop only) me-no-dev 2019-01-12 13:02:38 +01:00
  • f7cf583b87 Update README.md Me No Dev 2019-01-11 10:17:45 +01:00
  • e8a2c16c8f Update issue templates Me No Dev 2019-01-11 02:21:32 +01:00
  • 9a7946e685 I2C fix READ of zero bytes hardware hang (#2301) 1.0.1 1751153927976782731/tmp_refs/tags/1.0.1 1751153901546631719/tmp_refs/tags/1.0.1 1751153873908583360/tmp_refs/tags/1.0.1 1751137212662924083/tmp_refs/tags/1.0.1 1751136159748483496/tmp_refs/tags/1.0.1 1751135899017869126/tmp_refs/tags/1.0.1 1751135747771232044/tmp_refs/tags/1.0.1 chuck todd 2019-01-10 13:37:13 -07:00
  • 566b69eda3 Test @PlatformIO with CameraWebServer example (#2300) Ivan Kravets 2019-01-10 16:54:12 +02:00
  • e544e67838 PlatformIO: Revert back default partition table to "default.csv" (#2299) Ivan Kravets 2019-01-10 16:53:51 +02:00
  • b0582e1ec8 Fix compilation failing on Windows because of liblib.a 1.0.1-rc4 me-no-dev 2019-01-10 09:23:25 +01:00
  • a539257a38 An example to read high frequency analog data using i2s_adc (#2295) lbernstone 2019-01-10 00:24:17 -07:00
  • 70656aa129 fix leak in log_printf me-no-dev 2019-01-09 21:37:31 +01:00
  • fa61b3bffe Update IDF to e931fe9 and add esp-face (#2291) 1.0.1-rc3 1751153618178553515/tmp_refs/tags/1.0.1-rc3 1751148645670573278/tmp_refs/tags/1.0.1-rc3 Me No Dev 2019-01-09 19:31:46 +01:00
  • 452c27a74a Added ESP32 FM DevKit - Fixed unused pins definitions. (#2288) dragon-engineer 2019-01-09 16:50:41 +01:00
  • 2fd39b1aff Handle APB frequency change (#2250) Me No Dev 2019-01-09 10:07:54 +01:00
  • ff18a211e4 Add OROCA EduBot Board (#2264) HanCheol Cho 2019-01-07 04:47:55 +09:00
  • a6e3b29004 Added support for using TCPIP_ADAPTER_IF_MAX to join igmp groups on all (#2279) Shelby Merrick 2019-01-06 14:29:38 -05:00
  • 812d131663 Correct comment in SPI_Multiple_Buses.ino (#2272) johannesmaibaum 2019-01-04 14:26:32 +01:00
  • 00e69a28bc Redo PR #2259 because I messed up my local git (#2263) Jeroen88 2019-01-02 16:44:17 +01:00
  • 229d9b7366 [WiFiClientSecure] Shows only free internal heap on logs (#2252) copercini 2018-12-31 07:44:57 -02:00
  • 6dd8be3262 Use more agressive disconnect on wifi connect error me-no-dev 2018-12-28 21:23:17 +02:00
  • 28ea39cf05 Add WDT API for Core 0 and disable it while SPIFFS is formatting me-no-dev 2018-12-28 21:14:46 +02:00
  • f49c854ff3 Update IDF to 97eecfa, enable reboot on WDT and add WDT API (#2248) Me No Dev 2018-12-28 20:37:33 +02:00
  • 879388e170 Update esp32-hal-gpio.c me-no-dev 2018-12-28 19:14:15 +02:00
  • 1085e9a8f0 Fix bad multiplier calculation Me No Dev 2018-12-24 13:55:08 +02:00
  • bed9c96f41 update board files for LoPy, LoPy4, T-Beam (#2241) Verkehrsrot 2018-12-24 12:08:12 +01:00
  • 5af139bb74 HardwareSerial - add changeBaudRate method (#2223) Tomasz Ścisłowicz 2018-12-23 20:15:06 +01:00
  • 4f9a90fa0e fix #2232 and #2033 (#2233) atanisoft 2018-12-23 09:06:43 -08:00
  • 310e78e6fd Support CPU frequency changes (#2222) chuck todd 2018-12-20 00:56:02 -07:00
  • c827bb4177 CPU and APB Frequency support (#2220) Me No Dev 2018-12-20 01:57:32 +01:00
  • 1628f533a1 Add Camera WebServer Example me-no-dev 2018-12-20 00:41:48 +01:00
  • 3e66aeff84 Handle better 160MHz cpu clock me-no-dev 2018-12-18 22:04:02 +01:00
  • 66d33f792c Add support for CPU Frequency switching me-no-dev 2018-12-18 20:04:16 +01:00
  • 0de0d3f79a move call to setTimeout() to after the client connects. (#2214) atanisoft 2018-12-18 10:21:36 -08:00
  • 512d0d088f Add Turta IoT Node Board (#2208) Umut Erkal 2018-12-18 01:11:05 +03:00
  • 77810471ce Move Example to proper folder 1.0.1-rc2 1751145408710757476/tmp_refs/tags/1.0.1-rc2 me-no-dev 2018-12-16 19:24:02 +01:00
  • be081ac026 Add FreeRTOS multi-thread example (#2067) Muhammad Lutfi Santoso 2018-12-17 00:09:57 +07:00
  • 4d3f6caa0d Add quotes around macro value (Issue #2193) (#2197) Bascy 2018-12-16 17:10:56 +01:00
  • 2db811f7f3 Update build tools (#2200) Me No Dev 2018-12-16 17:09:44 +01:00
  • 39836f12df correct bounds checking in Print::printf to avoid corner case of len=64 (#2204) atanisoft 2018-12-16 08:09:26 -08:00
  • 25fd2d0f3b OTA success reporting fix (#2202) petefats 2018-12-16 05:00:15 -07:00
  • 278fa0d87a Fix read(), peek() and available() in WiFiClientSecure me-no-dev 2018-12-15 18:14:38 +01:00
  • b37f4069e4 Increase _network_event_task priority (#2184) copercini 2018-12-15 14:39:51 -02:00
  • e602145c2b fix #2105 (#2192) atanisoft 2018-12-15 08:39:20 -08:00
  • 6f6ee98188 Update ESP-IDF da2116f + esp32-camera f8f26ab + BLE b232e7f (#2194) Me No Dev 2018-12-15 17:38:34 +01:00
  • 1289f4be4b Add MD5 computation to Esp and add request header with MD5 hash of the running sketch to HTTPUpdate (#2176) Jeroen88 2018-12-11 02:06:58 +01:00
  • 70f000da71 Fix a compilation error if Bluetooth not enabled (#2172) Andy Horner 2018-12-10 02:11:37 -07:00
  • 884e417a49 Fix HTTPUpdate flash size check and add SPIFFS size check (#2161) Jeroen88 2018-12-06 20:39:52 +01:00
  • bb7dea1566 Fix missing SS define for D32 Pro Me No Dev 2018-12-06 19:13:30 +01:00
  • bff9f0b6b1 Fix error in PR #2048: if ::available() is called before ::connect() _rxBuffer is not initialised (#2155) Jeroen88 2018-12-06 19:01:06 +01:00
  • 72803703fd Updated table of tested locations of Eduroam network (#2157) Martin 2018-12-06 18:56:48 +01:00
  • 0596a2ac86 Abort update if http.begin() returns false. Fix a typo in httpUpdate.ino (#2156) Jeroen88 2018-12-06 18:50:53 +01:00
  • fe1fdd2790 #2147 available() shouldn't return 0 after disconnect if there is still data in the buffer. Otherwise, how would we know it was there? (#2148) rdowning-triax 2018-12-04 12:23:34 -05:00
  • af7e489f01 WiFiClientSecure: add support for PSK (pre-shared key) ciphers (#2133) Thorsten von Eicken 2018-12-03 07:17:55 -08:00
  • 5cfff190e9 removing log (#2140) Luc 2018-12-03 16:17:16 +01:00
  • 7a332864ab I2C ReSTART returns Success (#2141) chuck todd 2018-12-03 08:16:43 -07:00
  • 8aa6e2e143 bugfix lopy/pins_arduino.h (#2135) Verkehrsrot 2018-12-02 18:15:25 +01:00
  • b5f317010c Fixed Arduino SPI/Ethernet compile issue as described in issue #1623 (#2136) Arjan Filius 2018-12-02 18:15:01 +01:00
  • f644d9d157 Use right function for BSSID (#2132) Luc 2018-12-01 10:20:13 +01:00
  • a15b7e9088 Update IDF to afe4c76 and BLE lib (#2130) Me No Dev 2018-11-30 17:21:06 +01:00
  • ce340faf94 Clean warnings when all warning enabled (#2112) Luc 2018-11-29 11:34:55 +01:00
  • b69b04cb2b Update build-release.sh Me No Dev 2018-11-28 13:18:54 +01:00
  • 0cbba8a71d * remove git clone --depth parameter (#2124) pacucha42 2018-11-28 13:15:49 +01:00
  • 9e1f8cc457 Update pins_arduino.h (#2120) Verkehrsrot 2018-11-28 11:47:11 +01:00
  • cfe7e01158 Remove F() macro's (#2121) Jeroen88 2018-11-28 11:45:25 +01:00
  • fcd734a13c Some fixes found by gcc 8 me-no-dev 2018-11-28 00:35:43 +01:00
  • aa030e044c Temporary stop git log to build prerelease 1.0.1-rc1 Me No Dev 2018-11-28 00:05:36 +01:00
  • 95d417cd93 Update build-release.sh Me No Dev 2018-11-27 23:59:12 +01:00
  • df4eeb3005 Update build-release.sh Me No Dev 2018-11-27 23:53:29 +01:00
  • a360064768 Update build-release.sh Me No Dev 2018-11-27 23:50:30 +01:00
  • bfde8daf75 Update build-release.sh Me No Dev 2018-11-27 23:43:34 +01:00
  • e583a0e879 Travis: Set proper dir before checking git Me No Dev 2018-11-27 23:35:23 +01:00
  • 7e9afe8c5e Add response headers with sketch and flash sizes, and a SHA256 (#2116) Jeroen88 2018-11-27 21:27:38 +01:00
  • dcb007a485 do not skip main.cpp when checking CMakeLists me-no-dev 2018-11-27 18:50:09 +01:00
  • bec6f87235 Update CMakeLists.txt me-no-dev 2018-11-26 23:54:13 +01:00
  • 4ae64c541e Fixed missing return value (#2090) Bascy 2018-11-26 23:26:08 +01:00
  • 46257c03b3 handshake in ssl_client.cpp (#2044) A C SREEDHAR REDDY 2018-11-27 03:55:08 +05:30
  • 0640964879 Solve issue #2092 by initializing * _client to nullptr (#2097) Jeroen88 2018-11-26 23:23:19 +01:00
  • e609c78f20 Initialize detectedBaudRate to prevent compilation errors (#2101) Jamie Parkinson 2018-11-26 23:22:37 +01:00
  • 04963009ee Update IDF to a0468b2 (#2108) Me No Dev 2018-11-26 23:22:11 +01:00
  • c3ec91f968 Allow to add custom callback in BT Serial (#2081) Luc 2018-11-19 19:30:28 +01:00
  • a30005949a adding D-duino-32 board/pins (#2030) atanisoft 2018-11-19 10:29:57 -08:00
  • acefd4bf2e Fix Partition Calculation for min SPIFFS (#2072) Luc 2018-11-19 17:10:10 +01:00
  • c700e5694f Some fixes to nghttp2 to provide basic functionality. Added the missing main header. Removed the asio headers which require Boost libraries. Moved http_parser into the expected location. (#2068) lbernstone 2018-11-19 08:09:38 -08:00
  • 0d564d7b1d Limit the number of simultaneously connected devices to BluetoothSerial to only 1 (#2061) Nikos Mouratidis 2018-11-20 00:08:15 +08:00
  • 44ca2ee976 Fix uart TX flushing (#2029) Bert Melis 2018-11-19 17:04:05 +01:00
  • af79e18ecb Added ESP:: functions for sketch size (#2028) lbernstone 2018-11-19 08:03:36 -08:00
  • 273196d7e6 HTTPClientEnterprise example (#2023) Martin 2018-11-19 17:02:47 +01:00
  • 5d2460c74a Working example for HTTPS over Eduroam network - WifiClient secure library (#2022) Martin 2018-11-19 17:02:24 +01:00