stm32: extract g0 exti stuff to exti_common_v2.

stm32l5 basically uses the same stuff.
This commit is contained in:
Guillaume Revaillot
2019-12-30 18:50:18 +01:00
parent f7a952c41a
commit db6237cd1e
4 changed files with 106 additions and 45 deletions

View File

@@ -1,13 +1,12 @@
/** @defgroup exti_file EXTI peripheral API
/** @addtogroup exti_file EXTI peripheral API
* @ingroup peripheral_apis
*
* @author @htmlonly &copy; @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.
*

View File

@@ -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