Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
metesepetcioglu committed Mar 13, 2024
1 parent bace0b6 commit 55a602a
Show file tree
Hide file tree
Showing 81 changed files with 18,029 additions and 397 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,16 @@ <h2>Tool Versions:</h2>
Dialog DLL: TCM.DLL V1.36.5.0

<h2>Project:</h2>
C:\Users\metes\OneDrive\Belgeler\Keil_Calismalar\STM32F745ZG_RTOS_001\STM32F745ZG_RTOS_001.uvprojx
Project File Date: 02/22/2024
C:\Users\metes\OneDrive\Belgeler\GitHub\Bootcamp\Source\Bootcamp_RTOS_7Seg_Relay_Embedded_Code_update\STM32F745ZG_RTOS_001\STM32F745ZG_RTOS_001.uvprojx
Project File Date: 02/28/2024

<h2>Output:</h2>
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'STM32F745ZG_RTOS_001'
compiling main.c...
main.c(59): warning: #223-D: function "StartThreads" declared implicitly
StartThreads();
main.c: 1 warning, 0 errors
compiling Thread.c...
compiling SevenSegmentDisplay_Driver.c...
SevenSegmentDisplay_Driver.c(256): warning: #186-D: pointless comparison of unsigned integer with zero
if(val >= 0 && val <= 99)
SevenSegmentDisplay_Driver.c(304): warning: #1-D: last line of file ends without a newline
}
SevenSegmentDisplay_Driver.c: 2 warnings, 0 errors
linking...
Program Size: Code=12576 RO-data=896 RW-data=5148 ZI-data=1636
".\Objects\STM32F745ZG_RTOS_001.axf" - 0 Error(s), 3 Warning(s).
Program Size: Code=12200 RO-data=896 RW-data=5152 ZI-data=1640
".\Objects\STM32F745ZG_RTOS_001.axf" - 0 Error(s), 0 Warning(s).

<h2>Software Packages used:</h2>

Expand Down Expand Up @@ -103,39 +93,39 @@ <h2>Collection of Component Files used:</h2>
Include file: CMSIS\RTOS2\RTX\Include1\cmsis_os.h

* Component: ARM::CMSIS:RTOS2:Keil RTX5:Library:5.5.1
Source file: CMSIS\RTOS2\RTX\Template\Mutex.c
Source file: CMSIS\RTOS2\RTX\Template\Thread.c
Source file: CMSIS\RTOS2\RTX\Template\svc_user.c
Source file: CMSIS\RTOS2\RTX\Template\Timer.c
Source file: CMSIS\RTOS2\RTX\Source\rtx_lib.c
Source file: CMSIS\RTOS2\RTX\Template\MemPool.c
Source file: CMSIS\RTOS2\RTX\Config\RTX_Config.c
Source file: CMSIS\RTOS2\RTX\Template\svc_user.c
Source file: CMSIS\RTOS2\RTX\Template\Mutex.c
Library file: CMSIS\RTOS2\RTX\Library\ARM\RTX_CM4F.lib
Include file: CMSIS\RTOS2\RTX\Config\RTX_Config.h
Source file: CMSIS\RTOS2\RTX\Template\MemPool.c
Source file: CMSIS\RTOS2\RTX\Template\Events.c
Source file: CMSIS\RTOS2\RTX\Template\MsgQueue.c
Source file: CMSIS\RTOS2\RTX\Source\rtx_lib.c
Include file: CMSIS\RTOS2\RTX\Include\rtx_os.h
Source file: CMSIS\RTOS2\RTX\Template\main.c
Source file: CMSIS\RTOS2\RTX\Template\MsgQueue.c
Source file: CMSIS\RTOS2\RTX\Template\Events.c
Source file: CMSIS\RTOS2\RTX\Template\Semaphore.c
Source file: CMSIS\RTOS2\RTX\Template\Thread.c
Library file: CMSIS\RTOS2\RTX\Library\ARM\RTX_CM4F.lib

