Skip to content

Commit d391bca

Browse files
authored
Merge pull request #2733 from cesanta/newskeleton
move to new skeleton
2 parents 4f15392 + a0b6e70 commit d391bca

File tree

23 files changed

+34
-37
lines changed

23 files changed

+34
-37
lines changed

examples/mip-pcap/mongoose.c

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/mip-pcap/mongoose.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/mip-tap/mongoose.c

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/mip-tap/mongoose.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/mip-tap/net.c

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/mip-tap/net.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/mip-tap/packed_fs.c

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ IPV6 ?= 1
1414
ASAN ?= -fsanitize=address,undefined,alignment -fno-sanitize-recover=all -fno-omit-frame-pointer -fno-common
1515
ASAN_OPTIONS ?= detect_leaks=1
1616
EXAMPLES := $(dir $(wildcard ../examples/*/Makefile))
17-
EXAMPLES_QUICK := $(filter-out ../examples/mip-pcap/ ../examples/micropython/, $(EXAMPLES))
18-
EXAMPLES_MAC := $(filter-out ../examples/mip-pcap/ ../examples/mip-tap/ ../examples/micropython/, $(EXAMPLES))
17+
EXAMPLES_QUICK := $(filter-out ../examples/micropython/, $(EXAMPLES))
18+
EXAMPLES_MAC := $(filter-out ../examples/micropython/, $(EXAMPLES))
1919
EXAMPLES_WIN := $(dir $(wildcard ../examples/device-dashboard/Makefile) $(wildcard ../examples/file-*/Makefile) $(wildcard ../examples/http-*/Makefile) $(wildcard ../examples/mqtt-*/Makefile) $(wildcard ../examples/websocket-*/Makefile) $(wildcard ../examples/webui-*/Makefile))
2020
EXAMPLES_EMBEDDED := $(filter-out $(wildcard ../examples/zephyr/*/), $(dir $(wildcard ../examples/*/*/Makefile)))
2121
REFPROJS := $(dir $(wildcard ../reference-projects/windows-macos-linux/*/Makefile))
2222
TUTORIALS := $(dir $(wildcard ../tutorials/*/*/Makefile))
23-
TUTORIALS_QUICK := $(filter-out ../tutorials/tcpip_stack/pcap/ , $(TUTORIALS))
24-
TUTORIALS_MAC := TUTORIALS
23+
TUTORIALS_QUICK := $(filter-out ../tutorials/tcpip/pcap-driver/ , $(TUTORIALS))
24+
TUTORIALS_MAC := $(filter-out ../tutorials/tcpip/pcap-driver/ ../tutorials/tcpip/tap-driver/, $(TUTORIALS))
2525
TUTORIALS_WIN := $(dir $(wildcard ../tutorials/http/file-*/Makefile) $(wildcard ../tutorials/http/http-*/Makefile) $(wildcard ../tutorials/mqtt/mqtt-*/Makefile) $(wildcard ../tutorials/websocket/websocket-*/Makefile) $(wildcard ../tutorials/webui/webui-*/Makefile))
2626
PREFIX ?= /usr/local
2727
LIBDIR ?= $(PREFIX)/lib

tutorials/tcpip/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
See detailed tutorials at https://mongoose.ws/documentation/#drivers-for-mongoose-built-in-tcpip-stack
File renamed without changes.

0 commit comments

Comments
 (0)