From 75075b8801186db2dd17de14e49cbe648b0dab05 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Fri, 2 Mar 2018 11:49:49 +0100 Subject: [PATCH] stm32-l053r8-em9304: disable ancs_client_demo as it doesn't fit into 64 kB currently --- port/stm32-l053r8-em9304/cubemx-l053r8-em9304/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/port/stm32-l053r8-em9304/cubemx-l053r8-em9304/Makefile b/port/stm32-l053r8-em9304/cubemx-l053r8-em9304/Makefile index a5ea2be27..f76a7a986 100644 --- a/port/stm32-l053r8-em9304/cubemx-l053r8-em9304/Makefile +++ b/port/stm32-l053r8-em9304/cubemx-l053r8-em9304/Makefile @@ -210,8 +210,9 @@ LIBDIR = LDFLAGS = $(MCU) -specs=nano.specs -T$(LDSCRIPT) $(LIBDIR) $(LIBS) -Wl,-Map=$(BUILD_DIR)/le_streamer.map,--cref -Wl,--gc-sections # default action: build all +# ancs_client_demo \ + LE_EXAMPLES = \ - ancs_client_demo \ gap_le_advertisements \ gatt_battery_query \ gatt_browser \