* Component: Keil::Device:STM32Cube Framework:Classic:1.3.0
Include file: MDK\Templates\Inc\stm32f7xx_it.h
Source file: MDK\Templates\Src\main.c
Include file: MDK\Templates\Inc\stm32f7xx_hal_conf.h
Include file: CMSIS\Driver\Config\RTE_Device.h
Source file: MDK\Templates\Src\stm32f7xx_hal_msp.c
Include file: MDK\Templates\Inc\main.h
Include file: MDK\Templates\Inc\stm32f7xx_hal_conf.h
Source file: MDK\Templates\Src\main.c
Include file: MDK\Templates_LL\Inc\main.h
Include file: CMSIS\Driver\Config\RTE_Device.h
Source file: MDK\Templates\Src\stm32f7xx_it.c
Source file: MDK\Templates_LL\Src\main.c
Include file: MDK\Templates\Inc\main.h
Source file: MDK\Templates\Src\stm32f7xx_it.c

* Component: Keil::Device:STM32Cube HAL:ADC:1.3.0
Source file: Drivers\STM32F7xx_HAL_Driver\Src\stm32f7xx_hal_adc.c
Source file: Drivers\STM32F7xx_HAL_Driver\Src\stm32f7xx_hal_adc_ex.c

* Component: Keil::Device:STM32Cube HAL:Common:1.3.0
Include file: Drivers\STM32F7xx_HAL_Driver\Inc\stm32f7xx_hal.h
Source file: Drivers\STM32F7xx_HAL_Driver\Src\stm32f7xx_hal.c
Include file: Drivers\STM32F7xx_HAL_Driver\Inc\stm32f7xx_hal.h

* Component: Keil::Device:STM32Cube HAL:Cortex:1.3.0
Source file: Drivers\STM32F7xx_HAL_Driver\Src\stm32f7xx_hal_cortex.c
Expand All @@ -158,8 +148,8 @@ <h2>Collection of Component Files used:</h2>
Source file: Drivers\STM32F7xx_HAL_Driver\Src\stm32f7xx_hal_gpio.c

* Component: Keil::Device:STM32Cube HAL:I2C:1.3.0
Source file: Drivers\STM32F7xx_HAL_Driver\Src\stm32f7xx_hal_i2c_ex.c
Source file: Drivers\STM32F7xx_HAL_Driver\Src\stm32f7xx_hal_i2c.c
Source file: Drivers\STM32F7xx_HAL_Driver\Src\stm32f7xx_hal_i2c_ex.c

* Component: Keil::Device:STM32Cube HAL:PWR:1.3.0
Source file: Drivers\STM32F7xx_HAL_Driver\Src\stm32f7xx_hal_pwr.c
Expand All @@ -174,19 +164,19 @@ <h2>Collection of Component Files used:</h2>
Source file: Drivers\STM32F7xx_HAL_Driver\Src\stm32f7xx_hal_tim_ex.c

* Component: Keil::Device:STM32Cube HAL:UART:1.3.0
Source file: Drivers\STM32F7xx_HAL_Driver\Src\stm32f7xx_hal_uart_ex.c
Source file: Drivers\STM32F7xx_HAL_Driver\Src\stm32f7xx_hal_uart.c
Source file: Drivers\STM32F7xx_HAL_Driver\Src\stm32f7xx_hal_uart_ex.c

* Component: Keil::Device:STM32Cube HAL:USART:1.3.0
Source file: Drivers\STM32F7xx_HAL_Driver\Src\stm32f7xx_hal_usart.c

* Component: Keil::Device:Startup:1.2.5
Include file: Drivers\CMSIS\Device\ST\STM32F7xx\Include\stm32f7xx.h
Source file: Drivers\CMSIS\Device\ST\STM32F7xx\Source\Templates\arm\startup_stm32f745xx.s
Source file: MDK\Device\Source\ARM\STM32F74x_75x_OPT.s
Source file: MDK\Device\Source\ARM\STM32F74x_75x_OTP.s
Include file: Drivers\CMSIS\Device\ST\STM32F7xx\Include\stm32f7xx.h
Source file: Drivers\CMSIS\Device\ST\STM32F7xx\Source\Templates\arm\startup_stm32f745xx.s
Source file: Drivers\CMSIS\Device\ST\STM32F7xx\Source\Templates\system_stm32f7xx.c
Build Time Elapsed: 00:00:03
Build Time Elapsed: 00:00:02
</pre>
</body>
</html>
Loading

0 comments on commit 55a602a

Please sign in to comment.