mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-11 00:44:27 +00:00
stm32-l053r8-em9304: add btstack_crypto, disable examples that overflow flash
This commit is contained in:
parent
a0eb57dab9
commit
65658938e5
@ -89,6 +89,7 @@ Src/stm32l0xx_it.c \
|
|||||||
att_server.c \
|
att_server.c \
|
||||||
battery_service_server.c \
|
battery_service_server.c \
|
||||||
btstack_chipset_em9301.c \
|
btstack_chipset_em9301.c \
|
||||||
|
btstack_crypto.c \
|
||||||
btstack_linked_list.c \
|
btstack_linked_list.c \
|
||||||
btstack_memory.c \
|
btstack_memory.c \
|
||||||
btstack_memory_pool.c \
|
btstack_memory_pool.c \
|
||||||
@ -211,11 +212,13 @@ LDFLAGS = $(MCU) -specs=nano.specs -T$(LDSCRIPT) $(LIBDIR) $(LIBS) -Wl,-Map=$(BU
|
|||||||
|
|
||||||
# default action: build all
|
# default action: build all
|
||||||
# ancs_client_demo \
|
# ancs_client_demo \
|
||||||
|
# gatt_battery_query \
|
||||||
|
# gatt_battery_query.gatt \
|
||||||
|
# gatt_browser \
|
||||||
|
# gatt_browser.gatt \
|
||||||
|
|
||||||
LE_EXAMPLES = \
|
LE_EXAMPLES = \
|
||||||
gap_le_advertisements \
|
gap_le_advertisements \
|
||||||
gatt_battery_query \
|
|
||||||
gatt_browser \
|
|
||||||
le_counter \
|
le_counter \
|
||||||
le_streamer \
|
le_streamer \
|
||||||
le_streamer_client \
|
le_streamer_client \
|
||||||
@ -226,8 +229,6 @@ GATT_FILES = \
|
|||||||
ancs_client_demo.gatt \
|
ancs_client_demo.gatt \
|
||||||
le_counter.gatt \
|
le_counter.gatt \
|
||||||
le_streamer.gatt \
|
le_streamer.gatt \
|
||||||
gatt_browser.gatt \
|
|
||||||
gatt_battery_query.gatt \
|
|
||||||
sm_pairing_peripheral.gatt \
|
sm_pairing_peripheral.gatt \
|
||||||
sm_pairing_central.gatt \
|
sm_pairing_central.gatt \
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user