Rename STM32F1xx -> GD32VF103

This commit is contained in:
Stefan Kerkmann 2021-03-31 11:49:26 +02:00
parent 116f34b808
commit fcb2d49c25
6 changed files with 10 additions and 10 deletions

View File

@ -15,12 +15,12 @@
*/
/**
* @file STM32F1xx/gd32_rcu.h
* @file GD32VF103/gd32_rcu.h
* @brief RCU helper driver header.
* @note This file requires definitions from the ST header file
* @p stm32f10x.h.
*
* @addtogroup STM32F1xx_RCU
* @addtogroup GD32VF103_RCU
* @{
*/

View File

@ -15,8 +15,8 @@
*/
/**
* @file STM32F1xx/hal_adc_lld.c
* @brief STM32F1xx ADC subsystem low level driver source.
* @file GD32VF103/hal_adc_lld.c
* @brief GD32VF103 ADC subsystem low level driver source.
*
* @addtogroup ADC
* @{

View File

@ -15,8 +15,8 @@
*/
/**
* @file STM32F1xx/hal_adc_lld.h
* @brief STM32F1xx ADC subsystem low level driver header.
* @file GD32VF103/hal_adc_lld.h
* @brief GD32VF103 ADC subsystem low level driver header.
*
* @addtogroup ADC
* @{

View File

@ -16,7 +16,7 @@
/**
* @file hal_efl_lld.c
* @brief STM32F1xx Embedded Flash subsystem low level driver source.
* @brief GD32VF103 Embedded Flash subsystem low level driver source.
*
* @addtogroup HAL_EFL
* @{

View File

@ -16,7 +16,7 @@
/**
* @file hal_efl_lld.h
* @brief STM32F1xx Embedded Flash subsystem low level driver header.
* @brief GD32VF103 Embedded Flash subsystem low level driver header.
*
* @addtogroup HAL_EFL
* @{
@ -36,7 +36,7 @@
/*===========================================================================*/
/**
* @name STM32F1xx configuration options
* @name GD32VF103 configuration options
* @{
*/
/**

View File

@ -22,7 +22,7 @@
*/
/**
* @file STM32F1xx/hal_lld_f105_f107.h
* @file GD32VF103/hal_lld_f105_f107.h
* @brief STM32F10x Connectivity Line HAL subsystem low level driver header.
*
* @addtogroup STM32F10X_CL_HAL