Commit Graph

  • dcdf8132d6 Increase partition size to 1.25MB so BT and WiFi can fit me-no-dev 2017-05-29 13:13:44 +03:00
  • 0e513f3a4b Make sure WiFi is initialized in disconnect. me-no-dev 2017-05-29 13:12:42 +03:00
  • 5d92784710 Call esp_wifi_start in WiFi::begin me-no-dev 2017-05-23 11:32:03 +03:00
  • 432bcf5a0a Add WiFiServer hasClient and WiFiTelnetToSerial example (#394) bbx10 2017-05-22 20:12:39 -10:00
  • db09ca8c16 Make SimpleBLE work again me-no-dev 2017-05-22 17:50:57 +03:00
  • b6e83fac62 Initial WiFi auto reconnect implementation me-no-dev 2017-05-22 16:29:41 +03:00
  • 7db8f70956 change return type of micros() and millis() me-no-dev 2017-05-22 15:47:12 +03:00
  • 21ff3d0e32 Slight rework of WiFi Class me-no-dev 2017-05-22 15:31:23 +03:00
  • 88293a4284 Implement WiFiClient.peek() me-no-dev 2017-05-22 15:27:34 +03:00
  • 06a76eebe8 Remote tcp disconnect not detected (#389) bbx10 2017-05-22 02:16:07 -10:00
  • 51a4432ca8 HTTPClient Port (#347) copercini 2017-05-19 05:18:20 -03:00
  • 05a3de262a Remove LEDC_BASE_FREQ to calculate duty (#381) Max 2017-05-19 15:16:55 +07:00
  • d36e9bbfa9 Change deprecated esp_efuse_read_mac method me-no-dev 2017-05-15 21:35:25 +03:00
  • 4765554afd Update IDF to 1e0710f me-no-dev 2017-05-15 21:31:11 +03:00
  • 4b47402afd Use static buffer for log_printf me-no-dev 2017-05-15 20:53:45 +03:00
  • befebb7242 Change DPORT access macros me-no-dev 2017-05-15 20:53:09 +03:00
  • c64796c7d2 Add NodeMCU-32S board (#375) Max 2017-05-12 23:01:50 +07:00
  • 7b63f58683 add support for widora-air board (#367) MangoGeek 2017-05-12 15:02:46 +08:00
  • e960bb64f0 feather variant (#364) Limor "Ladyada" Fried 2017-05-08 16:06:30 -04:00
  • 3b86e0c0bc Update LED_BUILTIN pin for LOLIN32 (#362) WEMOS Electronics 2017-05-08 17:47:37 +08:00
  • 376961d168 Update IDF to 65acd99 (#358) Me No Dev 2017-05-06 20:29:12 +03:00
  • 450df7e3f8 fix libb64 me-no-dev 2017-05-06 18:56:25 +03:00
  • 673f453da0 BT define the hal methods even if BT is disabled (but return false) me-no-dev 2017-05-06 18:50:20 +03:00
  • 768e57f285 Fix BT enabled check me-no-dev 2017-05-06 18:40:23 +03:00
  • b1b77a658f WiFiClient::peek should return -1 instead of 0 me-no-dev 2017-05-06 18:30:38 +03:00
  • b879f80017 Allow Arduino to be run without BT support in IDF me-no-dev 2017-05-06 18:27:03 +03:00
  • a38ffe58fe Add ESP.getChipId() function to get ESP32's ChipID. (#322) WEMOS Electronics 2017-05-05 01:59:54 -05:00
  • cc73f17add SPI_MODE2 and SPI_MODE3 configurations inverted (#345) Severin Smith 2017-05-05 02:59:18 -04:00
  • 6006308575 fix some compile issue in cpp project(like WiFiMulti.h) (#350) tzxespressio 2017-05-05 14:59:01 +08:00
  • 32c028a27e #334: Update boards.txt for Onehorse's ESP32 Dev Module (#337) Martin Sloup 2017-04-28 12:29:04 +02:00
  • a95b1fd33b Update package_esp32_index.template.json (#324) Ahmed Talaat 2017-04-22 15:42:23 +02:00
  • a0c6ee021b Update default.csv (#326) Me No Dev 2017-04-22 16:40:35 +03:00
  • aad4b336d6 Add default config for BT init and offsets for partition table me-no-dev 2017-04-22 16:33:07 +03:00
  • 57028ad65e Update default.csv Me No Dev 2017-04-22 16:17:45 +03:00
  • 7d0968c10d Update bootloader to better handle QIO me-no-dev 2017-04-13 09:20:03 +03:00
  • ee14bc2cc6 Mute leftover debug from WiFi me-no-dev 2017-04-13 09:13:45 +03:00
  • 56ef31f899 Update IDF to version 3cad00f (#310) Me No Dev 2017-04-12 21:49:58 +03:00
  • fd81fd0ac3 Fix BT init compilation error me-no-dev 2017-04-12 20:53:21 +03:00
  • 6519a35799 Fix WifiUDP::beginMulticastPacket() Me No Dev 2017-04-11 00:08:18 +03:00
  • 2b075f3204 It's pyserial not serial Me No Dev 2017-04-04 02:50:27 +03:00
  • f13127bd36 install python serial for travis Me No Dev 2017-04-04 02:49:07 +03:00
  • 2f02e27327 Update esptool on mac and windows and revert linux to use python me-no-dev 2017-04-04 02:36:55 +03:00
  • 7e5b278107 Add new control to WiFi Scan me-no-dev 2017-04-04 02:03:54 +03:00
  • b465858563 Check and format NVS partition if size has changed me-no-dev 2017-04-04 01:27:26 +03:00
  • 80322311f1 Update IDF me-no-dev 2017-04-04 01:26:23 +03:00
  • 7e45310771 Fix UDP TX Buffer not set to NULL after free Me No Dev 2017-04-03 20:54:57 +03:00
  • ba1efb9897 1. add IntoRobot Fig support (#284) robin 2017-03-31 06:02:45 +08:00
  • b46f1e2e3c Support self signed certificates (#291) copercini 2017-03-30 19:01:09 -03:00
  • fcbb3e7987 Reconnect WiFi on Auth Expire me-no-dev 2017-03-26 00:28:45 +02:00
  • 90322ae7eb Make I2C work reliably with interrupts me-no-dev 2017-03-26 00:27:27 +02:00
  • a07f9842af Fix SmartConfig not saving the correct config me-no-dev 2017-03-24 13:20:31 +02:00
  • dda89947a7 Fix writePixels me-no-dev 2017-03-22 02:26:18 +02:00
  • 87b7182ef1 Give WiFiClient more time to select for writing me-no-dev 2017-03-20 11:31:55 +02:00
  • 9388d8358e Return true for boolean test on Serial me-no-dev 2017-03-20 11:26:32 +02:00
  • 9dae9cea37 Fix for WiFiMulti (#264) copercini 2017-03-20 06:23:05 -03:00
  • 786425509e Track microseconds overflow me-no-dev 2017-03-20 11:21:56 +02:00
  • e81d4d3f72 Fix SD Card not mounting on boot me-no-dev 2017-03-20 00:50:27 +02:00
  • a70954111b Fix compilation issues is certain situations. me-no-dev 2017-03-19 11:27:58 +02:00
  • 01b2ef780a Set proper default pins for SPI me-no-dev 2017-03-19 11:14:38 +02:00
  • 2b24603aab SD library explanation (#262) copercini 2017-03-14 10:53:59 -03:00
  • 64ccef75fb Do not use inline functions for mkdir and rename me-no-dev 2017-03-11 09:16:34 +02:00
  • bc7aa60a30 Catch exception if host is not found me-no-dev 2017-03-11 09:07:25 +02:00
  • fa1716e73e Add Ota and mdns (#257) Me No Dev 2017-03-11 07:15:44 +01:00
  • 2f5efed220 Add pin mapping for SD and SD_MMC examples me-no-dev 2017-03-10 17:35:39 +02:00
  • e30447449f WiFiSecureClient fixes and improvements (#255) copercini 2017-03-10 11:52:50 -03:00
  • e625b3b08e Add FS, SD and SD_MMC (#256) Me No Dev 2017-03-10 15:25:38 +01:00
  • 56ffec855d Update IDF libraries me-no-dev 2017-03-10 15:40:14 +02:00
  • 161a224543 fix IDF library includes me-no-dev 2017-03-10 15:00:15 +02:00
  • 8289f34bf9 add DFRobot FireBeetle-ESP32 support (#239) ouki 2017-03-05 16:30:12 +08:00
  • eb46978a8d Add Arduino SAM compatible analogReadResolution and Non-Blocking ADC api me-no-dev 2017-03-03 15:53:20 +02:00
  • 8fb8478431 Flush client with single call to available me-no-dev 2017-03-03 14:56:18 +02:00
  • 1058e89dc3 Fix wrong bitmask returned for pins above 31 me-no-dev 2017-03-03 14:42:14 +02:00
  • 946e52da98 Break on any error when flushing a client me-no-dev 2017-03-02 12:32:32 +02:00
  • 6fc96b977f Add WiFiClient flush to clear all non-read data in RX me-no-dev 2017-03-02 02:49:53 +02:00
  • 72ce040785 Use wildcard for core includes in IDF me-no-dev 2017-03-02 01:26:41 +02:00
  • f0fc28f0e3 Rework WiFiClient (#238) David Schroeder 2017-03-01 17:47:16 -05:00
  • 770830aa01 Revise WiFiClient::Write to handle EAGAIN (#240) David Schroeder 2017-02-28 17:37:00 -05:00
  • 5f2b00228c IDF add some defaults and allow Arduino to run in single-core mode me-no-dev 2017-02-28 23:36:05 +02:00
  • bcd6dcf5f6 Fix compile error with IDF and mbedtls debug off me-no-dev 2017-02-28 23:18:03 +02:00
  • 00c1a65612 Improvements in EspClass (#222) Martin Sloup 2017-02-23 01:23:27 +01:00
  • 1d759380a6 Major IDF and Arduino Update me-no-dev 2017-02-23 01:11:57 +02:00
  • b5ac95b274 Update RepeatTimer example me-no-dev 2017-02-20 15:08:11 +02:00
  • e873d577f7 Restructure Arduino.h a bit to help eclipse code indexer me-no-dev 2017-02-20 15:06:22 +02:00
  • 422d24b43f Update IDF libs me-no-dev 2017-02-20 00:00:12 +02:00
  • a83dd5f2b5 Add RepeatTimer example (#216) Martin Sloup 2017-02-17 14:55:07 +01:00
  • 95cb54cede [fix] return add --- error: no return statement in function returning non-void (#205) wami 2017-02-17 07:43:59 +09:00
  • 90ebfdbbcc Add some Arduino defines to IDF me-no-dev 2017-02-16 00:18:03 +02:00
  • 3cbc405edf Add helper for sending 16bit color buffers me-no-dev 2017-02-14 11:58:04 +02:00
  • d0232d126a SPI implement transaction locking me-no-dev 2017-02-14 04:15:34 +02:00
  • 9bd5de11a7 add hook for bluetooth to Arduino INIT me-no-dev 2017-02-14 04:12:11 +02:00
  • 43cc3dc815 Fix for implicit declaration of function nvs_flash_init error (#204) Martin Sloup 2017-02-13 00:56:47 +01:00
  • a36ef2aea8 Added LEDC Software Fade example (#202) Martin Sloup 2017-02-12 16:30:12 +01:00
  • 8c1e7018c9 Change library name for IDF me-no-dev 2017-02-12 00:28:09 +02:00
  • f9ba8e9ccf Refactoring EPS32NVS library to Preferences library (#199) Martin Sloup 2017-02-11 23:08:22 +01:00
  • 4a90aeebc9 fix ESP:: getCpuFreqMHz me-no-dev 2017-02-11 23:36:16 +02:00
  • 450ea0d211 Update ESP class me-no-dev 2017-02-11 23:34:43 +02:00
  • a28a7f12d5 Add default partition table and app selector bin to IDF me-no-dev 2017-02-11 23:27:18 +02:00
  • 09f5f7266b move yield to function me-no-dev 2017-02-11 00:25:15 +02:00
  • 8ab3231e31 Add WiFiClient secure lib (#184) copercini 2017-02-10 20:20:24 -02:00
  • 0fb5e5ca11 Improves in ESP32NVS library (#196) Martin Sloup 2017-02-10 23:18:57 +01:00