Без опису

etisab 305c6006c9 uploading tool 10 роки тому
3d_models 7f211e5fca updated 3D model with new components, more joinery detail 10 роки тому
BUILD 39604878ab manual versioning 10 роки тому
TEST fefa27c76d PWM triangle wave test 10 роки тому
build 9fbe843bc7 cleanup 10 роки тому
firmware ad3d9a1ba4 rename firmware dir 10 роки тому
proto_api_keys 9fbe843bc7 cleanup 10 роки тому
test 9fbe843bc7 cleanup 10 роки тому
util 305c6006c9 uploading tool 10 роки тому
.gitignore 5fba3c185d ignore test dirs 10 роки тому
README.md 39604878ab manual versioning 10 роки тому
index_unminified.html 5d187e20dc MINI-ER 10 роки тому

README.md

Use firmware 1.5.1 ONLY: https://github.com/nodemcu/nodemcu-firmware/issues/719

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

Flashing

/Users/aria/code/espbuild/esp-open-sdk/esptool

python esptool.py -p /dev/tty.SLAB_USBtoUART write_flash 0x00 /opt/Espressif/nodemcu-firmware/bin/0x00000.bin etc

other notes

Building with default modules + debug causes luatool to fail with 'stdin:1: attempt to call field 'open' (a nil value)' since it seems file.open isn't defined. Rebuilt with fewer modules + debug and file upload seems to work fine. Did the build... just run out of space and truncate the image?