stm32: extract g0 exti stuff to exti_common_v2.
stm32l5 basically uses the same stuff.
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
/** @defgroup exti_file EXTI peripheral API
|
||||
/** @addtogroup exti_file EXTI peripheral API
|
||||
* @ingroup peripheral_apis
|
||||
*
|
||||
* @author @htmlonly © @endhtmlonly 2019 Guillaume Revaillot <g.revaillot@gmail.com>
|
||||
*
|
||||
* @date 10 January 2019
|
||||
*
|
||||
*
|
||||
* LGPL License Terms @ref lgpl_license
|
||||
*/
|
||||
|
||||
/*
|
||||
* This file is part of the libopencm3 project.
|
||||
*
|
||||
@@ -37,7 +37,7 @@ OBJS += adc.o adc_common_v2.o
|
||||
OBJS += crc_common_all.o
|
||||
OBJS += dma_common_l1f013.o
|
||||
OBJS += dmamux.o
|
||||
OBJS += exti.o exti_common_all.o
|
||||
OBJS += exti_common_all.o exti_common_v2.o
|
||||
OBJS += flash.o flash_common_all.o
|
||||
OBJS += gpio_common_all.o gpio_common_f0234.o
|
||||
OBJS += i2c_common_v2.o
|
||||
|
||||
Reference in New Issue
Block a user