########################################################################################################################## # File automatically-generated by STM32forVSCode ########################################################################################################################## # ------------------------------------------------ # Generic Makefile (based on gcc) # # ChangeLog : # 2017-02-10 - Several enhancements + project update mode # 2015-07-22 - first version # ------------------------------------------------ ###################################### # target ###################################### TARGET = steering-wheel ###################################### # building variables ###################################### # debug build? DEBUG = 1 # optimization OPT = -Og ####################################### # paths ####################################### # Build path BUILD_DIR = build ###################################### # source ###################################### # C sources C_SOURCES = \ AZURE_RTOS/App/app_azure_rtos.c \ Core/Lib/can-halal/can-halal.c \ Core/Src/app.c \ Core/Src/app_threadx.c \ Core/Src/hx8357d.c \ Core/Src/shorttimer.c \ Core/Src/stm32h7xx_hal_msp.c \ Core/Src/stm32h7xx_hal_timebase_tim.c \ Core/Src/stm32h7xx_it.c \ Core/Src/system_stm32h7xx.c \ Core/Src/ui.c \ Core/Src/vehicle.c \ Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c \ Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cortex.c \ Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_crc.c \ Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_crc_ex.c \ Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma.c \ Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma2d.c \ Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma_ex.c \ Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_exti.c \ Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_fdcan.c \ Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_flash.c \ Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_flash_ex.c \ Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_gpio.c \ Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c \ Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c.c \ Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c \ Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_jpeg.c \ Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_ltdc.c \ Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_ltdc_ex.c \ Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mdma.c \ Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_ospi.c \ Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr.c \ Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr_ex.c \ Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc.c \ Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc_ex.c \ Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_spi.c \ Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_spi_ex.c \ Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim.c \ Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim_ex.c \ Middlewares/ST/threadx/common/src/tx_block_allocate.c \ Middlewares/ST/threadx/common/src/tx_block_pool_cleanup.c \ Middlewares/ST/threadx/common/src/tx_block_pool_create.c \ Middlewares/ST/threadx/common/src/tx_block_pool_delete.c \ Middlewares/ST/threadx/common/src/tx_block_pool_info_get.c \ Middlewares/ST/threadx/common/src/tx_block_pool_initialize.c \ Middlewares/ST/threadx/common/src/tx_block_pool_prioritize.c \ Middlewares/ST/threadx/common/src/tx_block_release.c \ Middlewares/ST/threadx/common/src/tx_byte_allocate.c \ Middlewares/ST/threadx/common/src/tx_byte_pool_cleanup.c \ Middlewares/ST/threadx/common/src/tx_byte_pool_create.c \ Middlewares/ST/threadx/common/src/tx_byte_pool_delete.c \ Middlewares/ST/threadx/common/src/tx_byte_pool_info_get.c \ Middlewares/ST/threadx/common/src/tx_byte_pool_initialize.c \ Middlewares/ST/threadx/common/src/tx_byte_pool_prioritize.c \ Middlewares/ST/threadx/common/src/tx_byte_pool_search.c \ Middlewares/ST/threadx/common/src/tx_byte_release.c \ Middlewares/ST/threadx/common/src/tx_event_flags_cleanup.c \ Middlewares/ST/threadx/common/src/tx_event_flags_create.c \ Middlewares/ST/threadx/common/src/tx_event_flags_delete.c \ Middlewares/ST/threadx/common/src/tx_event_flags_get.c \ Middlewares/ST/threadx/common/src/tx_event_flags_info_get.c \ Middlewares/ST/threadx/common/src/tx_event_flags_initialize.c \ Middlewares/ST/threadx/common/src/tx_event_flags_set.c \ Middlewares/ST/threadx/common/src/tx_event_flags_set_notify.c \ Middlewares/ST/threadx/common/src/tx_initialize_high_level.c \ Middlewares/ST/threadx/common/src/tx_initialize_kernel_enter.c \ Middlewares/ST/threadx/common/src/tx_initialize_kernel_setup.c \ Middlewares/ST/threadx/common/src/tx_mutex_cleanup.c \ Middlewares/ST/threadx/common/src/tx_mutex_create.c \ Middlewares/ST/threadx/common/src/tx_mutex_delete.c \ Middlewares/ST/threadx/common/src/tx_mutex_get.c \ Middlewares/ST/threadx/common/src/tx_mutex_info_get.c \ Middlewares/ST/threadx/common/src/tx_mutex_initialize.c \ Middlewares/ST/threadx/common/src/tx_mutex_prioritize.c \ Middlewares/ST/threadx/common/src/tx_mutex_priority_change.c \ Middlewares/ST/threadx/common/src/tx_mutex_put.c \ Middlewares/ST/threadx/common/src/tx_queue_cleanup.c \ Middlewares/ST/threadx/common/src/tx_queue_create.c \ Middlewares/ST/threadx/common/src/tx_queue_delete.c \ Middlewares/ST/threadx/common/src/tx_queue_flush.c \ Middlewares/ST/threadx/common/src/tx_queue_front_send.c \ Middlewares/ST/threadx/common/src/tx_queue_info_get.c \ Middlewares/ST/threadx/common/src/tx_queue_initialize.c \ Middlewares/ST/threadx/common/src/tx_queue_prioritize.c \ Middlewares/ST/threadx/common/src/tx_queue_receive.c \ Middlewares/ST/threadx/common/src/tx_queue_send.c \ Middlewares/ST/threadx/common/src/tx_queue_send_notify.c \ Middlewares/ST/threadx/common/src/tx_semaphore_ceiling_put.c \ Middlewares/ST/threadx/common/src/tx_semaphore_cleanup.c \ Middlewares/ST/threadx/common/src/tx_semaphore_create.c \ Middlewares/ST/threadx/common/src/tx_semaphore_delete.c \ Middlewares/ST/threadx/common/src/tx_semaphore_get.c \ Middlewares/ST/threadx/common/src/tx_semaphore_info_get.c \ Middlewares/ST/threadx/common/src/tx_semaphore_initialize.c \ Middlewares/ST/threadx/common/src/tx_semaphore_prioritize.c \ Middlewares/ST/threadx/common/src/tx_semaphore_put.c \ Middlewares/ST/threadx/common/src/tx_semaphore_put_notify.c \ Middlewares/ST/threadx/common/src/tx_thread_create.c \ Middlewares/ST/threadx/common/src/tx_thread_delete.c \ Middlewares/ST/threadx/common/src/tx_thread_entry_exit_notify.c \ Middlewares/ST/threadx/common/src/tx_thread_identify.c \ Middlewares/ST/threadx/common/src/tx_thread_info_get.c \ Middlewares/ST/threadx/common/src/tx_thread_initialize.c \ Middlewares/ST/threadx/common/src/tx_thread_preemption_change.c \ Middlewares/ST/threadx/common/src/tx_thread_priority_change.c \ Middlewares/ST/threadx/common/src/tx_thread_relinquish.c \ Middlewares/ST/threadx/common/src/tx_thread_reset.c \ Middlewares/ST/threadx/common/src/tx_thread_resume.c \ Middlewares/ST/threadx/common/src/tx_thread_shell_entry.c \ Middlewares/ST/threadx/common/src/tx_thread_sleep.c \ Middlewares/ST/threadx/common/src/tx_thread_stack_analyze.c \ Middlewares/ST/threadx/common/src/tx_thread_stack_error_handler.c \ Middlewares/ST/threadx/common/src/tx_thread_stack_error_notify.c \ Middlewares/ST/threadx/common/src/tx_thread_suspend.c \ Middlewares/ST/threadx/common/src/tx_thread_system_preempt_check.c \ Middlewares/ST/threadx/common/src/tx_thread_system_resume.c \ Middlewares/ST/threadx/common/src/tx_thread_system_suspend.c \ Middlewares/ST/threadx/common/src/tx_thread_terminate.c \ Middlewares/ST/threadx/common/src/tx_thread_time_slice.c \ Middlewares/ST/threadx/common/src/tx_thread_time_slice_change.c \ Middlewares/ST/threadx/common/src/tx_thread_timeout.c \ Middlewares/ST/threadx/common/src/tx_thread_wait_abort.c \ Middlewares/ST/threadx/common/src/tx_time_get.c \ Middlewares/ST/threadx/common/src/tx_time_set.c \ Middlewares/ST/threadx/common/src/tx_timer_activate.c \ Middlewares/ST/threadx/common/src/tx_timer_change.c \ Middlewares/ST/threadx/common/src/tx_timer_create.c \ Middlewares/ST/threadx/common/src/tx_timer_deactivate.c \ Middlewares/ST/threadx/common/src/tx_timer_delete.c \ Middlewares/ST/threadx/common/src/tx_timer_expiration_process.c \ Middlewares/ST/threadx/common/src/tx_timer_info_get.c \ Middlewares/ST/threadx/common/src/tx_timer_initialize.c \ Middlewares/ST/threadx/common/src/tx_timer_system_activate.c \ Middlewares/ST/threadx/common/src/tx_timer_system_deactivate.c \ Middlewares/ST/threadx/common/src/tx_timer_thread_entry.c \ Middlewares/ST/threadx/common/src/txe_block_allocate.c \ Middlewares/ST/threadx/common/src/txe_block_pool_create.c \ Middlewares/ST/threadx/common/src/txe_block_pool_delete.c \ Middlewares/ST/threadx/common/src/txe_block_pool_info_get.c \ Middlewares/ST/threadx/common/src/txe_block_pool_prioritize.c \ Middlewares/ST/threadx/common/src/txe_block_release.c \ Middlewares/ST/threadx/common/src/txe_byte_allocate.c \ Middlewares/ST/threadx/common/src/txe_byte_pool_create.c \ Middlewares/ST/threadx/common/src/txe_byte_pool_delete.c \ Middlewares/ST/threadx/common/src/txe_byte_pool_info_get.c \ Middlewares/ST/threadx/common/src/txe_byte_pool_prioritize.c \ Middlewares/ST/threadx/common/src/txe_byte_release.c \ Middlewares/ST/threadx/common/src/txe_event_flags_create.c \ Middlewares/ST/threadx/common/src/txe_event_flags_delete.c \ Middlewares/ST/threadx/common/src/txe_event_flags_get.c \ Middlewares/ST/threadx/common/src/txe_event_flags_info_get.c \ Middlewares/ST/threadx/common/src/txe_event_flags_set.c \ Middlewares/ST/threadx/common/src/txe_event_flags_set_notify.c \ Middlewares/ST/threadx/common/src/txe_mutex_create.c \ Middlewares/ST/threadx/common/src/txe_mutex_delete.c \ Middlewares/ST/threadx/common/src/txe_mutex_get.c \ Middlewares/ST/threadx/common/src/txe_mutex_info_get.c \ Middlewares/ST/threadx/common/src/txe_mutex_prioritize.c \ Middlewares/ST/threadx/common/src/txe_mutex_put.c \ Middlewares/ST/threadx/common/src/txe_queue_create.c \ Middlewares/ST/threadx/common/src/txe_queue_delete.c \ Middlewares/ST/threadx/common/src/txe_queue_flush.c \ Middlewares/ST/threadx/common/src/txe_queue_front_send.c \ Middlewares/ST/threadx/common/src/txe_queue_info_get.c \ Middlewares/ST/threadx/common/src/txe_queue_prioritize.c \ Middlewares/ST/threadx/common/src/txe_queue_receive.c \ Middlewares/ST/threadx/common/src/txe_queue_send.c \ Middlewares/ST/threadx/common/src/txe_queue_send_notify.c \ Middlewares/ST/threadx/common/src/txe_semaphore_ceiling_put.c \ Middlewares/ST/threadx/common/src/txe_semaphore_create.c \ Middlewares/ST/threadx/common/src/txe_semaphore_delete.c \ Middlewares/ST/threadx/common/src/txe_semaphore_get.c \ Middlewares/ST/threadx/common/src/txe_semaphore_info_get.c \ Middlewares/ST/threadx/common/src/txe_semaphore_prioritize.c \ Middlewares/ST/threadx/common/src/txe_semaphore_put.c \ Middlewares/ST/threadx/common/src/txe_semaphore_put_notify.c \ Middlewares/ST/threadx/common/src/txe_thread_create.c \ Middlewares/ST/threadx/common/src/txe_thread_delete.c \ Middlewares/ST/threadx/common/src/txe_thread_entry_exit_notify.c \ Middlewares/ST/threadx/common/src/txe_thread_info_get.c \ Middlewares/ST/threadx/common/src/txe_thread_preemption_change.c \ Middlewares/ST/threadx/common/src/txe_thread_priority_change.c \ Middlewares/ST/threadx/common/src/txe_thread_relinquish.c \ Middlewares/ST/threadx/common/src/txe_thread_reset.c \ Middlewares/ST/threadx/common/src/txe_thread_resume.c \ Middlewares/ST/threadx/common/src/txe_thread_suspend.c \ Middlewares/ST/threadx/common/src/txe_thread_terminate.c \ Middlewares/ST/threadx/common/src/txe_thread_time_slice_change.c \ Middlewares/ST/threadx/common/src/txe_thread_wait_abort.c \ Middlewares/ST/threadx/common/src/txe_timer_activate.c \ Middlewares/ST/threadx/common/src/txe_timer_change.c \ Middlewares/ST/threadx/common/src/txe_timer_create.c \ Middlewares/ST/threadx/common/src/txe_timer_deactivate.c \ Middlewares/ST/threadx/common/src/txe_timer_delete.c \ Middlewares/ST/threadx/common/src/txe_timer_info_get.c \ TouchGFX/App/app_touchgfx.c \ Utilities/JPEG/jpeg_utils.c CPP_SOURCES = \ Core/Src/STWButtonController.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/containers/CacheableContainer.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/containers/Container.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/containers/ListLayout.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/containers/ModalWindow.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/containers/ScrollableContainer.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/containers/SlideMenu.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/containers/Slider.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/containers/SwipeContainer.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/containers/ZoomAnimationImage.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/containers/clock/AbstractClock.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/containers/clock/AnalogClock.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/containers/clock/DigitalClock.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/containers/progress_indicators/AbstractDirectionProgress.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/containers/progress_indicators/AbstractProgressIndicator.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/containers/progress_indicators/BoxProgress.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/containers/progress_indicators/CircleProgress.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/containers/progress_indicators/ImageProgress.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/containers/progress_indicators/LineProgress.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/containers/progress_indicators/TextProgress.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/containers/scrollers/DrawableList.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/containers/scrollers/ScrollBase.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/containers/scrollers/ScrollList.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/containers/scrollers/ScrollWheel.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/containers/scrollers/ScrollWheelBase.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/containers/scrollers/ScrollWheelWithSelectionStyle.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/AbstractButton.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/AnimatedImage.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/AnimationTextureMapper.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/Box.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/BoxWithBorder.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/Button.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/ButtonWithIcon.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/ButtonWithLabel.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/Gauge.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/Image.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/Keyboard.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/PixelDataWidget.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/RadioButton.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/RepeatButton.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/SVGImage.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/ScalableImage.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/SnapshotWidget.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/TextArea.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/TextAreaWithWildcard.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/TextureMapper.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/TiledImage.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/ToggleButton.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/TouchArea.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/VideoWidget.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/AbstractShape.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/CWRVectorRenderer.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/Canvas.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/CanvasWidget.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/Circle.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/Line.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/PainterABGR2222.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/PainterABGR2222Bitmap.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/PainterARGB2222.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/PainterARGB2222Bitmap.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/PainterARGB8888.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/PainterARGB8888Bitmap.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/PainterARGB8888L8Bitmap.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/PainterBGRA2222.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/PainterBGRA2222Bitmap.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/PainterBW.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/PainterBWBitmap.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/PainterGRAY2.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/PainterGRAY2Bitmap.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/PainterGRAY4.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/PainterGRAY4Bitmap.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/PainterRGB565.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/PainterRGB565Bitmap.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/PainterRGB565L8Bitmap.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/PainterRGB565LinearGradient.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/PainterRGB888.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/PainterRGB888Bitmap.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/PainterRGB888L8Bitmap.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/PainterRGB888LinearGradient.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/PainterRGBA2222.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/PainterRGBA2222Bitmap.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/PainterXRGB8888.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/PainterXRGB8888Bitmap.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/canvas/PainterXRGB8888L8Bitmap.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/graph/AbstractDataGraph.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/graph/Graph.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/graph/GraphElements.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/graph/GraphLabels.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/graph/GraphScroll.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/graph/GraphWrapAndClear.cpp \ TouchGFX/Middlewares/ST/touchgfx/framework/source/touchgfx/widgets/graph/GraphWrapAndOverwrite.cpp \ TouchGFX/generated/fonts/src/ApplicationFontProvider.cpp \ TouchGFX/generated/fonts/src/CachedFont.cpp \ TouchGFX/generated/fonts/src/FontCache.cpp \ TouchGFX/generated/fonts/src/Font_CHINN____20_4bpp_0.cpp \ TouchGFX/generated/fonts/src/Font_CHINN____30_4bpp_0.cpp \ TouchGFX/generated/fonts/src/Font_CHINN____40_4bpp_0.cpp \ TouchGFX/generated/fonts/src/Font_lucon_TTF_50_4bpp_0.cpp \ TouchGFX/generated/fonts/src/Font_verdana_20_4bpp_0.cpp \ TouchGFX/generated/fonts/src/GeneratedFont.cpp \ TouchGFX/generated/fonts/src/Kerning_CHINN____20_4bpp.cpp \ TouchGFX/generated/fonts/src/Kerning_CHINN____30_4bpp.cpp \ TouchGFX/generated/fonts/src/Kerning_CHINN____40_4bpp.cpp \ TouchGFX/generated/fonts/src/Kerning_lucon_TTF_50_4bpp.cpp \ TouchGFX/generated/fonts/src/Kerning_verdana_20_4bpp.cpp \ TouchGFX/generated/fonts/src/Table_CHINN____20_4bpp.cpp \ TouchGFX/generated/fonts/src/Table_CHINN____30_4bpp.cpp \ TouchGFX/generated/fonts/src/Table_CHINN____40_4bpp.cpp \ TouchGFX/generated/fonts/src/Table_lucon_TTF_50_4bpp.cpp \ TouchGFX/generated/fonts/src/Table_verdana_20_4bpp.cpp \ TouchGFX/generated/fonts/src/UnmappedDataFont.cpp \ TouchGFX/generated/gui_generated/src/ami_screen/AMIViewBase.cpp \ TouchGFX/generated/gui_generated/src/common/FrontendApplicationBase.cpp \ TouchGFX/generated/gui_generated/src/containers/DriverViewFieldBase.cpp \ TouchGFX/generated/gui_generated/src/containers/MissionSelectElementBase.cpp \ TouchGFX/generated/gui_generated/src/containers/TireTempBase.cpp \ TouchGFX/generated/gui_generated/src/driverview_screen/DriverViewViewBase.cpp \ TouchGFX/generated/gui_generated/src/missionselect_screen/MissionSelectViewBase.cpp \ TouchGFX/generated/images/src/BitmapDatabase.cpp \ TouchGFX/generated/images/src/SVGDatabase.cpp \ TouchGFX/generated/images/src/image_Fasttube_Logo.cpp \ TouchGFX/generated/images/src/image_Fasttube_Logo_small.cpp \ TouchGFX/generated/images/src/image_Fasttube_Logo_small_white.cpp \ TouchGFX/generated/images/src/image_Fasttube_Logo_white.cpp \ TouchGFX/generated/images/src/image_bat_bar_bg.cpp \ TouchGFX/generated/images/src/image_logo_dv_small.cpp \ TouchGFX/generated/images/src/image_logo_dv_small_white.cpp \ TouchGFX/generated/texts/src/LanguageGb.cpp \ TouchGFX/generated/texts/src/Texts.cpp \ TouchGFX/generated/texts/src/TypedTextDatabase.cpp \ TouchGFX/gui/src/ami_screen/AMIPresenter.cpp \ TouchGFX/gui/src/ami_screen/AMIView.cpp \ TouchGFX/gui/src/common/FrontendApplication.cpp \ TouchGFX/gui/src/containers/DriverViewField.cpp \ TouchGFX/gui/src/containers/MissionSelectElement.cpp \ TouchGFX/gui/src/containers/TireTemp.cpp \ TouchGFX/gui/src/driverview_screen/DriverViewPresenter.cpp \ TouchGFX/gui/src/driverview_screen/DriverViewView.cpp \ TouchGFX/gui/src/missionselect_screen/MissionSelectPresenter.cpp \ TouchGFX/gui/src/missionselect_screen/MissionSelectView.cpp \ TouchGFX/gui/src/model/Model.cpp \ TouchGFX/target/STM32TouchController.cpp \ TouchGFX/target/TouchGFXGPIO.cpp \ TouchGFX/target/TouchGFXHAL.cpp \ TouchGFX/target/generated/OSWrappers.cpp \ TouchGFX/target/generated/STM32DMA.cpp \ TouchGFX/target/generated/TouchGFXConfiguration.cpp \ TouchGFX/target/generated/TouchGFXGeneratedHAL.cpp \ build/main.cpp # ASM sources ASM_SOURCES = \ Core/Src/tx_initialize_low_level.s \ Middlewares/ST/threadx/ports/cortex_m7/gnu/src/tx_misra.s \ Middlewares/ST/threadx/ports/cortex_m7/gnu/src/tx_thread_context_restore.s \ Middlewares/ST/threadx/ports/cortex_m7/gnu/src/tx_thread_context_save.s \ Middlewares/ST/threadx/ports/cortex_m7/gnu/src/tx_thread_interrupt_control.s \ Middlewares/ST/threadx/ports/cortex_m7/gnu/src/tx_thread_interrupt_disable.s \ Middlewares/ST/threadx/ports/cortex_m7/gnu/src/tx_thread_interrupt_restore.s \ Middlewares/ST/threadx/ports/cortex_m7/gnu/src/tx_thread_schedule.s \ Middlewares/ST/threadx/ports/cortex_m7/gnu/src/tx_thread_stack_build.s \ Middlewares/ST/threadx/ports/cortex_m7/gnu/src/tx_thread_system_return.s \ Middlewares/ST/threadx/ports/cortex_m7/gnu/src/tx_timer_interrupt.s \ startup_stm32h7a3xx.s ####################################### # binaries ####################################### PREFIX = arm-none-eabi- POSTFIX = " # The gcc compiler bin path can be either defined in make command via GCC_PATH variable (> make GCC_PATH=xxx) # either it can be added to the PATH environment variable. GCC_PATH="/home/jasper/.config/Code/User/globalStorage/bmd.stm32-for-vscode/@xpack-dev-tools/arm-none-eabi-gcc/11.3.1-1.1.2/.content/bin ifdef GCC_PATH CXX = $(GCC_PATH)/$(PREFIX)g++$(POSTFIX) CC = $(GCC_PATH)/$(PREFIX)gcc$(POSTFIX) AS = $(GCC_PATH)/$(PREFIX)gcc$(POSTFIX) -x assembler-with-cpp CP = $(GCC_PATH)/$(PREFIX)objcopy$(POSTFIX) SZ = $(GCC_PATH)/$(PREFIX)size$(POSTFIX) else CXX = $(PREFIX)g++ CC = $(PREFIX)gcc AS = $(PREFIX)gcc -x assembler-with-cpp CP = $(PREFIX)objcopy SZ = $(PREFIX)size endif HEX = $(CP) -O ihex BIN = $(CP) -O binary -S ####################################### # CFLAGS ####################################### # cpu CPU = -mcpu=cortex-m7 # fpu FPU = -mfpu=fpv5-d16 # float-abi FLOAT-ABI = -mfloat-abi=hard # mcu MCU = $(CPU) -mthumb $(FPU) $(FLOAT-ABI) # macros for gcc # AS defines AS_DEFS = # C defines C_DEFS = \ -DFTCAN_NUM_FILTERS=32 \ -DSTM32H7 \ -DSTM32H7A3xx \ -DTX_INCLUDE_USER_DEFINE_FILE \ -DUSE_HAL_DRIVER # CXX defines CXX_DEFS = \ -DSTM32H7A3xx \ -DTX_INCLUDE_USER_DEFINE_FILE \ -DUSE_HAL_DRIVER # AS includes AS_INCLUDES = \ # C includes C_INCLUDES = \ -IAZURE_RTOS/App \ -ICore/Inc \ -ICore/Lib/can-halal \ -IDrivers/CMSIS/Device/ST/STM32H7xx/Include \ -IDrivers/CMSIS/Include \ -IDrivers/STM32H7xx_HAL_Driver/Inc \ -IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy \ -IMiddlewares/ST/threadx/common/inc/ \ -IMiddlewares/ST/threadx/ports/cortex_m7/gnu/inc/ \ -ITouchGFX/App \ -ITouchGFX/Middlewares/ST/touchgfx/framework/include \ -ITouchGFX/generated/fonts/include \ -ITouchGFX/generated/gui_generated/include \ -ITouchGFX/generated/images/include \ -ITouchGFX/generated/texts/include \ -ITouchGFX/generated/videos/include \ -ITouchGFX/gui/include \ -ITouchGFX/target \ -ITouchGFX/target/generated \ -IUtilities/JPEG # compile gcc flags ASFLAGS = $(MCU) $(AS_DEFS) $(AS_INCLUDES) $(OPT) -Wall -fdata-sections -ffunction-sections CFLAGS = $(MCU) $(C_DEFS) $(C_INCLUDES) $(OPT) -Wall -fdata-sections -ffunction-sections CXXFLAGS = $(MCU) $(CXX_DEFS) $(C_INCLUDES) $(OPT) -Wall -fdata-sections -ffunction-sections -feliminate-unused-debug-types ifeq ($(DEBUG), 1) CFLAGS += -g -gdwarf -ggdb CXXFLAGS += -g -gdwarf -ggdb endif # Add additional flags CFLAGS += ASFLAGS += CXXFLAGS += -fno-rtti # Generate dependency information CFLAGS += -MMD -MP -MF"$(@:%.o=%.d)" CXXFLAGS += -MMD -MP -MF"$(@:%.o=%.d)" ####################################### # LDFLAGS ####################################### # link script LDSCRIPT = STM32H7A3ZITx_FLASH.ld # libraries LIBS = -lc -lm -lnosys -ltouchgfx-float-abi-hard LIBDIR = \ -LTouchGFX/Middlewares/ST/touchgfx/lib/core/cortex_m7/gcc # Additional LD Flags from config file ADDITIONALLDFLAGS = -specs=nano.specs -specs=nosys.specs LDFLAGS = $(MCU) $(ADDITIONALLDFLAGS) -T$(LDSCRIPT) $(LIBDIR) $(LIBS) -Wl,-Map=$(BUILD_DIR)/$(TARGET).map,--cref -Wl,--gc-sections # default action: build all all: $(BUILD_DIR)/$(TARGET).elf $(BUILD_DIR)/$(TARGET).hex $(BUILD_DIR)/$(TARGET).bin ####################################### # build the application ####################################### # list of cpp program objects OBJECTS = $(addprefix $(BUILD_DIR)/,$(notdir $(CPP_SOURCES:.cpp=.o))) vpath %.cpp $(sort $(dir $(CPP_SOURCES))) # list of C objects OBJECTS += $(addprefix $(BUILD_DIR)/,$(notdir $(C_SOURCES:.c=.o))) vpath %.c $(sort $(dir $(C_SOURCES))) # list of ASM program objects OBJECTS += $(addprefix $(BUILD_DIR)/,$(notdir $(ASM_SOURCES:.s=.o))) vpath %.s $(sort $(dir $(ASM_SOURCES))) $(BUILD_DIR)/%.o: %.cpp STM32Make.make | $(BUILD_DIR) $(CXX) -c $(CXXFLAGS) -Wa,-a,-ad,-alms=$(BUILD_DIR)/$(notdir $(<:.cpp=.lst)) $< -o $@ $(BUILD_DIR)/%.o: %.cxx STM32Make.make | $(BUILD_DIR) $(CXX) -c $(CXXFLAGS) -Wa,-a,-ad,-alms=$(BUILD_DIR)/$(notdir $(<:.cxx=.lst)) $< -o $@ $(BUILD_DIR)/%.o: %.c STM32Make.make | $(BUILD_DIR) $(CC) -c $(CFLAGS) -Wa,-a,-ad,-alms=$(BUILD_DIR)/$(notdir $(<:.c=.lst)) $< -o $@ $(BUILD_DIR)/%.o: %.s STM32Make.make | $(BUILD_DIR) $(AS) -c $(CFLAGS) $< -o $@ $(BUILD_DIR)/$(TARGET).elf: $(OBJECTS) STM32Make.make $(CXX) $(OBJECTS) $(LDFLAGS) -o $@ $(SZ) $@ $(BUILD_DIR)/%.hex: $(BUILD_DIR)/%.elf | $(BUILD_DIR) $(HEX) $< $@ $(BUILD_DIR)/%.bin: $(BUILD_DIR)/%.elf | $(BUILD_DIR) $(BIN) $< $@ $(BUILD_DIR): mkdir $@ ####################################### # flash ####################################### flash: $(BUILD_DIR)/$(TARGET).elf "/home/jasper/.config/Code/User/globalStorage/bmd.stm32-for-vscode/@xpack-dev-tools/openocd/0.11.0-5.1/.content/bin/openocd" -f ./openocd.cfg -c "program $(BUILD_DIR)/$(TARGET).elf verify reset exit" ####################################### # erase ####################################### erase: $(BUILD_DIR)/$(TARGET).elf "/home/jasper/.config/Code/User/globalStorage/bmd.stm32-for-vscode/@xpack-dev-tools/openocd/0.11.0-5.1/.content/bin/openocd" -f ./openocd.cfg -c "init; reset halt; stm32h7x mass_erase 0; exit" ####################################### # clean up ####################################### clean: -rm -fR $(BUILD_DIR) ####################################### # custom makefile rules ####################################### ####################################### # dependencies ####################################### -include $(wildcard $(BUILD_DIR)/*.d) # *** EOF ***