Lines Matching refs:to
3 esptool.py loads the flasher stub into memory and executes it to:
7 * Add features to the ESP8266 bootloader ROM which are only in the ROM of newer chips.
13 Thanks to [Cesanta](http://cesanta.com/) who provided the original ESP8266 stub loader upon which t…
17 … already automatically integrated into esptool.py. You don't need to do anything special to use it.
21 If you want to build the stub to test modifications or updates, here's how:
23 …32-esp-elf-) on your PATH. If you are developing the stub flasher and plan to send a pull request,…
25 * Set the environment variables SDK_PATH to the path to an ESP8266 IoT NON-OS SDK directory (last s…
27 * Set the environment variable IDF_PATH to the path to an ESP-IDF directory.
29 * Set any other environment variables you'd like to override in the Makefile.
33 …akes care of most of these steps (only the ESP8266 gcc toolchain has to be manually added to PATH).
37 …ate the stubs in `esptool.py` to the newly compiled ones. Or there are some convenience wrappers t…