We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Add esp-open-sdk link
Drop 'mkdir ESP8266_SDK' step from the SDK setup: the 'mv esp_iot_sdk_v0.9.3 ESP8266_SDK' is meant to rename, not to move into the existing directory. Suggested by @tylercrumpton and others.
Fix 32/64 dependencies mismatch as suggested by limpkin on IRC
Fix SDK URLs on github
Add patch for 0.9.3 SDK
Create SDK mirror and direct SDK download there. 0.9.3-patch1 is gone, couldn't find it on the espressif site. If you have it please push it to repo and update the wiki or mail it to me if you don't have access.
Set up ESP SDK 0.9.3
Add command line for SDK unpacking and esptool installation.
Make esptool.py available in PATH. Be consistent about slashes where both directories and files can be supplied.
Reformat SDK section for fluency.
Fix include.tgz location, found by Duality.
Update PATH, as noted by Duality
add libexpat-dev dependency needed for cross-gdb building
Move IoT_Demo out of examples to build without patching.
Move GCC thanks here.
Move ESP upload tool deps to global deps section.
Add esptool.py to Toolchain.
Remove tools/ patches since we use esptool instead.
Patch xt-nm in gen_appbin.py.
Patch SDK to use python2.
Add ESP IoT SDK patches to make the example compile.
Formatting.
Add source notes for libhal and newlib.
Add note about local-patches/ and overlays/.
Updated Toolchain (markdown)
Updated toochain.md
Added how to copy the header files needed from the vm