source: trunk/firmware_v3/STM32CubeIDE/Release/objects.list

Last change on this file was 41, checked in by f.jahn, 8 days ago

V3 Version soweit fertig. Relais ansteuerung, modbus, temperatursensor ist implementiert
Commit vor Änderung auf neuen Controller mit mehr Speicher

File size: 1.6 KB
RevLine 
[41]1"./Application/User/Core/adc.o"
2"./Application/User/Core/dma.o"
3"./Application/User/Core/gpio.o"
4"./Application/User/Core/main.o"
5"./Application/User/Core/stm32c0xx_hal_msp.o"
6"./Application/User/Core/stm32c0xx_it.o"
7"./Application/User/Core/syscalls.o"
8"./Application/User/Core/sysmem.o"
9"./Application/User/Core/tim.o"
10"./Application/User/Core/usart.o"
11"./Application/User/Startup/startup_stm32c031k4tx.o"
12"./Drivers/CMSIS/system_stm32c0xx.o"
13"./Drivers/STM32C0xx_HAL_Driver/stm32c0xx_hal.o"
14"./Drivers/STM32C0xx_HAL_Driver/stm32c0xx_hal_adc.o"
15"./Drivers/STM32C0xx_HAL_Driver/stm32c0xx_hal_adc_ex.o"
16"./Drivers/STM32C0xx_HAL_Driver/stm32c0xx_hal_cortex.o"
17"./Drivers/STM32C0xx_HAL_Driver/stm32c0xx_hal_dma.o"
18"./Drivers/STM32C0xx_HAL_Driver/stm32c0xx_hal_dma_ex.o"
19"./Drivers/STM32C0xx_HAL_Driver/stm32c0xx_hal_exti.o"
20"./Drivers/STM32C0xx_HAL_Driver/stm32c0xx_hal_flash.o"
21"./Drivers/STM32C0xx_HAL_Driver/stm32c0xx_hal_flash_ex.o"
22"./Drivers/STM32C0xx_HAL_Driver/stm32c0xx_hal_gpio.o"
23"./Drivers/STM32C0xx_HAL_Driver/stm32c0xx_hal_pwr.o"
24"./Drivers/STM32C0xx_HAL_Driver/stm32c0xx_hal_pwr_ex.o"
25"./Drivers/STM32C0xx_HAL_Driver/stm32c0xx_hal_rcc.o"
26"./Drivers/STM32C0xx_HAL_Driver/stm32c0xx_hal_rcc_ex.o"
27"./Drivers/STM32C0xx_HAL_Driver/stm32c0xx_hal_tim.o"
28"./Drivers/STM32C0xx_HAL_Driver/stm32c0xx_hal_tim_ex.o"
29"./Drivers/STM32C0xx_HAL_Driver/stm32c0xx_hal_uart.o"
30"./Drivers/STM32C0xx_HAL_Driver/stm32c0xx_hal_uart_ex.o"
31"./src/button.o"
32"./src/buzzer.o"
33"./src/leds.o"
34"./src/main.o"
35"./src/mode_mainswitch.o"
36"./src/mode_secondaryprotection.o"
37"./src/modeswitch.o"
38"./src/relais.o"
Note: See TracBrowser for help on using the repository browser.