|
ChibiOS/RT
2.5.1 |
|
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 38 of file STM32F1xx/cmparams.h.
| #define CORTEX_HAS_ST TRUE |
Systick unit presence.
Definition at line 43 of file STM32F1xx/cmparams.h.
| #define CORTEX_HAS_MPU FALSE |
Memory Protection unit presence.
Definition at line 48 of file STM32F1xx/cmparams.h.
| #define CORTEX_HAS_FPU FALSE |
Floating Point unit presence.
Definition at line 53 of file STM32F1xx/cmparams.h.
| #define CORTEX_PRIORITY_BITS 4 |
Number of bits in priority masks.
Definition at line 58 of file STM32F1xx/cmparams.h.