bc7aa60a30
Catch exception if host is not found
2017-03-11 09:07:25 +02:00
fa1716e73e
Add Ota and mdns ( #257 )
...
* Add Sketch Update Library
* Add MDNS Library
* Add Arduino OTA Library
* add missing library file
* Add library files for Update
* Add missing headers
* fix ota command
* Add espota binary
* remove bad example
* PlatformIO does not auto forward declare methods like Arduino Builder
2017-03-11 07:15:44 +01:00
56ffec855d
Update IDF libraries
2017-03-10 15:40:14 +02:00
1d759380a6
Major IDF and Arduino Update
...
WiFi and BlueTooth can now be started and stopped at will.
basic functions added to esp32-hal to start and stop the BT radio
SimpleBLE class added to show the most basic functionality
Example to show how to switch between BT, WiFi or Both
2017-02-23 01:11:57 +02:00
422d24b43f
Update IDF libs
2017-02-20 00:00:12 +02:00
5de2429bf8
Wrap "gen_esp32part" command with verbose action and own label ( #198 )
2017-02-11 00:14:09 +02:00
d92c7686b0
Add support for custom partition table; use built-in esptool.py ( #195 )
2017-02-10 19:33:55 +02:00
fb8fe671d6
New partitions ( #192 )
...
* Add new partition scheme
* Init NVS early, so it can be used without BT or WiFi
2017-02-10 14:11:24 +02:00
d02c1c786e
Update IDF, fix SS definition, add custom partitions and debug level selection ( #174 )
...
* Add build time partitions compilation
* Fix wrong definition of SS pin
* Add support for core debug level selection
* update idf libs
2017-02-06 15:17:11 +02:00
f4ad2624c9
update travis and build script to not fail
2017-02-05 19:58:27 +02:00
6bec26cfbf
Add @PlatformIO to Travis.CI ( #154 )
...
* Initial version of build script for @PlatformIO ; CI integration for Linux, macOS and Windows
* Remove CI badges
* Add @PlatformIO to Travis.CI
2017-01-28 18:15:46 +02:00
e5f6c2effa
Initial version of build script for @PlatformIO ; CI integration for Linux, macOS and Windows ( #153 )
...
* Initial version of build script for @PlatformIO ; CI integration for Linux, macOS and Windows
* Remove CI badges
2017-01-28 14:19:56 +02:00
e8e8efdb66
finalize formatting of reported sketch size
2017-01-28 14:09:00 +02:00
ca35560413
add proper size formatting to travis reports
2017-01-28 14:00:19 +02:00
7a68cefaa0
lines forgotten to be commented
2017-01-28 13:47:12 +02:00
fe12ebd3fd
dump size and partitions to prep size format for travis
2017-01-28 13:44:31 +02:00
25f7993f51
fix missing arguments for build.py
2017-01-28 13:33:41 +02:00
19261c0aef
fix build board for travis
2017-01-28 13:19:30 +02:00
b0b21f7335
remove unnecessary build steps from travis
2017-01-28 13:14:59 +02:00
77a04a01a3
Initial travis pull from esp8266
2017-01-28 13:09:20 +02:00
78f2c6f31e
update IDF libs
2017-01-19 16:25:27 +02:00
93d2bc7f1e
update get.py and add get.exe
...
- get.exe is clickable and will soon download binary form of esptool,
which will really simplify installation on Windows
- get.py does not require any extra modules on Linux and Mac
- ```pip install requests``` required only on Windows (if not using
get.exe)
- Paths are made relative to the file in order to make the windows
executable clickable.
2017-01-19 04:48:42 +02:00
3b874d51e8
update IDF libs and includes
2017-01-16 16:03:13 +02:00
49a476c5f0
add new toolchain and fix get.py bad chars
2017-01-16 14:34:28 +02:00
cefbf25280
(Real) fix for cygwinless win10 TLS error ( #126 )
...
Added a new requirement ( pip install request ) and some logic to get it working, I won't blame you if you reject this PR but this is what made it work on my machine
2017-01-16 12:13:19 +02:00
ce5df79674
SDK headers: Use new esp-idf signal name VSPICLK_OUT_IDX ( #130 )
2017-01-16 12:12:13 +02:00
b5858c1904
Error Handling for Window10 without CygWin ( #117 )
...
Added an Exception handling to the offending urlretrieve() call for the issue #108 https://github.com/espressif/arduino-esp32/issues/108
It's not really a fix but the failure message is much more elegant than the initial stack trace as it hints at the solution to the setup problem rather than confusing the user into Windows problems.
2017-01-05 15:02:56 +02:00
8b96b1a5f4
update IDF libs and esptool.py
...
adds autoreset after firmware upload
2017-01-05 13:54:40 +02:00
e383a11291
Add Server and UDP and fix WiFi.hostByName
2016-12-30 02:44:45 +02:00
f6d4843680
Update IDF and Fix Error 88 for Client::available
2016-12-30 01:28:30 +02:00
758553a786
Add analogRead, touchRead, dacWrite and updated esp-idf
2016-12-08 23:43:41 +02:00
ee36407b43
Update IDF libs
2016-12-02 14:50:43 +02:00
8904f52c39
Allow phy to be initialized only if WiFi/BLE is used/enabled
...
fixes: https://github.com/espressif/arduino-esp32/issues/72
2016-12-01 13:23:17 +02:00
b82d0e166a
latest IDF, 240MHz and BLE enabled libs
2016-11-28 01:11:36 +02:00
58ac6fbf46
update idf libs
2016-11-18 18:32:28 +02:00
7e0811ec56
Update tools to latest IDF
2016-11-13 17:23:44 +02:00
38513ed804
fix not booting when compiled through ArduinoIDE
2016-10-28 02:33:08 +03:00
3c071e1d89
update IDF libraries and includes
2016-10-28 01:53:02 +03:00
4865ed0d13
ignore ssl only on windows
2016-10-17 17:08:57 +03:00
0dcf5a49d2
Ignore certificates on windows
...
Added code to bypass certificate verification. merge with caution.
2016-10-17 16:41:08 +03:00
5f3a205955
initial import
2016-10-06 07:09:44 -06:00