0c038b4063
Update WiFiGeneric.cpp
...
Missed definition
2017-10-21 09:50:43 +03:00
43544d89c5
Run WiFi thread on the Arduino core
...
Fixes: https://github.com/espressif/arduino-esp32/issues/749
Works even when single core mode is selected
2017-10-21 09:47:24 +03:00
7eff707ba6
Fix Early return when Address NAK is received ( #750 )
...
The i2cWrite() function was returning to the app before the i2c transaction had completed. This caused the next Wire() call to return a I2C_ERROR_BUSY.
2017-10-21 08:40:53 +02:00
81f225a4c5
Fix ioctl undefined in latest IDF
2017-10-18 10:51:18 +02:00
c8ad79e3f3
Second occurace of parameter^Cfno-rtti removed ( #736 )
2017-10-17 05:38:05 +03:00
3261348e81
remove instead of delete ( #730 )
2017-10-16 21:27:19 +03:00
2f73dd7920
add alternate location of this directory ( #732 )
2017-10-16 21:26:59 +03:00
7216977234
Update IDF to 3a271a4 ( #735 )
2017-10-16 21:25:41 +03:00
9fe32304c8
Update esp-idf_component.md
2017-10-14 00:08:41 +03:00
409c75da04
Implement ESP_LOGx override option
...
Usable for library developers who write code not dependent on Arduino.
Adding 3 lines to the includes will permit their debug messages to be
visible in Arduino IDE or when enabled under IDF
2017-10-14 00:06:55 +03:00
c8ffcacd64
Add mkspiffs
2017-10-13 22:20:42 +03:00
60b8b47455
Update IDF to de750e9 and add BLE ( #723 )
...
* Update IDF to de750e9
* Add BLE Library submodule
2017-10-13 22:07:41 +03:00
e6a5b68e40
Added argument to HardwareSerial.begin to specify whether the logic levels of the UART rx and tx lines should be inverted ( #719 )
2017-10-13 11:46:56 +03:00
cabc4c5bb5
ESP32 default port in comment ( #721 )
...
* ESP32 default port in comment
* ESP32 default hostname.
2017-10-13 11:46:38 +03:00
0fa25c09ef
Fix possible leak in String
...
Fixes: https://github.com/espressif/arduino-esp32/issues/710
2017-10-12 06:52:35 +03:00
f1e87d91be
Create ledcWrite_RGB.ino ( #688 )
...
* Create ledcWrite_demo_ESP32_RGB.ino
adding the public domain example ledcWrite_demo_ESP32.ino to this repo. Added RGB to the name for people searching, added some comments, and renames things to make a bit more sense.
* Update ledcWrite_demo_ESP32_RGB.ino
renamed to ledcWrite_RGB.ino and added a couple more comments based on https://github.com/espressif/arduino-esp32/issues/689
* Rename libraries/ESP32/examples/AnalogOut/ledcWrite_demo_ESP32_RGB/ledcWrite_demo_ESP32_RGB.ino to libraries/ESP32/examples/AnalogOut/ledcWrite_RGB/ledcWrite_RGB.ino
Renamed.
2017-10-10 22:42:26 +03:00
3fea101944
Changed update example to use different controlflow structure ( #711 )
2017-10-10 22:41:10 +03:00
de408d0b59
Bump arduino version for IDF builds
...
Fixes: https://github.com/espressif/arduino-esp32/issues/708
2017-10-09 09:38:55 +03:00
22d92e7b7f
Change size of fatfs ioctl returns
2017-10-09 07:18:18 +03:00
2f0cfa92cd
Update pgmspace.h ( #707 )
...
Fix redefines of strXXX, original was using strnXXX with length set to 0x7fffffff. This caused problems with strcpy and strcat. The destination buffer was NULL'd to 0x7fffffff which killed the app.
2017-10-09 06:38:42 +03:00
8dc0c86457
Chip revision fix ( #704 )
...
* Chip revision fix
https://www.esp32.com/viewtopic.php?f=2&t=1358&sid=f77cd62ec254317f3bbb30d8ab75ca2a&start=10
* using of esp_chip_info instead of register reading
2017-10-08 14:48:50 +03:00
3b972e86ca
Link cxx_guards from IDF libcxx not from libstdc++ ( #695 )
...
Fixes #694
2017-10-04 11:23:39 +08:00
171032b701
Print an error when serial number is invalid ( #691 )
...
* Print error when serial number is invalid
* Move to the first check, change end by return
2017-10-04 11:12:21 +08:00
17a1a24009
fix SPIFFS example
2017-10-01 10:27:04 +08:00
d208a36836
Use correct sign of offset for TZ variable ( #685 )
...
Use UTC instead of CDT for consistency
2017-10-01 10:19:00 +08:00
a20f94ce62
Revert "Add mkspiffs"
...
This reverts commit c240674970
.
2017-09-30 20:35:10 +08:00
c240674970
Add mkspiffs
2017-09-30 18:21:00 +08:00
28be506ce3
uncomment I2C debug so it can be used
2017-09-29 21:24:06 +08:00
0cd62852da
I2c reset functionality ( #678 )
...
* Addition of a i2cReset method and timeout handling for the case where the i2c hardware FSM (state machine) gets stuck in a busy state.
* Use newly added i2cReset function within the wire library.
2017-09-29 21:17:13 +08:00
10ff1def6d
Add example to update ESP32 via SD card ( #628 )
...
* Add example to update ESP32 via SD card
* Delete update.bin from sd upon finishing update
* remove precompiled binary from example
* Check whether update.bin is a file
2017-09-29 21:16:30 +08:00
e72895b722
Quiet SSL and HTTPClient debug
2017-09-29 20:31:45 +08:00
7aa1913506
Allow HTTPS without certificate to use begin(url)
2017-09-29 17:02:59 +08:00
4230aeca83
Allow HTTPClient to access HTTPS without providing a certificate
2017-09-28 20:19:23 +08:00
af35773d65
OK Really change timer allocator
2017-09-28 18:38:07 +08:00
17ece1bccd
Revert Timer Interrupt setup
2017-09-28 18:22:35 +08:00
6d98555658
Change timer interrupt allocator
2017-09-28 16:45:08 +08:00
f9b2d42a61
Change Touch interrupt allocator
2017-09-28 16:44:47 +08:00
7991161f06
Change Pin Interrupt Allocator
2017-09-28 12:27:10 +08:00
28b7b4e287
Move network events to their own task
2017-09-28 11:41:35 +08:00
3ba46c7fbc
Add totalBytes / usedBytes to SD/SDMMC ( #673 )
...
to be same as SPIFFS
2017-09-28 10:01:02 +08:00
a66b544d18
Added ESPNow Multi-Slave example ( #669 )
...
* Added ESPNow basic example
* fixed meta doc for slave
* refactored folder structure
* bug fixes
* Added Single Master Multi-Slave
* updated meta docs
2017-09-27 16:46:17 +08:00
2b6d47ac17
Fix race in SPI endTransaction
2017-09-27 16:27:44 +08:00
db77195404
Fix Serial
2017-09-27 13:50:05 +08:00
cc00af38ec
Update opensuse.md
2017-09-26 17:50:21 +08:00
dbf7b108f1
Update README.md with install instructions for openSUSE ( #585 )
...
* Update README.md
* Create opensuse.md
2017-09-26 17:49:18 +08:00
4c36e03381
Added ESPNow basic example ( #667 )
...
* Added ESPNow basic example
* fixed meta doc for slave
* refactored folder structure
2017-09-26 17:44:54 +08:00
d27d297195
Update IDF to c4e65d6
2017-09-22 17:28:54 +08:00
e2bd93c092
Fix UART0 not able to read/available
2017-09-22 14:17:25 +08:00
eb282131ba
Allow DHCP to be started again by giving a zero IP address to STA config
...
Fixes: https://github.com/espressif/arduino-esp32/issues/654
2017-09-22 12:20:53 +08:00
1407654c52
Must include sdkconfig.h before testing defines
2017-09-21 19:33:45 +08:00