1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Use gcc-built LwIP by default (#1926)

It is still possible to use xcc-built LwIP by selecting "Core Development" board from tools menu.
This commit is contained in:
Ivan Grokhotkov
2016-05-06 20:09:15 +08:00
parent 0b7f8f9773
commit a2b82ed6b6
4 changed files with 11 additions and 34 deletions

View File

@ -17,6 +17,9 @@ compiler.warning_flags.default=
compiler.warning_flags.more=-Wall
compiler.warning_flags.all=-Wall -Wextra
build.lwip_lib=-llwip_gcc
build.lwip_flags=-DLWIP_OPEN_SRC
compiler.path={runtime.tools.xtensa-lx106-elf-gcc.path}/bin/
compiler.sdk.path={runtime.platform.path}/tools/sdk
compiler.cpreprocessor.flags=-D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-I{compiler.sdk.path}/include" "-I{compiler.sdk.path}/lwip/include"