- 27 Jun, 2018 2 commits
-
-
lbernstone authored
* Changed pinmap to show pins34-39 as GPI * ArduinoOTA could have endless loop b/c udp.read can return negative result
-
Me No Dev authored
* fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
-
- 24 Jun, 2018 1 commit
-
-
Angus Gratton authored
Includes verification script (for Travis) that CMakeLists.txt contents match repo & submodule source files
-
- 19 Jun, 2018 4 commits
-
-
lbernstone authored
-
lbernstone authored
Added WiFi.disconnect to ESPNow examples. Fixes https://github.com/espressif/arduino-esp32/issues/1425 (#1511)
-
lbernstone authored
-
Alan authored
-
- 18 Jun, 2018 3 commits
-
-
timkoers authored
Added SPI bus pins and tested them as well
-
horihiro authored
* add methods for getting TXTs. * add methods for getting TXTs.
-
Seungchul Lee authored
-
- 31 May, 2018 5 commits
-
-
Ivan Kravets authored
-
me-no-dev authored
-
Sathishkumar T authored
[OTA] Add UserSelectable timeout for invitation to device + check for OK result in the last few messages (#1445)
-
me-no-dev authored
-
Renhe Li authored
* Add submodule of Azure IoT library * update the submodule of AzureIoT
-
- 28 May, 2018 1 commit
-
-
Me No Dev authored
Update commented pins so people do not get confused and try to use them
-
- 26 May, 2018 1 commit
-
-
Ivan Kravets authored
-
- 25 May, 2018 3 commits
-
-
reaper7 authored
* Additional partition scheme min_spiffs with minimal SPIFFS partition size and OTA support for bigger apps * Selectable (from menu) partitions for m5stack addition for m5stack (as is prepared for lolin32 board: https://github.com/espressif/arduino-esp32/pull/1379) discourse here: https://github.com/espressif/arduino-esp32/issues/1378 * Selectable (from menu) partitions for MH ET LIVE boards in reference to other boards (m5stack, lolin32) this PR adds partition scheme selection for MH ET LIVE boards also adds Core Debug Level selection for above boards
-
timkoers authored
Added IIC pins. I can confirm that this is working!
-
lbernstone authored
-
- 23 May, 2018 1 commit
-
-
sticilface authored
* Add `SYSTEM_EVENT_WIFI_READY` call back once wifi service is init. allows you to hook in, as the sdk does not generate this event for you. As it stands the SDK does not appear to set `WIFI_MODE_NULL` correctly. if the wifi is initialised and set to `WIFI_MODE_NULL` it actually defaults to AP mode. This fix keeps `WIFI_MODE_NULL` within the ESP class if the wifi has not been init yet, and works in my testing. albeit a one sided conversation. https://github.com/espressif/arduino-esp32/issues/1306 * make changes compatible with new _persistent behaviour.
-
- 22 May, 2018 1 commit
-
-
Ivan Grokhotkov authored
esp_timer_get_time returns monotonic time in microseconds, as a 64-bit number. It can be called from tasks and interrupts, does not use any critical sections/mutexes, and is thread safe.
-
- 14 May, 2018 12 commits
-
-
mmone authored
The esp-idf expects duty values for the the sigma delta modulator in the range of -128 to 127 The arduino framework is supposed to use the range 0-255 thus the offset caclulation was wrong.
-
Ramesh authored
wifi_err_reason_t doesn't have reason code 12. After reason code 11, we are getting wrong wifi disconnected reason message. Added "UNSPECIFIED" in place of reason code 12. And above 201 reason code, it should be r-176 instead of r-177. Because messages are started from zeroth offset.
-
Giuseppe authored
-
per1234 authored
build.board is used to define a macro but - is not a permitted character in macro names. This causes the macro name to actually be only everything up to the first - and also many warnings when compiling for one of these boards: <command-line>:0:14: warning: ISO C++11 requires whitespace after the macro name <command-line>:0:14: warning: ISO C99 requires whitespace after the macro name I have followed the convention of the other build.board names by replacing - with _.
-
BuzzRage authored
* Adding getClockDivider function * indentation correction
-
Tim P authored
* add missing bits from esp8266 to help porting other libs * Clean Up of Wifi event * Exampl of Wifi Events
-
Marcel Stör authored
-
Dominik Szymański authored
-
reaper7 authored
* Additional partition scheme min_spiffs with minimal SPIFFS partition size and OTA support for bigger apps * Selectable (from menu) partitions for m5stack addition for m5stack (as is prepared for lolin32 board: https://github.com/espressif/arduino-esp32/pull/1379) discourse here: https://github.com/espressif/arduino-esp32/issues/1378
-
chemicstry authored
-
chemicstry authored
-
Clemens Kirchgatterer authored
This PR calls `esp_wifi_set_storage(WIFI_STORAGE_RAM);` when persistent WiFi configuration is not desired.
-
- 10 May, 2018 2 commits
-
-
Ivan Kravets authored
-
Ivan Kravets authored
-
- 07 May, 2018 1 commit
-
-
Ivan Kravets authored
-
- 02 May, 2018 1 commit
-
-
AlistairSymonds authored
-
- 16 Apr, 2018 2 commits
-
-
sticilface authored
The wifi stack initialisation must be complete before calling `_udp_ota.parsePacket()` otherwise you just get a screen filled with ``` ``` and due to the more async methods in ESP32 `handle()` may be called before this can occur.
-
Craig Leres authored
If you develop on windows and need cr/lf files, see this: https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_formatting_and_whitespace Git can handle this by auto-converting CRLF line endings into LF when you add a file to the index, and vice versa when it checks out code onto your filesystem. You can turn on this functionality with the core.autocrlf setting. If you're on a Windows machine, set it to true - this converts LF endings into CRLF when you check out code: $ git config --global core.autocrlf true
-