mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-24 06:02:43 +00:00
nrf5-zephyr: update create_examples.py
This commit is contained in:
parent
4f033fe37f
commit
fec91e4df5
@ -16,9 +16,9 @@ mk_template = '''#
|
|||||||
|
|
||||||
obj-y += EXAMPLE.o
|
obj-y += EXAMPLE.o
|
||||||
obj-y += main.o
|
obj-y += main.o
|
||||||
|
ccflags-y += -I${ZEPHYR_BASE}/subsys/bluetooth
|
||||||
|
ccflags-y += -I${ZEPHYR_BASE}/subsys/bluetooth/controller/include
|
||||||
ccflags-y += -I${ZEPHYR_BASE}/subsys/btstack
|
ccflags-y += -I${ZEPHYR_BASE}/subsys/btstack
|
||||||
ccflags-y += -I${ZEPHYR_BASE}/subsys/bluetooth/controller/ll
|
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
gatt_update_template = '''#!/bin/sh
|
gatt_update_template = '''#!/bin/sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user