mirror of
https://github.com/mit-han-lab/tinyengine.git
synced 2025-05-10 09:28:47 +08:00
170 lines
6.7 KiB
Makefile
170 lines
6.7 KiB
Makefile
Src/main.o: ../Src/main.cpp ../Inc/main.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal.h \
|
|
../Inc/stm32f7xx_hal_conf.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dma.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_def.h \
|
|
../Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f7xx.h \
|
|
../Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f746xx.h \
|
|
../Drivers/CMSIS/Include/core_cm7.h \
|
|
../Drivers/CMSIS/Include/cmsis_version.h \
|
|
../Drivers/CMSIS/Include/cmsis_compiler.h \
|
|
../Drivers/CMSIS/Include/cmsis_gcc.h \
|
|
../Drivers/CMSIS/Include/mpu_armv7.h \
|
|
../Drivers/CMSIS/Include/cachel1_armv7.h \
|
|
../Drivers/CMSIS/Device/ST/STM32F7xx/Include/system_stm32f7xx.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dma_ex.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_adc.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_adc_ex.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_spi.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dma.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rcc.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rcc_ex.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_gpio.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_gpio_ex.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_cortex.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dma2d.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dcmi.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_flash.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_flash_ex.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_sdram.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_fmc.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_i2c.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_i2c_ex.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_ltdc.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_pwr.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_pwr_ex.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_qspi.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rtc.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rtc_ex.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_sai.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_sd.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_sdmmc.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_tim.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_tim_ex.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_uart.h \
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_uart_ex.h \
|
|
../Inc/camera.h ../Inc/lcd.h \
|
|
/Users/raymondwang/STM32CubeIDE/workspace_1.9.0/TinyEngine_vww_tutorial/Src/TinyEngine/include/profile.h \
|
|
../Src/testing_data/golden_data.h ../Src/testing_data/images.h \
|
|
/Users/raymondwang/STM32CubeIDE/workspace_1.9.0/TinyEngine_vww_tutorial/Src/TinyEngine/include/genNN.h \
|
|
/Users/raymondwang/STM32CubeIDE/workspace_1.9.0/TinyEngine_vww_tutorial/Src/TinyEngine/include/yoloOutput.h \
|
|
/Users/raymondwang/STM32CubeIDE/workspace_1.9.0/TinyEngine_vww_tutorial/Src/TinyEngine/include/tinyengine_function.h \
|
|
/Users/raymondwang/STM32CubeIDE/workspace_1.9.0/TinyEngine_vww_tutorial/Src/TinyEngine/include/fp_requantize_op.h \
|
|
/Users/raymondwang/STM32CubeIDE/workspace_1.9.0/TinyEngine_vww_tutorial/Src/TinyEngine/codegen/Include/genInclude.h \
|
|
../Drivers/BSP/STM32746G-Discovery/stm32746g_discovery.h
|
|
|
|
../Inc/main.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal.h:
|
|
|
|
../Inc/stm32f7xx_hal_conf.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dma.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_def.h:
|
|
|
|
../Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f7xx.h:
|
|
|
|
../Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f746xx.h:
|
|
|
|
../Drivers/CMSIS/Include/core_cm7.h:
|
|
|
|
../Drivers/CMSIS/Include/cmsis_version.h:
|
|
|
|
../Drivers/CMSIS/Include/cmsis_compiler.h:
|
|
|
|
../Drivers/CMSIS/Include/cmsis_gcc.h:
|
|
|
|
../Drivers/CMSIS/Include/mpu_armv7.h:
|
|
|
|
../Drivers/CMSIS/Include/cachel1_armv7.h:
|
|
|
|
../Drivers/CMSIS/Device/ST/STM32F7xx/Include/system_stm32f7xx.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dma_ex.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_adc.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_adc_ex.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_spi.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dma.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rcc.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rcc_ex.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_gpio.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_gpio_ex.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_cortex.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dma2d.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dcmi.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_flash.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_flash_ex.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_sdram.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_fmc.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_i2c.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_i2c_ex.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_ltdc.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_pwr.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_pwr_ex.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_qspi.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rtc.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rtc_ex.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_sai.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_sd.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_sdmmc.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_tim.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_tim_ex.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_uart.h:
|
|
|
|
../Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_uart_ex.h:
|
|
|
|
../Inc/camera.h:
|
|
|
|
../Inc/lcd.h:
|
|
|
|
/Users/raymondwang/STM32CubeIDE/workspace_1.9.0/TinyEngine_vww_tutorial/Src/TinyEngine/include/profile.h:
|
|
|
|
../Src/testing_data/golden_data.h:
|
|
|
|
../Src/testing_data/images.h:
|
|
|
|
/Users/raymondwang/STM32CubeIDE/workspace_1.9.0/TinyEngine_vww_tutorial/Src/TinyEngine/include/genNN.h:
|
|
|
|
/Users/raymondwang/STM32CubeIDE/workspace_1.9.0/TinyEngine_vww_tutorial/Src/TinyEngine/include/yoloOutput.h:
|
|
|
|
/Users/raymondwang/STM32CubeIDE/workspace_1.9.0/TinyEngine_vww_tutorial/Src/TinyEngine/include/tinyengine_function.h:
|
|
|
|
/Users/raymondwang/STM32CubeIDE/workspace_1.9.0/TinyEngine_vww_tutorial/Src/TinyEngine/include/fp_requantize_op.h:
|
|
|
|
/Users/raymondwang/STM32CubeIDE/workspace_1.9.0/TinyEngine_vww_tutorial/Src/TinyEngine/codegen/Include/genInclude.h:
|
|
|
|
../Drivers/BSP/STM32746G-Discovery/stm32746g_discovery.h:
|