|
ChibiOS/RT
2.6.0 |
|
This file contains the Cortex-M3 specific parameters for the STM32F1xx platform.
Defines | |
| #define | CORTEX_MODEL CORTEX_M3 |
| Cortex core model. | |
| #define | CORTEX_HAS_ST TRUE |
| Systick unit presence. | |
| #define | CORTEX_HAS_MPU FALSE |
| Memory Protection unit presence. | |
| #define | CORTEX_HAS_FPU FALSE |
| Floating Point unit presence. | |
| #define | CORTEX_PRIORITY_BITS 4 |
| Number of bits in priority masks. | |
| #define CORTEX_MODEL CORTEX_M3 |
Cortex core model.
Definition at line 45 of file GCC/ARMCMx/STM32F1xx/cmparams.h.
| #define CORTEX_HAS_ST TRUE |
Systick unit presence.
Definition at line 50 of file GCC/ARMCMx/STM32F1xx/cmparams.h.
| #define CORTEX_HAS_MPU FALSE |
Memory Protection unit presence.
Definition at line 55 of file GCC/ARMCMx/STM32F1xx/cmparams.h.
| #define CORTEX_HAS_FPU FALSE |
Floating Point unit presence.
Definition at line 60 of file GCC/ARMCMx/STM32F1xx/cmparams.h.
| #define CORTEX_PRIORITY_BITS 4 |
Number of bits in priority masks.
Definition at line 65 of file GCC/ARMCMx/STM32F1xx/cmparams.h.