Skip to content

Commit 48e6e9b

Browse files
committed
Issue #16: Changed .gitignore - added makefile
1 parent 4a97a1c commit 48e6e9b

227 files changed

Lines changed: 5904 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.metadata/
22
.settings/
3-
Debug/
3+
Debug/ecu_sw.*
44
Release/

Debug/Core/Src/freertos.cyclo

Whitespace-only changes.

Debug/Core/Src/freertos.d

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
Core/Src/freertos.o: ../Core/Src/freertos.c \
2+
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h \
3+
../Core/Inc/FreeRTOSConfig.h \
4+
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h \
5+
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h \
6+
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h \
7+
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h \
8+
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h \
9+
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h \
10+
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h \
11+
../Core/Inc/main.h ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
12+
../Core/Inc/stm32f4xx_hal_conf.h \
13+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
14+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h \
15+
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
16+
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h \
17+
../Drivers/CMSIS/Include/core_cm4.h \
18+
../Drivers/CMSIS/Include/cmsis_version.h \
19+
../Drivers/CMSIS/Include/cmsis_compiler.h \
20+
../Drivers/CMSIS/Include/cmsis_gcc.h \
21+
../Drivers/CMSIS/Include/mpu_armv7.h \
22+
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
23+
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
24+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
25+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
26+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
27+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h \
28+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h \
29+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h \
30+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h \
31+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h \
32+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h \
33+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h \
34+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c.h \
35+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c_ex.h \
36+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h \
37+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s_ex.h \
38+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h \
39+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h \
40+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h \
41+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h \
42+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h \
43+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pcd.h \
44+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_usb.h \
45+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pcd_ex.h
46+
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h:
47+
../Core/Inc/FreeRTOSConfig.h:
48+
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h:
49+
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h:
50+
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h:
51+
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h:
52+
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h:
53+
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h:
54+
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h:
55+
../Core/Inc/main.h:
56+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h:
57+
../Core/Inc/stm32f4xx_hal_conf.h:
58+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h:
59+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h:
60+
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:
61+
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:
62+
../Drivers/CMSIS/Include/core_cm4.h:
63+
../Drivers/CMSIS/Include/cmsis_version.h:
64+
../Drivers/CMSIS/Include/cmsis_compiler.h:
65+
../Drivers/CMSIS/Include/cmsis_gcc.h:
66+
../Drivers/CMSIS/Include/mpu_armv7.h:
67+
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h:
68+
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
69+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h:
70+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h:
71+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h:
72+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h:
73+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h:
74+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h:
75+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h:
76+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h:
77+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h:
78+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h:
79+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c.h:
80+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c_ex.h:
81+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h:
82+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s_ex.h:
83+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h:
84+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h:
85+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h:
86+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h:
87+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h:
88+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pcd.h:
89+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_usb.h:
90+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pcd_ex.h:

Debug/Core/Src/freertos.o

1.08 MB
Binary file not shown.

Debug/Core/Src/freertos.su

Whitespace-only changes.

Debug/Core/Src/main.cyclo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
../Core/Src/main.c:633:6:StartDefaultTask 1
2+
../Core/Src/main.c:197:6:SystemClock_Config 3
3+
../Core/Src/main.c:94:5:main 17
4+
../Core/Src/main.c:651:6:Error_Handler 1

