stm32: doc: move timer to peripheral_apis
Drop all the dummy timer.c files, and _actually_ compile the L1 specific
file that was dropped by accident in 5b8953124e in 2013!
This commit is contained in:
@@ -43,7 +43,7 @@ OBJS += gpio_common_all.o gpio_common_f0234.o
|
||||
OBJS += i2c_common_v1.o iwdg_common_all.o
|
||||
OBJS += pwr_common_v1.o pwr_common_v2.o rtc_common_l1f024.o
|
||||
OBJS += spi_common_all.o spi_common_v1.o spi_common_v1_frf.o
|
||||
OBJS += timer_common_all.o
|
||||
OBJS += timer.o timer_common_all.o
|
||||
OBJS += usart_common_all.o usart_common_f124.o
|
||||
OBJS += exti_common_all.o
|
||||
OBJS += rcc_common_all.o
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
/** @defgroup timer_file Timers
|
||||
|
||||
@ingroup STM32L1xx
|
||||
|
||||
/** @defgroup timer_file
|
||||
@ingroup peripheral_apis
|
||||
@brief <b>libopencm3 STM32L1xx Timers</b>
|
||||
|
||||
@version 1.0.0
|
||||
@@ -30,10 +28,10 @@
|
||||
* along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/**@{*/
|
||||
|
||||
#include <libopencm3/stm32/timer.h>
|
||||
|
||||
/**@{*/
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
/** @brief Set Timer Option
|
||||
|
||||
|
||||
Reference in New Issue
Block a user