Commit Graph

552 Commits

Author SHA1 Message Date
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
Luc
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
Luc
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
c66a020e80 Add guards to not compile BT code if not enabled 2017-09-21 19:08:18 +08:00
Luc
4092fc409e Add baudRate function (#651)
usefull for ESP8266 compatibility
2017-09-21 17:00:12 +08:00
17add63139 Add Example Code for WPS Functionality (#648) 2017-09-21 16:47:45 +08:00
4cf0e98f32 Fix desync with IDF in dhcpserver 2017-09-20 15:36:39 +08:00
f648ad7cea Allow WiFi Event Callback to read the event info
Helps in cases where Event Info is needed (WPS and others)
2017-09-18 17:54:57 +08:00
db79c2ee95 Add api to get CPU temperature
Fixes: https://github.com/espressif/arduino-esp32/issues/563
Fixes: https://github.com/espressif/arduino-esp32/issues/625
Source:
https://github.com/pcbreflux/espressif/blob/master/esp32/arduino/sketchb
ook/ESP32_int_temp_sensor/ESP32_int_temp_sensor.ino
2017-09-18 17:47:06 +08:00
ab0ea2f6da Fix missing method from SPI HAL
Fixes: https://github.com/espressif/arduino-esp32/issues/640
2017-09-18 12:14:41 +08:00
79ee46ead2 beautify partition 2017-09-14 10:42:29 +03:00
658acfef2a Add missing headers 2017-09-14 08:54:34 +03:00
27d54b331d Very slight difference between LoRa kit and WiFi kit. (#629)
* Very slight difference between LoRa kit and WiFi kit.

* Pinout diagram disagrees with Espressif's documentation.
2017-09-13 19:22:51 +03:00
9fc3f1ebdd Fix wrong SPI peripheral enabled
Related: https://github.com/espressif/arduino-esp32/issues/634
2017-09-13 17:21:34 +03:00
29a253ac98 Add initial SPIFFS library (#627)
* Add initial SPIFFS library

* Fix Deep Sleep Examples

* Missed one example
2017-09-12 11:09:59 +03:00
39fb8c3044 Fix header deprecation 2017-09-12 09:42:14 +03:00
ba929be27a Update IDF to 9a26296 2017-09-12 09:40:52 +03:00
0bce98e72c add Microduino-esp32 (#621) 2017-09-11 17:47:28 +03:00
bb078ca943 Add Dongsen Tech Pocket 32 and fake "WeMos" WiFi&Bluetooth Battery (which is a Pocket 32 clone) (#620)
* Create new pocket_32 diretory for Pocket 32 board

* Create pins_arduino.h for pocket_32

* Update boards.txt to support Dongsen Tech Pocket 32 and fake "WeMos" WiFi&Bluetooth Battery
2017-09-10 23:34:31 +03:00
59a6800cdf Enable clocks for UART1 and 2
Recent change in IDF disables those clocks at boot. This change should
help with that.

Fixes: https://github.com/espressif/esp-idf/issues/975
2017-09-10 20:24:41 +03:00
9edf65d56e Static IP example 2017-09-09 00:15:54 -03:00