support RHF0M0E5 board with armcc v6

1. project, see TencentOS-tiny\board\RHF0M0E5_STM32WLE5xx\KEIL\hello_world
This commit is contained in:
daishengdong
2020-03-12 20:10:27 +08:00
parent 441f57c837
commit cb2477f66e
188 changed files with 195025 additions and 2 deletions

View File

@@ -25,7 +25,8 @@
#define TOS_CFG_CPU_HRTIMER_EN 0u
#define TOS_CFG_CPU_LEAD_ZEROS_ASM_PRESENT 1u
#ifndef __TARGET_FPU_SOFTVFP
#if (defined(ARMCC_V5) && !defined(__TARGET_FPU_SOFTVFP)) || \
(defined(ARMCC_V6) && defined(__ARM_PCS_VFP))
#define TOS_CFG_CPU_ARM_FPU_EN 1u
#else
#define TOS_CFG_CPU_ARM_FPU_EN 0u

View File

@@ -25,7 +25,8 @@
#define TOS_CFG_CPU_HRTIMER_EN 0u
#define TOS_CFG_CPU_LEAD_ZEROS_ASM_PRESENT 1u
#ifndef __TARGET_FPU_SOFTVFP
#if (defined(ARMCC_V5) && !defined(__TARGET_FPU_SOFTVFP)) || \
(defined(ARMCC_V6) && defined(__ARM_PCS_VFP))
#define TOS_CFG_CPU_ARM_FPU_EN 1u
#else
#define TOS_CFG_CPU_ARM_FPU_EN 0u