mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #4714 from bulislaw/expose_systemcoreclock
Expose SystemCoreClock via cmsis.h to support new CMSIS/RTXpull/4803/head
commit
d5108e5a7a
|
@ -32,7 +32,7 @@
|
||||||
#include "hal_efuse.h"
|
#include "hal_efuse.h"
|
||||||
#include "hal_soc_ps_monitor.h"
|
#include "hal_soc_ps_monitor.h"
|
||||||
#include "diag.h"
|
#include "diag.h"
|
||||||
|
#include "system_8195a.h"
|
||||||
|
|
||||||
// from RDC team
|
// from RDC team
|
||||||
#ifdef CONFIG_MBED_ENABLED
|
#ifdef CONFIG_MBED_ENABLED
|
||||||
|
|
|
@ -21,6 +21,8 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "system_hi2110.h"
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
/* Processor and Core Peripherals */
|
/* Processor and Core Peripherals */
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
|
@ -22,6 +22,7 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <stdbool.h>
|
||||||
|
|
||||||
|
|
||||||
extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
|
extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
|
||||||
|
|
Loading…
Reference in New Issue