stm32: flash: move to peripheral_apis
Change the groupings and headings to make them all consistent.
This commit is contained in:
parent
1001a9323b
commit
da76279bc6
@ -1,5 +1,5 @@
|
||||
/** @addtogroup flash_file
|
||||
*
|
||||
/** @addtogroup flash_file FLASH peripheral API
|
||||
* @ingroup peripheral_apis
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -1,6 +1,6 @@
|
||||
/** @defgroup flash_file FLASH
|
||||
/** @defgroup flash_file
|
||||
*
|
||||
* @ingroup STM32F0xx
|
||||
* @ingroup peripheral_apis
|
||||
*
|
||||
* @brief <b>libopencm3 STM32F05x FLASH</b>
|
||||
*
|
||||
|
@ -1,6 +1,6 @@
|
||||
/** @defgroup flash_file FLASH
|
||||
/** @defgroup flash_file
|
||||
*
|
||||
* @ingroup STM32F1xx
|
||||
* @ingroup peripheral_apis
|
||||
*
|
||||
* @brief <b>libopencm3 STM32F1xx FLASH Memory</b>
|
||||
*
|
||||
|
@ -1,6 +1,6 @@
|
||||
/** @defgroup flash_file FLASH
|
||||
/** @defgroup flash_file
|
||||
*
|
||||
* @ingroup STM32F2xx
|
||||
* @ingroup peripheral_apis
|
||||
*
|
||||
* @brief <b>libopencm3 STM32F2xx FLASH</b>
|
||||
*
|
||||
|
@ -1,6 +1,6 @@
|
||||
/** @defgroup flash_file FLASH
|
||||
/** @defgroup flash_file
|
||||
*
|
||||
* @ingroup STM32F3xx
|
||||
* @ingroup peripheral_apis
|
||||
*
|
||||
* @brief <b>libopencm3 STM32F3xx FLASH</b>
|
||||
*
|
||||
|
@ -1,6 +1,6 @@
|
||||
/** @defgroup flash_file FLASH
|
||||
/** @defgroup flash_file
|
||||
*
|
||||
* @ingroup STM32F4xx
|
||||
* @ingroup peripheral_apis
|
||||
*
|
||||
* @brief <b>libopencm3 STM32F4xx FLASH</b>
|
||||
*
|
||||
|
@ -1,5 +1,6 @@
|
||||
/** @addtogroup flash_file
|
||||
/** @defgroup flash_file
|
||||
*
|
||||
* @ingroup peripheral_apis
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -1,4 +1,4 @@
|
||||
/** @defgroup flash_file FLASH peripheral API
|
||||
/** @defgroup flash_file
|
||||
*
|
||||
* @ingroup peripheral_apis
|
||||
*
|
||||
|
@ -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
|
||||
|
@ -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>
|
@ -1,6 +1,6 @@
|
||||
/** @defgroup flash_file FLASH
|
||||
/** @defgroup flash_file
|
||||
*
|
||||
* @ingroup STM32L1xx
|
||||
* @ingroup peripheral_apis
|
||||
*
|
||||
* @brief <b>libopencm3 STM32L1xx FLASH</b>
|
||||
*
|
||||
|
@ -1,6 +1,6 @@
|
||||
/** @defgroup flash_file FLASH
|
||||
/** @defgroup flash_file
|
||||
*
|
||||
* @ingroup STM32L4xx
|
||||
* @ingroup peripheral_apis
|
||||
*
|
||||
* @brief <b>libopencm3 STM32L4xx FLASH</b>
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user