stm32: flash: move to peripheral_apis

Change the groupings and headings to make them all consistent.
This commit is contained in:
Karl Palsson 2019-05-21 23:41:21 +00:00
parent 1001a9323b
commit da76279bc6
12 changed files with 20 additions and 46 deletions

View File

@ -1,5 +1,5 @@
/** @addtogroup flash_file
*
/** @addtogroup flash_file FLASH peripheral API
* @ingroup peripheral_apis
*/
/*

View File

@ -1,6 +1,6 @@
/** @defgroup flash_file FLASH
/** @defgroup flash_file
*
* @ingroup STM32F0xx
* @ingroup peripheral_apis
*
* @brief <b>libopencm3 STM32F05x FLASH</b>
*

View File

@ -1,6 +1,6 @@
/** @defgroup flash_file FLASH
/** @defgroup flash_file
*
* @ingroup STM32F1xx
* @ingroup peripheral_apis
*
* @brief <b>libopencm3 STM32F1xx FLASH Memory</b>
*

View File

@ -1,6 +1,6 @@
/** @defgroup flash_file FLASH
/** @defgroup flash_file
*
* @ingroup STM32F2xx
* @ingroup peripheral_apis
*
* @brief <b>libopencm3 STM32F2xx FLASH</b>
*

View File

@ -1,6 +1,6 @@
/** @defgroup flash_file FLASH
/** @defgroup flash_file
*
* @ingroup STM32F3xx
* @ingroup peripheral_apis
*
* @brief <b>libopencm3 STM32F3xx FLASH</b>
*

View File

@ -1,6 +1,6 @@
/** @defgroup flash_file FLASH
/** @defgroup flash_file
*
* @ingroup STM32F4xx
* @ingroup peripheral_apis
*
* @brief <b>libopencm3 STM32F4xx FLASH</b>
*

View File

@ -1,5 +1,6 @@
/** @addtogroup flash_file
/** @defgroup flash_file
*
* @ingroup peripheral_apis
*/
/*

View File

@ -1,4 +1,4 @@
/** @defgroup flash_file FLASH peripheral API
/** @defgroup flash_file
*
* @ingroup peripheral_apis
*

View File

@ -46,7 +46,7 @@ OBJS += adc_common_v2.o
OBJS += crs_common_all.o
OBJS += dma_common_l1f013.o
OBJS += exti_common_all.o
OBJS += flash.o flash_common_all.o flash_common_l01.o
OBJS += flash_common_all.o flash_common_l01.o
OBJS += i2c_common_v2.o
OBJS += rng_common_v1.o
OBJS += usart_common_all.o usart_common_v2.o

View File

@ -1,27 +0,0 @@
/** @defgroup gpio_file GPIO
*
* @ingroup STM32L0xx
*
* @brief <b>libopencm3 STM32L0xx General Purpose I/O</b>
*
* LGPL License Terms @ref lgpl_license
*/
/*
* This file is part of the libopencm3 project.
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#include <libopencm3/stm32/flash.h>

View File

@ -1,6 +1,6 @@
/** @defgroup flash_file FLASH
/** @defgroup flash_file
*
* @ingroup STM32L1xx
* @ingroup peripheral_apis
*
* @brief <b>libopencm3 STM32L1xx FLASH</b>
*

View File

@ -1,6 +1,6 @@
/** @defgroup flash_file FLASH
/** @defgroup flash_file
*
* @ingroup STM32L4xx
* @ingroup peripheral_apis
*
* @brief <b>libopencm3 STM32L4xx FLASH</b>
*