6 #error "ERROR: Runtime target not defined now."
16 #if __ARMCC_VERSION >= 6000000
17 __asm(
".global __use_no_semihosting");
18 #elif __ARMCC_VERSION >= 5000000
19 #pragma import(__use_no_semihosting)
21 #error Unsupported compiler
104 #ifndef ADC_MODULE_INSTALLED
111 #error "ERROR: Undefined compilation switch: ADC_MODULE_INSTALLED"
125 #ifndef DAC_MODULE_INSTALLED
132 #error "ERROR: Undefined compilation switch: DAC_MODULE_INSTALLED"
146 #ifndef DIO_MODULE_INSTALLED
153 #error "ERROR: Undefined compilation switch: DIO_MODULE_INSTALLED"
173 #ifndef COMMAND_MANAGER_MODULE_INSTALLED
176 #error "Undefined compilation switch: COMMAND_MANAGER_MODULE_INSTALLED"
184 #ifndef EVENT_MANAGER_MODULE_INSTALLED
187 #error "Undefined compilation switch: EVENT_MANAGER_MODULE_INSTALLED"
195 #ifndef SCOPE_MODULE_INSTALLED
198 #error "Undefined compilation switch: SCOPE_MODULE_INSTALLED"
STM32F429 CPU class header file.
void VOID
Datatypesess datatype definition.
Definition: Defines.h:105
STM32F429 heap class header file.
STM32F429 on-chip NVIC module class header file.
ConOpSys parameter database manager class header file.
STM32F429 on-chip RTC module class header file.
STM32F429 stack class header file.
STM32F429 on-chip SYSTICK timer module class header file.
STM32F429 on-chip TIMER2 module class header file.
STM32F429 on-chip WTD module class header file.
STM32F429 CPU hardware class.
Definition: CPU_STM32F429.h:69
STM32F429 heap class.
Definition: HEAP_STM32F429.h:63
STM32F429 RTC class.
Definition: RTC_STM32F429.h:71
STM32F429 stack class.
Definition: STACK_STM32F429.h:63
STM32F429 interval timer class.
Definition: SYSTICK_STM32F429.h:55
System timer class.
Definition: TIMER2_STM32F429.h:55
STM32F429 on-chip WDT module class.
Definition: WDT_STM32F429.h:70