mbed official / mbed

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

Committer:
<>
Date:
Tue Nov 08 17:28:34 2016 +0000
Revision:
129:0ab6a29f35bf
Parent:
128:9bcdf88f62b0
Child:
135:176b8275d35d
Release 129 of the mbed library

Ports for Upcoming Targets

3011: Add u-blox Sara-N target. https://github.com/ARMmbed/mbed-os/pull/3011
3099: MAX32625 https://github.com/ARMmbed/mbed-os/pull/3099
3151: Add support for FRDM-K82F https://github.com/ARMmbed/mbed-os/pull/3151
3177: New mcu k22512 fixing pr 3136 https://github.com/ARMmbed/mbed-os/pull/3177

Fixes and Changes

3008: NUCLEO_F072RB: Fix wrong timer channel number on pwm PB_5 pin https://github.com/ARMmbed/mbed-os/pull/3008
3013: STM32xx - Change how the ADC internal pins are checked before pinmap_ https://github.com/ARMmbed/mbed-os/pull/3013
3041: [nRF5] - added implementation of API of serial port flow control configuration. https://github.com/ARMmbed/mbed-os/pull/3041
3084: [nrf5] fix in Digital I/O : a gpioe pin was uninitialized badly https://github.com/ARMmbed/mbed-os/pull/3084
3009: TRNG enabled. TRNG APIs implemented. REV A/B/C/D flags removed. Warnings removed https://github.com/ARMmbed/mbed-os/pull/3009
3074: Target stm init gcc alignement https://github.com/ARMmbed/mbed-os/pull/3074
2988: Update of can_api.c fixing #2987 https://github.com/ARMmbed/mbed-os/pull/2988
3173: [Exporters] Add a device_name to microbit entry in targets.json https://github.com/ARMmbed/mbed-os/pull/3173
2969: [nRF52] - switch irq priorities of driver handlers to the lowest level https://github.com/ARMmbed/mbed-os/pull/2969
3184: #3183 Compiler warning in trng_api.c with K64F https://github.com/ARMmbed/mbed-os/pull/3184
3104: [NuMaker] Support CAN and fix PWM CLK error https://github.com/ARMmbed/mbed-os/pull/3104
3186: MultiTech mDot - add back SPI3 pins https://github.com/ARMmbed/mbed-os/pull/3186
3075: nsapi - Add standardized return types for size and errors https://github.com/ARMmbed/mbed-os/pull/3075
3221: u-blox odin w2 drivers update https://github.com/ARMmbed/mbed-os/pull/3221

Who changed what in which revision?

