5 #define GSC_TARGET_SYSTEM_NUCLEO_F411RE 6 #define GSC_STM32CUBE_HAL_ARCH STM32F411xE 7 #define GSC_ARCH Cortex-M4 8 #define GSC_CPUNAME STM32F411RE 9 #define GSC_SYSTEM NUCLEO-F411RE 10 #define GSC_CPU_CLOCK_HZ 96000000UL 11 #define GSC_KERNEL_DRIVERS systick 12 #define GSC_KERNEL_TIMER_DEVICE cortexm_systick_device 13 #define GSC_KERNEL_MESSAGEOUT_DEVICE usart2_low_device 14 #define GSC_KERNEL_ERROUT_DEVICE usart2_low_device 15 #define GSC_RTC_RESOLUTION_IS_NOT_SEC 17 #define GSC_DEV_ENABLE_LCD_HX8357D 18 #define GSC_GRAPHICS_COLOR_16BIT 19 #define GSC_GRAPHICS_DISPLAY_WIDTH 480 20 #define GSC_GRAPHICS_DISPLAY_HEIGHT 320 21 #define GSC_DEV_ENABLE_TOUCHSENSOR 22 #define GSC_APPNAME filemanager 23 #define GSC_MEMORY_ENABLE_HEAP_MEMORY 24 #define GSC_MEMORY_HEAP_IS_NEWLIB 25 #define GSC_DEV_ENABLE_STORAGE 26 #define GSC_COMP_ENABLE_GRAPHICS 27 #define GSC_LIB_ENABLE_PICOJPEG 28 #define GSC_COMP_ENABLE_FATFS 29 #define GSC_COMP_ENABLE_FONTS 30 #define GSC_FONTS_ENABLE_FONT_8X16 31 #define GSC_COMP_ENABLE_SHELL 32 #define GSC_SHELL_MAX_COM_HIS 10 33 #define GSC_APPLICATION filemanager 34 #define GSC_APP_STARTUP startup_filemanager 35 #define GSC_ENABLE_UILIB