From 51a072639f2bcf95a87ccaf82c75454212fde607 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 28 Mar 2019 14:47:22 -0400 Subject: added input: scrolling and tapping --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 60a7490..961769d 100755 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ MCUFLAGS = -mcpu=cortex-m4 -mthumb -mabi=aapcs \ CFLAGS = $(MCUFLAGS) --std=gnu99 CXXFLAGS = $(MCUFLAGS) --std=c++17 -fno-builtin -fno-exceptions \ - -fno-strict-aliasing + -fno-strict-aliasing SFLAGS = $(MCUFLAGS) -x assembler-with-cpp \ -DCONFIG_GPIO_AS_PINRESET \ @@ -35,6 +35,7 @@ CSRC = $(wildcard $(ARDUINO)/cores/nRF5/freertos/Source/*.c) \ $(ARDUINO)/cores/nRF5/nordic/nrfx/mdk/system_nrf52.c \ $(ARDUINO)/cores/nRF5/wiring.c \ $(ARDUINO)/cores/nRF5/wiring_digital.c \ + $(ARDUINO)/cores/nRF5/wiring_analog_nRF52.c \ $(ARDUINO)/libraries/FileSystem/src/littlefs/lfs.c \ $(ARDUINO)/libraries/FileSystem/src/littlefs/lfs_util.c \ $(ARDUINO)/libraries/Bluefruit52Lib/src/utility/bootloader_util.c \ -- cgit v1.2.3