move windows port to platform

This commit is contained in:
Matthias Ringwald 2016-11-28 17:46:51 +01:00
parent 422979b135
commit ea7390156b
5 changed files with 41 additions and 2 deletions

39
port/windows-h4/.gitignore vendored Normal file
View File

@ -0,0 +1,39 @@
ancs_client_demo
ancs_client_demo.h
ble_central_test
ble_peripheral_test
bnep_test
classic_test
gap_dedicated_bonding
gap_inquiry
gap_inquiry_and_bond
gap_le_advertisements
gap_le_advertisements
gatt_battery_query
gatt_browser
hfp_ag_demo
hfp_hf_demo
hsp_ag_demo
hsp_hs_demo
l2cap_test
le_counter
le_counter.h
le_streamer
le_streamer
le_streamer.h
led_counter
panu_demo
profile.h
sdp_bnep_query
sdp_general_query
sdp_rfcomm_query
sm_pairing_central
sm_pairing_peripheral
sm_pairing_peripheral.h
spp_and_le_counter
spp_and_le_counter.h
spp_counter
spp_streamer
spp_streamer
sco_input*
sco_output*

View File

@ -31,6 +31,7 @@ CFLAGS += -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Werror
# CFLAGS += -Werror
CFLAGS += -I${BTSTACK_ROOT}/platform/posix \
-I${BTSTACK_ROOT}/platform/windows \
-I${BTSTACK_ROOT}/platform/embedded \
-I$(BTSTACK_ROOT)/chipset/bcm \
-I$(BTSTACK_ROOT)/chipset/cc256x \
@ -39,9 +40,8 @@ CFLAGS += -I${BTSTACK_ROOT}/platform/posix \
-I$(BTSTACK_ROOT)/chipset/stlc2500d \
-I$(BTSTACK_ROOT)/chipset/tc3566x \
VPATH += ${BTSTACK_ROOT}/platform/embedded
VPATH += ${BTSTACK_ROOT}/platform/windows
VPATH += ${BTSTACK_ROOT}/platform/posix
VPATH += ${BTSTACK_ROOT}/platform/libusb
VPATH += ${BTSTACK_ROOT}/chipset/bcm
VPATH += ${BTSTACK_ROOT}/chipset/cc256x