Debug/Core/Src/main.d

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
Core/Src/main.o: ../Core/Src/main.c ../Core/Inc/main.h \
2+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
3+
../Core/Inc/stm32f4xx_hal_conf.h \
4+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
5+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h \
6+
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
7+
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h \
8+
../Drivers/CMSIS/Include/core_cm4.h \
9+
../Drivers/CMSIS/Include/cmsis_version.h \
10+
../Drivers/CMSIS/Include/cmsis_compiler.h \
11+
../Drivers/CMSIS/Include/cmsis_gcc.h \
12+
../Drivers/CMSIS/Include/mpu_armv7.h \
13+
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
14+
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
15+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
16+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
17+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
18+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h \
19+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h \
20+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h \
21+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h \
22+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h \
23+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h \
24+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h \
25+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c.h \
26+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c_ex.h \
27+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h \
28+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s_ex.h \
29+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h \
30+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h \
31+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h \
32+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h \
33+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h \
34+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pcd.h \
35+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_usb.h \
36+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pcd_ex.h \
37+
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os.h \
38+
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h \
39+
../Core/Inc/FreeRTOSConfig.h \
40+
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h \
41+
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h \
42+
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h \
43+
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h \
44+
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h \
45+
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h \
46+
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h \
47+
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.h \
48+
../USB_DEVICE/App/usb_device.h \
49+
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h \
50+
../USB_DEVICE/Target/usbd_conf.h ../USB_DEVICE/App/usbd_cdc_if.h \
51+
../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc/usbd_cdc.h \
52+
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ioreq.h \
53+
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h \
54+
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_core.h \
55+
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ioreq.h \
56+
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h \
57+
../KPI_Rover/Logger/ul_ulog.h ../KPI_Rover/Logger/ulog.h
58+
../Core/Inc/main.h:
59+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h:
60+
../Core/Inc/stm32f4xx_hal_conf.h:
61+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h:
62+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h:
63+
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:
64+
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:
65+
../Drivers/CMSIS/Include/core_cm4.h:
66+
../Drivers/CMSIS/Include/cmsis_version.h:
67+
../Drivers/CMSIS/Include/cmsis_compiler.h:
68+
../Drivers/CMSIS/Include/cmsis_gcc.h:
69+
../Drivers/CMSIS/Include/mpu_armv7.h:
70+
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h:
71+
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
72+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h:
73+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h:
74+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h:
75+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h:
76+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h:
77+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h:
78+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h:
79+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h:
80+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h:
81+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h:
82+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c.h:
83+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c_ex.h:
84+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h:
85+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s_ex.h:
86+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h:
87+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h:
88+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h:
89+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h:
90+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h:
91+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pcd.h:
92+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_usb.h:
93+
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pcd_ex.h:
94+
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os.h:
95+
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h:
96+
../Core/Inc/FreeRTOSConfig.h:
97+
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h:
98+
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h:
99+
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h:
100+
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h:
101+
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h:
102+
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h:
103+
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h:
104+
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.h:
105+
../USB_DEVICE/App/usb_device.h:
106+
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h:
107+
../USB_DEVICE/Target/usbd_conf.h:
108+
../USB_DEVICE/App/usbd_cdc_if.h:
109+
../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc/usbd_cdc.h:
110+
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ioreq.h:
111+
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h:
112+
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_core.h:
113+
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ioreq.h:
114+
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h:
115+
../KPI_Rover/Logger/ul_ulog.h:
116+
../KPI_Rover/Logger/ulog.h:

Debug/Core/Src/main.o

1.15 MB
Binary file not shown.

Debug/Core/Src/main.su

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
../Core/Src/main.c:633:6:StartDefaultTask 16 static
2+
../Core/Src/main.c:197:6:SystemClock_Config 88 static,ignoring_inline_asm
3+
../Core/Src/main.c:94:5:main 128 static,ignoring_inline_asm
4+
../Core/Src/main.c:651:6:Error_Handler 0 static,ignoring_inline_asm
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
../Core/Src/stm32f4xx_hal_msp.c:65:6:HAL_MspInit 1
2+
../Core/Src/stm32f4xx_hal_msp.c:90:6:HAL_I2C_MspInit 2
3+
../Core/Src/stm32f4xx_hal_msp.c:127:6:HAL_I2C_MspDeInit 2
4+
../Core/Src/stm32f4xx_hal_msp.c:158:6:HAL_I2S_MspInit 3
5+
../Core/Src/stm32f4xx_hal_msp.c:217:6:HAL_I2S_MspDeInit 2
6+
../Core/Src/stm32f4xx_hal_msp.c:250:6:HAL_SPI_MspInit 2
7+
../Core/Src/stm32f4xx_hal_msp.c:288:6:HAL_SPI_MspDeInit 2
8+
../Core/Src/stm32f4xx_hal_msp.c:318:6:HAL_TIM_Base_MspInit 2
9+
../Core/Src/stm32f4xx_hal_msp.c:341:6:HAL_TIM_Encoder_MspInit 3
10+
../Core/Src/stm32f4xx_hal_msp.c:403:6:HAL_TIM_MspPostInit 2
11+
../Core/Src/stm32f4xx_hal_msp.c:438:6:HAL_TIM_Base_MspDeInit 2
12+
../Core/Src/stm32f4xx_hal_msp.c:460:6:HAL_TIM_Encoder_MspDeInit 3

0 commit comments

Comments
 (0)