Skip to content

Commit

Permalink
upload v3.0.5 source code
Browse files Browse the repository at this point in the history
  • Loading branch information
makerbase-mks committed Mar 19, 2020
1 parent fa63d0c commit c2fade1
Show file tree
Hide file tree
Showing 565 changed files with 356,063 additions and 0 deletions.
Binary file not shown.
8,388 changes: 8,388 additions & 0 deletions Libraries/CMSIS/Device/ST/STM32F10x/Include/stm32f10x.h

Large diffs are not rendered by default.

104 changes: 104 additions & 0 deletions Libraries/CMSIS/Device/ST/STM32F10x/Include/system_stm32f10x.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
/**
******************************************************************************
* @file system_stm32f10x.h
* @author MCD Application Team
* @version V3.6.1
* @date 05-March-2012
* @brief CMSIS Cortex-M3 Device Peripheral Access Layer System Header File.
******************************************************************************
* @attention
*
* <h2><center>&copy; COPYRIGHT 2012 STMicroelectronics</center></h2>
*
* Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.st.com/software_license_agreement_liberty_v2
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
******************************************************************************
*/

/** @addtogroup CMSIS
* @{
*/

/** @addtogroup stm32f10x_system
* @{
*/

/**
* @brief Define to prevent recursive inclusion
*/
#ifndef __SYSTEM_STM32F10X_H
#define __SYSTEM_STM32F10X_H

#ifdef __cplusplus
extern "C" {
#endif

/** @addtogroup STM32F10x_System_Includes
* @{
*/

/**
* @}
*/


/** @addtogroup STM32F10x_System_Exported_types
* @{
*/

extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */

/**
* @}
*/

/** @addtogroup STM32F10x_System_Exported_Constants
* @{
*/

/**
* @}
*/

/** @addtogroup STM32F10x_System_Exported_Macros
* @{
*/

/**
* @}
*/

/** @addtogroup STM32F10x_System_Exported_Functions
* @{
*/

extern void SystemInit(void);
extern void SystemCoreClockUpdate(void);
/**
* @}
*/

#ifdef __cplusplus
}
#endif

#endif /*__SYSTEM_STM32F10X_H */

/**
* @}
*/

/**
* @}
*/
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
289 changes: 289 additions & 0 deletions Libraries/CMSIS/Device/ST/STM32F10x/Release_Notes.html

Large diffs are not rendered by default.

Loading

0 comments on commit c2fade1

Please sign in to comment.