STM32F411: rename mbed-stm32f4xx.h to cmsis-stm32f4xx.h.
Part of the effort to rename all CMSIS-provided files to "cmsis-".
This commit is contained in:
parent
e8e689b25c
commit
7dd657d56a
|
|
@ -18,7 +18,7 @@
|
||||||
Pins set for Nucleo F411RE, for other STM32F4-boards you need to add them.
|
Pins set for Nucleo F411RE, for other STM32F4-boards you need to add them.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "mbed-stm32f4xx.h"
|
#include "cmsis-stm32f4xx.h"
|
||||||
|
|
||||||
/** Pins for UART, the serial port.
|
/** Pins for UART, the serial port.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
#if defined TEACUP_C_INCLUDE && defined __ARM_STM32F411__
|
#if defined TEACUP_C_INCLUDE && defined __ARM_STM32F411__
|
||||||
|
|
||||||
#include "mbed-stm32f4xx.h" // For __ASM() and ...
|
#include "cmsis-stm32f4xx.h" // For __ASM() and ...
|
||||||
|
|
||||||
|
|
||||||
/** Delay in microseconds.
|
/** Delay in microseconds.
|
||||||
|
|
|
||||||
|
|
@ -94,7 +94,7 @@
|
||||||
*/
|
*/
|
||||||
#ifdef __ARM_STM32F411__
|
#ifdef __ARM_STM32F411__
|
||||||
|
|
||||||
#include "mbed-stm32f4xx.h"
|
#include "cmsis-stm32f4xx.h"
|
||||||
|
|
||||||
#if !defined (HSE_VALUE)
|
#if !defined (HSE_VALUE)
|
||||||
#define HSE_VALUE ((uint32_t)8000000) /*!< Default value of the External oscillator in Hz */
|
#define HSE_VALUE ((uint32_t)8000000) /*!< Default value of the External oscillator in Hz */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue