Commit Graph

16 Commits

Author SHA1 Message Date
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
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
Me No Dev
a2931e7a5b Update README.md
Add ```pip install requests``` to install steps
2017-01-19 01:49:48 +02:00
Murat Ambarkutuk
151f275ed1 Add brief explanation about app_main() function when arduino used as a esp-idf component (#99)
* Add brief explanation about app_main() function

* Update README.md

The proposed sentence is restated in a more clear way.

* Fix typo
2017-01-16 12:15:00 +02:00
me-no-dev
8e948096d4 Rename sd->sigmadelta in HAL
Change is to not be mistaken with SD Card
2017-01-09 17:57:17 +02:00
Me No Dev
22f0577339 Update README.md
Add exception decoder and fix layout
2017-01-05 17:59:20 +02:00
Me No Dev
4395efa3fc Update README.md 2016-12-30 03:00:57 +02:00
Me No Dev
7defc6ebf3 Update README.md 2016-12-13 13:45:58 +02:00
Murat Ambarkutuk
551e422423 Fix typos (#95) 2016-12-13 12:34:02 +02:00
The Gitter Badger
c336989e93 Add Gitter badge (#96) 2016-12-13 12:12:44 +02:00
Ivan Kravets
d8e74f2cbf Format README contents; add instructions for @PlatformIO (#88) 2016-12-10 18:28:24 +02:00
Me No Dev
ddb2541f5e Update README.md
Add instructions for using as IDF component
2016-12-09 00:34:28 +02:00
Me No Dev
13268b9d3c Update README.md
- Link to Windows instructions
- Update instructions for Linux and Mac
2016-12-07 00:46:43 +02:00
Me No Dev
af0cef4ec7 Update README.md 2016-10-07 11:32:35 +03:00
Me No Dev
efcd034622 Update README.md 2016-10-06 07:09:44 -06:00
me-no-dev
668acc2c08 repo init 2016-10-06 09:09:11 +03:00