me-no-dev
88bd512bf5
Add missing flag to LD
...
Make sure to remove that next rebuild
2017-11-30 17:31:07 +01:00
me-no-dev
3300a346e8
fix upload for linux
2017-11-25 00:53:56 +01:00
me-no-dev
a53d41f1c1
Fix bootloaders for different flash configs
...
fixes: https://github.com/espressif/arduino-esp32/issues/867
2017-11-24 19:51:48 +01:00
me-no-dev
cf45d51476
Add stack protector flag to build
2017-11-24 14:33:17 +01:00
me-no-dev
23cf233eca
Remove unnecessary library from linking
...
Fixes: https://github.com/espressif/arduino-esp32/issues/866
2017-11-24 10:37:35 +01:00
Me No Dev
81a9c45a1e
Update IDF to e5b2c1c ( #865 )
...
* Update BLE Library
* Fix SD driver
* Update toolchain
* Update IDF to e5b2c1c
2017-11-23 23:26:53 +01:00
Jochen Groppe
1b2eb443ef
Fix compiler flags to be compatible with ESP8622/Arduino ( #813 )
...
* fix NodeMCU-32S .build.board property
The .build.board=xx proptery is used for generating a macro named "ARDUINO_xxx".
C macro names should never have a "-" sign.
* current: ARDUINO_NodeMCU-32S
* should be: ARDUINO_=NodeMCU_32S
* fix compiler flags to be compatible to ESP8622/Arduino
see also "fix NodeMCU-32S .build.board property" #812 (https://github.com/espressif/arduino-esp32/pull/812#issuecomment-341990261 )
`-DARDUINO_BOARD={build.board}` **is missing**
* Revert "fix NodeMCU-32S .build.board property"
This reverts commit ea57b1496a2e87d3977a31a29a4cf7d63216f008.
2017-11-06 15:23:03 +02:00
me-no-dev
aa9111adfa
Fix flash command for Windows and Linux
2017-10-24 20:38:55 +03:00
me-no-dev
84b8582acb
Optimize esptool path for packaging and fix possible build errors in windows
2017-10-24 02:43:13 +03:00
me-no-dev
4f55293f59
change esptool path logic
2017-10-24 02:25:13 +03:00
rwaschhauser
c8ad79e3f3
Second occurace of parameter^Cfno-rtti removed ( #736 )
2017-10-17 05:38:05 +03:00
Angus Gratton
3b972e86ca
Link cxx_guards from IDF libcxx not from libstdc++ ( #695 )
...
Fixes #694
2017-10-04 11:23:39 +08:00
me-no-dev
d27d297195
Update IDF to c4e65d6
2017-09-22 17:28:54 +08:00
me-no-dev
ba929be27a
Update IDF to 9a26296
2017-09-12 09:40:52 +03:00
per1234
04044e2245
Use correct extra_flags property in recipe.S.o.pattern ( #589 )
...
Previously compiler.c.extra_flags was used in this recipe rather than compiler.S.extra_flags, which I believe to have been a typo.
2017-08-23 10:21:47 +03:00
me-no-dev
856823ef19
Add support for 2MB flash and future option for different partition schemes
2017-08-17 20:00:22 +03:00
me-no-dev
0accabcee0
Fix some compilation errors
2017-08-01 12:08:38 +03:00
me-no-dev
ca7f6cc516
Update IDF libs to 9314bf0
2017-08-01 08:51:04 +03:00
Me No Dev
376961d168
Update IDF to 65acd99 ( #358 )
...
* Update IDF to 65acd99
* Update platformio and arduino build paths and libs
* Update esptool binaries
2017-05-06 20:29:12 +03:00
Me No Dev
56ef31f899
Update IDF to version 3cad00f ( #310 )
2017-04-12 21:49:58 +03:00
me-no-dev
2f02e27327
Update esptool on mac and windows and revert linux to use python
2017-04-04 02:36:55 +03:00
me-no-dev
80322311f1
Update IDF
2017-04-04 01:26:23 +03:00
Me No Dev
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
me-no-dev
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
Me No Dev
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
Me No Dev
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
me-no-dev
4fbee226b6
move to binary esptool. Run get.py/get.exe to get it!
...
With this step we remove all dependencies, but git. Mac and Linux come
with Python by default, so they will keep using get.py to update the
toolchain and support binaries. Windows users have an "All point and
click" installation option that requires only git and Arduino to be
downloaded.
Fingers crossed :)
2017-01-19 15:58:29 +02:00
me-no-dev
9e6e3249b6
update windows toolchain and platform.txt
2017-01-19 03:24:21 +02:00
me-no-dev
3b874d51e8
update IDF libs and includes
2017-01-16 16:03:13 +02:00
me-no-dev
f6d4843680
Update IDF and Fix Error 88 for Client::available
2016-12-30 01:28:30 +02:00
me-no-dev
758553a786
Add analogRead, touchRead, dacWrite and updated esp-idf
2016-12-08 23:43:41 +02:00
me-no-dev
ee36407b43
Update IDF libs
2016-12-02 14:50:43 +02:00
me-no-dev
58ac6fbf46
update idf libs
2016-11-18 18:32:28 +02:00
me-no-dev
7e0811ec56
Update tools to latest IDF
2016-11-13 17:23:44 +02:00
me-no-dev
3c071e1d89
update IDF libraries and includes
2016-10-28 01:53:02 +03:00
me-no-dev
0ccde6cc1a
fix reported data size and percentage
2016-10-17 15:31:51 +03:00
me-no-dev
5f3a205955
initial import
2016-10-06 07:09:44 -06:00