mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-05 02:49:00 +08:00
53 lines
1.7 KiB
C
53 lines
1.7 KiB
C
|
|
/*
|
|
* Auto generated Run-Time-Environment Configuration File
|
|
* *** Do not modify ! ***
|
|
*
|
|
* Project: 'device-dashboard'
|
|
* Target: 'Test'
|
|
*/
|
|
|
|
#ifndef RTE_COMPONENTS_H
|
|
#define RTE_COMPONENTS_H
|
|
|
|
|
|
/*
|
|
* Define the Device Header File:
|
|
*/
|
|
#define CMSIS_device_header "stm32f4xx.h"
|
|
|
|
/* ARM.FreeRTOS::RTOS:Config:FreeRTOS:10.5.1 */
|
|
#define RTE_RTOS_FreeRTOS_CONFIG /* RTOS FreeRTOS Config for FreeRTOS API */
|
|
/* ARM.FreeRTOS::RTOS:Core:Cortex-M:10.5.1 */
|
|
#define RTE_RTOS_FreeRTOS_CORE /* RTOS FreeRTOS Core */
|
|
/* ARM.FreeRTOS::RTOS:Heap:Heap_4:10.5.1 */
|
|
#define RTE_RTOS_FreeRTOS_HEAP_4 /* RTOS FreeRTOS Heap 4 */
|
|
/* Keil.ARM Compiler::Compiler:I/O:STDOUT:User:1.2.0 */
|
|
#define RTE_Compiler_IO_STDOUT /* Compiler I/O: STDOUT */
|
|
#define RTE_Compiler_IO_STDOUT_User /* Compiler I/O: STDOUT User */
|
|
/* Keil::Device:STM32Cube Framework:STM32CubeMX:1.1.0 */
|
|
#define RTE_DEVICE_FRAMEWORK_CUBE_MX
|
|
/* Keil::Device:STM32Cube HAL:Common:1.8.1 */
|
|
#define RTE_DEVICE_HAL_COMMON
|
|
/* Keil::Device:STM32Cube HAL:Cortex:1.8.1 */
|
|
#define RTE_DEVICE_HAL_CORTEX
|
|
/* Keil::Device:STM32Cube HAL:DMA:1.8.1 */
|
|
#define RTE_DEVICE_HAL_DMA
|
|
/* Keil::Device:STM32Cube HAL:ETH:1.8.1 */
|
|
#define RTE_DEVICE_HAL_ETH
|
|
/* Keil::Device:STM32Cube HAL:GPIO:1.8.1 */
|
|
#define RTE_DEVICE_HAL_GPIO
|
|
/* Keil::Device:STM32Cube HAL:PWR:1.8.1 */
|
|
#define RTE_DEVICE_HAL_PWR
|
|
/* Keil::Device:STM32Cube HAL:RCC:1.8.1 */
|
|
#define RTE_DEVICE_HAL_RCC
|
|
/* Keil::Device:STM32Cube HAL:RNG:1.8.1 */
|
|
#define RTE_DEVICE_HAL_RNG
|
|
/* Keil::Device:STM32Cube HAL:UART:1.8.1 */
|
|
#define RTE_DEVICE_HAL_UART
|
|
/* Keil::Device:Startup:2.6.3 */
|
|
#define RTE_DEVICE_STARTUP_STM32F4XX /* Device Startup for STM32F4 */
|
|
|
|
|
|
#endif /* RTE_COMPONENTS_H */
|