1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00
esp8266/tools/sdk/lib/README.md
2016-02-15 00:24:19 +03:00

247 B

Updating SDK libraries

After updating SDK libraries to a new version, do the following changes.

  1. Remove mem_manager.o from libmain.a to use custom heap implementation

    xtensa-lx106-elf-ar -d libmain.a mem_manager.o