extras/httpd and http_server example
This commit is contained in:
parent
2b915c11c7
commit
281d616cf1
18 changed files with 5040 additions and 0 deletions
7
examples/http_server/Makefile
Normal file
7
examples/http_server/Makefile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
PROGRAM=http_server
|
||||
|
||||
EXTRA_CFLAGS=-DLWIP_HTTPD_CGI=1 -DLWIP_HTTPD_SSI=1 -I./fsdata
|
||||
|
||||
EXTRA_COMPONENTS=extras/httpd
|
||||
|
||||
include ../../common.mk
|
||||
Loading…
Add table
Add a link
Reference in a new issue