Açıklama Yok

etisab d456df9e82 build notes 10 yıl önce
3d_models 7f211e5fca updated 3D model with new components, more joinery detail 10 yıl önce
BUILD 2cacf1b142 led indicator on during wifi setup 10 yıl önce
configuration test scripts fa673147a6 more stable button response, moved to pin D6 10 yıl önce
nodeMCU firmware version 481ee7f4a2 added firmwares 10 yıl önce
.gitignore f7a0f39919 first draft 3D mockup 10 yıl önce
README.md d456df9e82 build notes 10 yıl önce
image.jpg fa673147a6 more stable button response, moved to pin D6 10 yıl önce

README.md

OSX ESP firmware build notes

error: unknown type name 'ptrdiff_t' when installing pass-2 core C compiler.

Solution: https://github.com/pfalcon/esp-open-sdk/issues/45 delete define/endef statements

Relevant output

Xtensa toolchain is built, to use it:

export PATH=/Users/aria/code/espbuild/esp-open-sdk/xtensa-lx106-elf/bin:$PATH

Espressif ESP8266 SDK is installed. Toolchain contains only Open Source components To link external proprietary libraries add:

xtensa-lx106-elf-gcc -I/Users/aria/code/espbuild/esp-open-sdk/sdk/include -L/Users/aria/code/espbuild/esp-open-sdk/sdk/lib