mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-06 07:14:26 +00:00
lwip: add pan_lwip_http_server example to windows platforms
This commit is contained in:
parent
946d87bab9
commit
62ab70e958
@ -52,6 +52,8 @@ VPATH += ${BTSTACK_ROOT}/chipset/em9301
|
||||
VPATH += ${BTSTACK_ROOT}/chipset/stlc2500d
|
||||
VPATH += ${BTSTACK_ROOT}/chipset/tc3566x
|
||||
|
||||
EXAMPLES += pan_lwip_http_server
|
||||
|
||||
# assume portaudio is installed in /usr/local
|
||||
# CFLAGS += -I/usr/local/include -DHAVE_PORTAUDIO
|
||||
# LDFLAGS += -L/sw/lib -lportaudio
|
||||
|
@ -25,6 +25,8 @@ VPATH += ${BTSTACK_ROOT}/platform/windows
|
||||
VPATH += ${BTSTACK_ROOT}/chipset/csr
|
||||
VPATH += ${BTSTACK_ROOT}/chipset/intel
|
||||
|
||||
EXAMPLES += pan_lwip_http_server
|
||||
|
||||
# use pkg-config for portaudio
|
||||
# CFLAGS += $(shell pkg-config portaudio-2.0 --cflags) -DHAVE_PORTAUDIO
|
||||
# LDFLAGS += $(shell pkg-config portaudio-2.0 --libs)
|
||||
|
@ -36,6 +36,8 @@ LDFLAGS += -lsetupapi -lwinusb
|
||||
# csr_set_bd_addr
|
||||
EXAMPLES += csr_set_bd_addr
|
||||
|
||||
EXAMPLES += pan_lwip_http_server
|
||||
|
||||
csr_set_bd_addr: ${CORE_OBJ} ${COMMON_OBJ} btstack_chipset_csr.o csr_set_bd_addr.o
|
||||
${CC} $^ ${CFLAGS} ${LDFLAGS} -o $@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user