UserRevisionLine numberNew contents of line
AnnaBridge 126:abea610beb85 1 /**
AnnaBridge 126:abea610beb85 2 ******************************************************************************
AnnaBridge 126:abea610beb85 3 * @file system_stm32f7xx.h
AnnaBridge 126:abea610beb85 4 * @author MCD Application Team
AnnaBridge 126:abea610beb85 5 * @version V1.1.0
AnnaBridge 126:abea610beb85 6 * @date 22-April-2016
AnnaBridge 126:abea610beb85 7 * @brief CMSIS Cortex-M7 Device System Source File for STM32F7xx devices.
AnnaBridge 126:abea610beb85 8 ******************************************************************************
AnnaBridge 126:abea610beb85 9 * @attention
AnnaBridge 126:abea610beb85 10 *
AnnaBridge 126:abea610beb85 11 * <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
AnnaBridge 126:abea610beb85 12 *
AnnaBridge 126:abea610beb85 13 * Redistribution and use in source and binary forms, with or without modification,
AnnaBridge 126:abea610beb85 14 * are permitted provided that the following conditions are met:
AnnaBridge 126:abea610beb85 15 * 1. Redistributions of source code must retain the above copyright notice,
AnnaBridge 126:abea610beb85 16 * this list of conditions and the following disclaimer.
AnnaBridge 126:abea610beb85 17 * 2. Redistributions in binary form must reproduce the above copyright notice,
AnnaBridge 126:abea610beb85 18 * this list of conditions and the following disclaimer in the documentation
AnnaBridge 126:abea610beb85 19 * and/or other materials provided with the distribution.
AnnaBridge 126:abea610beb85 20 * 3. Neither the name of STMicroelectronics nor the names of its contributors
AnnaBridge 126:abea610beb85 21 * may be used to endorse or promote products derived from this software
AnnaBridge 126:abea610beb85 22 * without specific prior written permission.
AnnaBridge 126:abea610beb85 23 *
AnnaBridge 126:abea610beb85 24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AnnaBridge 126:abea610beb85 25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
AnnaBridge 126:abea610beb85 26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
AnnaBridge 126:abea610beb85 27 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
AnnaBridge 126:abea610beb85 28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
AnnaBridge 126:abea610beb85 29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
AnnaBridge 126:abea610beb85 30 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
AnnaBridge 126:abea610beb85 31 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
AnnaBridge 126:abea610beb85 32 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
AnnaBridge 126:abea610beb85 33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
AnnaBridge 126:abea610beb85 34 *
AnnaBridge 126:abea610beb85 35 ******************************************************************************
AnnaBridge 126:abea610beb85 36 */
AnnaBridge 126:abea610beb85 37
AnnaBridge 126:abea610beb85 38 /** @addtogroup CMSIS
AnnaBridge 126:abea610beb85 39 * @{
AnnaBridge 126:abea610beb85 40 */
AnnaBridge 126:abea610beb85 41
AnnaBridge 126:abea610beb85 42 /** @addtogroup stm32f7xx_system
AnnaBridge 126:abea610beb85 43 * @{
AnnaBridge 126:abea610beb85 44 */
AnnaBridge 126:abea610beb85 45
AnnaBridge 126:abea610beb85 46 /**
AnnaBridge 126:abea610beb85 47 * @brief Define to prevent recursive inclusion
AnnaBridge 126:abea610beb85 48 */
AnnaBridge 126:abea610beb85 49 #ifndef __SYSTEM_STM32F7XX_H
AnnaBridge 126:abea610beb85 50 #define __SYSTEM_STM32F7XX_H
AnnaBridge 126:abea610beb85 51
AnnaBridge 126:abea610beb85 52 #ifdef __cplusplus
AnnaBridge 126:abea610beb85 53 extern "C" {
AnnaBridge 126:abea610beb85 54 #endif
AnnaBridge 126:abea610beb85 55
AnnaBridge 126:abea610beb85 56 /** @addtogroup STM32F7xx_System_Includes
AnnaBridge 126:abea610beb85 57 * @{
AnnaBridge 126:abea610beb85 58 */
AnnaBridge 126:abea610beb85 59
AnnaBridge 126:abea610beb85 60 /**
AnnaBridge 126:abea610beb85 61 * @}
AnnaBridge 126:abea610beb85 62 */
AnnaBridge 126:abea610beb85 63
AnnaBridge 126:abea610beb85 64
AnnaBridge 126:abea610beb85 65 /** @addtogroup STM32F7xx_System_Exported_Variables
AnnaBridge 126:abea610beb85 66 * @{
AnnaBridge 126:abea610beb85 67 */
AnnaBridge 126:abea610beb85 68 /* The SystemCoreClock variable is updated in three ways:
AnnaBridge 126:abea610beb85 69 1) by calling CMSIS function SystemCoreClockUpdate()
AnnaBridge 126:abea610beb85 70 2) by calling HAL API function HAL_RCC_GetSysClockFreq()
AnnaBridge 126:abea610beb85 71 3) each time HAL_RCC_ClockConfig() is called to configure the system clock frequency
AnnaBridge 126:abea610beb85 72 Note: If you use this function to configure the system clock; then there
AnnaBridge 126:abea610beb85 73 is no need to call the 2 first functions listed above, since SystemCoreClock
AnnaBridge 126:abea610beb85 74 variable is updated automatically.
AnnaBridge 126:abea610beb85 75 */
AnnaBridge 126:abea610beb85 76 extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
AnnaBridge 126:abea610beb85 77
AnnaBridge 126:abea610beb85 78 extern const uint8_t AHBPrescTable[16]; /*!< AHB prescalers table values */
AnnaBridge 126:abea610beb85 79 extern const uint8_t APBPrescTable[8]; /*!< APB prescalers table values */
AnnaBridge 126:abea610beb85 80
AnnaBridge 126:abea610beb85 81
AnnaBridge 126:abea610beb85 82 /**
AnnaBridge 126:abea610beb85 83 * @}
AnnaBridge 126:abea610beb85 84 */
AnnaBridge 126:abea610beb85 85
AnnaBridge 126:abea610beb85 86 /** @addtogroup STM32F7xx_System_Exported_Constants
AnnaBridge 126:abea610beb85 87 * @{
AnnaBridge 126:abea610beb85 88 */
AnnaBridge 126:abea610beb85 89
AnnaBridge 126:abea610beb85 90 /**
AnnaBridge 126:abea610beb85 91 * @}
AnnaBridge 126:abea610beb85 92 */
AnnaBridge 126:abea610beb85 93
AnnaBridge 126:abea610beb85 94 /** @addtogroup STM32F7xx_System_Exported_Macros
AnnaBridge 126:abea610beb85 95 * @{
AnnaBridge 126:abea610beb85 96 */
AnnaBridge 126:abea610beb85 97
AnnaBridge 126:abea610beb85 98 /**
AnnaBridge 126:abea610beb85 99 * @}
AnnaBridge 126:abea610beb85 100 */
AnnaBridge 126:abea610beb85 101
AnnaBridge 126:abea610beb85 102 /** @addtogroup STM32F7xx_System_Exported_Functions
AnnaBridge 126:abea610beb85 103 * @{
AnnaBridge 126:abea610beb85 104 */
AnnaBridge 126:abea610beb85 105
AnnaBridge 126:abea610beb85 106 extern void SystemInit(void);
AnnaBridge 126:abea610beb85 107 extern void SystemCoreClockUpdate(void);
AnnaBridge 126:abea610beb85 108 extern void SetSysClock(void);
AnnaBridge 126:abea610beb85 109 /**
AnnaBridge 126:abea610beb85 110 * @}
AnnaBridge 126:abea610beb85 111 */
AnnaBridge 126:abea610beb85 112
AnnaBridge 126:abea610beb85 113 #ifdef __cplusplus
AnnaBridge 126:abea610beb85 114 }
AnnaBridge 126:abea610beb85 115 #endif
AnnaBridge 126:abea610beb85 116
AnnaBridge 126:abea610beb85 117 #endif /*__SYSTEM_STM32F7XX_H */
AnnaBridge 126:abea610beb85 118
AnnaBridge 126:abea610beb85 119 /**
AnnaBridge 126:abea610beb85 120 * @}
AnnaBridge 126:abea610beb85 121 */
AnnaBridge 126:abea610beb85 122
AnnaBridge 126:abea610beb85 123 /**
AnnaBridge 126:abea610beb85 124 * @}
AnnaBridge 126:abea610beb85 125 */
AnnaBridge 126:abea610beb85 126 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/