Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get esp8266 networking info from boards.txt #15

Closed
jscrane opened this issue Dec 4, 2018 · 0 comments
Closed

get esp8266 networking info from boards.txt #15

jscrane opened this issue Dec 4, 2018 · 0 comments

Comments

@jscrane
Copy link
Owner

jscrane commented Dec 4, 2018

LWIP_OPTS ?= lm2f
LWIP_INC = $(shell sed -ne "s/$(BOARD).menu.ip.$(IP_OPTS).build.lwip_include=\(.*\)/\1/p" $(BOARDS))
LWIP_LIB = $(shell sed -ne "s/$(BOARD).menu.ip.$(IP_OPTS).build.lwip_lib=\(.*\)/\1/p" $(BOARDS))
LWIP_FLAGS = $(shell sed -ne "s/$(BOARD).menu.ip.$(IP_OPTS).build.lwip_flags=\(.*\)/\1/p" $(BOARDS))
@jscrane jscrane closed this as completed in 2768ea0 Dec 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant