arduino-esp32/tools
Craig Leres c92b617397 Convert the few remaining cr/lf files to use lf for eol. (#1316)
If you develop on windows and need cr/lf files, see this:

    https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_formatting_and_whitespace

    Git can handle this by auto-converting CRLF line endings into LF
    when you add a file to the index, and vice versa when it checks out
    code onto your filesystem. You can turn on this functionality with
    the core.autocrlf setting. If you're on a Windows machine, set it
    to true - this converts LF endings into CRLF when you check out code:

    $ git config --global core.autocrlf true
2018-04-16 16:34:39 +02:00
..
partitions Additional partition scheme min_spiffs (#1302) 2018-04-14 09:45:08 +02:00
sdk Convert the few remaining cr/lf files to use lf for eol. (#1316) 2018-04-16 16:34:39 +02:00
build.py fix missing arguments for build.py 2017-01-28 13:33:41 +02:00
common.sh update travis and build script to not fail 2017-02-05 19:58:27 +02:00
espota.exe Update espota for Windows 2017-08-17 17:00:49 +03:00
espota.py fix OTA 2017-08-17 16:50:44 +03:00
esptool.py Update IDF to f586f5e (#1296) 2018-04-07 09:45:18 +03:00
gen_esp32part.exe Update IDF to f586f5e (#1296) 2018-04-07 09:45:18 +03:00
gen_esp32part.py Update IDF to f586f5e (#1296) 2018-04-07 09:45:18 +03:00
get.exe Import SSL in Windows (get.exe) 2017-11-28 11:20:50 +01:00
get.py Fix coding stype as per PEP8 (#1105) 2018-03-04 21:01:17 +01:00
platformio-build.py Update IDF to f586f5e (#1296) 2018-04-07 09:45:18 +03:00