From 8a62618a63caf2aa76f6aa13775ddd52f9e37094 Mon Sep 17 00:00:00 2001 From: Seven Watt Date: Thu, 16 Feb 2017 23:14:05 +0100 Subject: [PATCH] stm32l0: add exti to makefile Tested with a Lora radio application that used three GPIO lines to send different interrupts from the radio module to the L052. Tested with a Jeenode Zero Rev1 --- lib/stm32/l0/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/stm32/l0/Makefile b/lib/stm32/l0/Makefile index 97a274dc..0129a3f4 100644 --- a/lib/stm32/l0/Makefile +++ b/lib/stm32/l0/Makefile @@ -42,6 +42,7 @@ OBJS += timer_common_all.o OBJS += gpio_common_all.o gpio_common_f0234.o rcc_common_all.o OBJS += adc_common_v2.o OBJS += crs_common_all.o +OBJS += exti_common_all.o OBJS += usb.o usb_control.o usb_standard.o OBJS += st_usbfs_core.o st_usbfs_v2.o