bsp由于编译出现大量报错,暂时移除

This commit is contained in:
2026-04-24 16:04:55 +08:00
parent 93637d5f48
commit fde07db582
37 changed files with 1014 additions and 1813 deletions

File diff suppressed because one or more lines are too long

View File

@@ -27,173 +27,340 @@ Project File Date: 04/12/2026
<h2>Output:</h2>
*** Using Compiler 'V6.24', folder: 'C:\Users\LSMushui\AppData\Local\Keil_v5\ARM\ARMCLANG\Bin'
Rebuild target 'Simba-ELCT-FrameWork'
compiling stm32f4xx_hal_timebase_tim.c...
compiling adc.c...
compiling spi.c...
compiling stm32f4xx_hal_rcc.c...
compiling rtc.c...
compiling tim.c...
compiling crc.c...
compiling stm32f4xx_it.c...
compiling stm32f4xx_hal_rcc_ex.c...
compiling dma.c...
assembling startup_stm32f407xx.s...
compiling stm32f4xx_hal_pcd_ex.c...
compiling stm32f4xx_hal_msp.c...
compiling gpio.c...
compiling can.c...
compiling i2c.c...
compiling gpio.c...
assembling startup_stm32f407xx.s...
compiling usart.c...
compiling freertos.c...
compiling i2c.c...
compiling main.c...
compiling stm32f4xx_hal_flash_ramfunc.c...
compiling stm32f4xx_hal_pcd.c...
compiling stm32f4xx_hal_gpio.c...
compiling stm32f4xx_hal_flash.c...
compiling stm32f4xx_hal_flash_ex.c...
compiling stm32f4xx_hal_timebase_tim.c...
compiling stm32f4xx_hal_tim_ex.c...
compiling stm32f4xx_hal_dma_ex.c...
compiling tim.c...
compiling stm32f4xx_hal_msp.c...
compiling stm32f4xx_hal_pcd.c...
compiling dma.c...
compiling spi.c...
compiling stm32f4xx_hal_pcd_ex.c...
compiling crc.c...
compiling freertos.c...
compiling stm32f4xx_hal_rcc_ex.c...
compiling adc.c...
compiling rtc.c...
compiling stm32f4xx_hal_rcc.c...
compiling stm32f4xx_hal_flash.c...
compiling stm32f4xx_ll_usb.c...
compiling stm32f4xx_hal_dma.c...
compiling stm32f4xx_hal_flash_ramfunc.c...
compiling stm32f4xx_hal_tim.c...
compiling stm32f4xx_hal_pwr.c...
compiling stm32f4xx_hal_pwr_ex.c...
compiling stm32f4xx_hal_cortex.c...
compiling stm32f4xx_hal_exti.c...
compiling stm32f4xx_hal.c...
compiling stm32f4xx_ll_adc.c...
compiling stm32f4xx_hal_i2c_ex.c...
compiling stm32f4xx_hal_crc.c...
compiling stm32f4xx_hal_pwr_ex.c...
compiling stm32f4xx_hal_pwr.c...
compiling stm32f4xx_hal_exti.c...
compiling stm32f4xx_hal_flash_ex.c...
compiling stm32f4xx_hal_cortex.c...
compiling stm32f4xx_hal_dma.c...
compiling stm32f4xx_hal_gpio.c...
compiling stm32f4xx_hal_adc_ex.c...
compiling stm32f4xx_hal_dma_ex.c...
compiling stm32f4xx_hal_adc.c...
compiling stm32f4xx_ll_adc.c...
compiling stm32f4xx_hal_crc.c...
compiling stm32f4xx_hal_i2c_ex.c...
compiling system_stm32f4xx.c...
compiling stm32f4xx_hal_can.c...
compiling stm32f4xx_hal_rtc.c...
compiling stm32f4xx_hal_rtc_ex.c...
compiling croutine.c...
compiling list.c...
compiling timers.c...
compiling stm32f4xx_hal_uart.c...
compiling stm32f4xx_hal_spi.c...
compiling event_groups.c...
compiling stm32f4xx_hal_adc_ex.c...
compiling stm32f4xx_hal_rtc.c...
compiling stm32f4xx_hal_can.c...
compiling system_stm32f4xx.c...
compiling stream_buffer.c...
compiling stm32f4xx_hal_i2c.c...
compiling timers.c...
compiling queue.c...
compiling stm32f4xx_hal_rtc_ex.c...
compiling cmsis_os.c...
compiling stream_buffer.c...
compiling tasks.c...
compiling heap_4.c...
compiling stm32f4xx_hal_spi.c...
compiling stm32f4xx_hal_uart.c...
compiling port.c...
compiling cmsis_os.c...
compiling stm32f4xx_hal_i2c.c...
compiling usb_device.c...
compiling usbd_cdc_if.c...
compiling usbd_desc.c...
compiling port.c...
compiling usbd_core.c...
../bsp/boards/bsp_buzzer.c(1): warning: In file included from...
../bsp/boards\bsp_buzzer.h(3): error: 'struct_typedef.h' file not found
3 | #include "struct_typedef.h"
| ^~~~~~~~~~~~~~~~~~
1 error generated.
../bsp/boards\bsp_buzzer.h(4): error: unknown type name 'uint16_t'
4 | extern void buzzer_on(uint16_t psc, uint16_t pwm);
| ^
../bsp/boards\bsp_buzzer.h(4): error: unknown type name 'uint16_t'
4 | extern void buzzer_on(uint16_t psc, uint16_t pwm);
| ^
../bsp/boards\bsp_buzzer.h(6): error: unknown type name 'uint16_t'
6 | extern void buzzer_note(uint16_t note,float volume);
| ^
3 errors generated.
compiling bsp_buzzer.c...
../bsp/boards/bsp_adc.c(1): warning: In file included from...
../bsp/boards\bsp_adc.h(3): error: 'struct_typedef.h' file not found
3 | #include "struct_typedef.h"
| ^~~~~~~~~~~~~~~~~~
1 error generated.
../bsp/boards\bsp_adc.h(5): error: unknown type name 'fp32'
5 | extern fp32 get_temprate(void);
| ^
../bsp/boards\bsp_adc.h(6): error: unknown type name 'fp32'
6 | extern fp32 get_battery_voltage(void);
| ^
../bsp/boards\bsp_adc.h(7): error: unknown type name 'uint8_t'
7 | extern uint8_t get_hardware_version(void);
| ^
../bsp/boards/bsp_adc.c(8): error: unknown type name 'fp32'
8 | volatile fp32 voltage_vrefint_proportion = 8.0586080586080586080586080586081e-4f;
| ^
../bsp/boards/bsp_adc.c(39): error: unknown type name 'fp32'
39 | fp32 get_temprate(void)
| ^
../bsp/boards/bsp_adc.c(42): error: use of undeclared identifier 'fp32'
42 | fp32 temperate;
| ^
../bsp/boards/bsp_adc.c(45): error: use of undeclared identifier 'temperate'
45 | temperate = (fp32)adcx * voltage_vrefint_proportion;
| ^
../bsp/boards/bsp_adc.c(45): error: use of undeclared identifier 'fp32'
45 | temperate = (fp32)adcx * voltage_vrefint_proportion;
| ^
../bsp/boards/bsp_adc.c(46): error: use of undeclared identifier 'temperate'
46 | temperate = (temperate - 0.76f) * 400.0f + 25.0f;
| ^
../bsp/boards/bsp_adc.c(46): error: use of undeclared identifier 'temperate'
46 | temperate = (temperate - 0.76f) * 400.0f + 25.0f;
| ^
../bsp/boards/bsp_adc.c(48): error: use of undeclared identifier 'temperate'
48 | return temperate;
| ^
../bsp/boards/bsp_adc.c(52): error: unknown type name 'fp32'
52 | fp32 get_battery_voltage(void)
| ^
../bsp/boards/bsp_adc.c(54): error: use of undeclared identifier 'fp32'
54 | fp32 voltage;
| ^
../bsp/boards/bsp_adc.c(58): error: use of undeclared identifier 'voltage'
58 | voltage = (fp32)adcx * voltage_vrefint_proportion * 10.090909090909090909090909090909f;
| ^
../bsp/boards/bsp_adc.c(58): error: use of undeclared identifier 'fp32'
58 | voltage = (fp32)adcx * voltage_vrefint_proportion * 10.090909090909090909090909090909f;
| ^
../bsp/boards/bsp_adc.c(60): error: use of undeclared identifier 'voltage'
60 | return voltage;
| ^
16 errors generated.
compiling bsp_adc.c...
../bsp/boards/bsp_can.c(1): warning: In file included from...
../bsp/boards\bsp_can.h(3): error: 'struct_typedef.h' file not found
3 | #include "struct_typedef.h"
| ^~~~~~~~~~~~~~~~~~
1 error generated.
compiling bsp_can.c...
compiling usbd_conf.c...
compiling usbd_ioreq.c...
../bsp/boards/bsp_delay.c(1): warning: In file included from...
../bsp/boards\bsp_delay.h(3): error: 'struct_typedef.h' file not found
3 | #include "struct_typedef.h"
| ^~~~~~~~~~~~~~~~~~
1 error generated.
compiling bsp_delay.c...
compiling usb_device.c...
compiling bsp_can.c...
../bsp/boards/bsp_crc32.c(1): warning: In file included from...
../bsp/boards\bsp_crc32.h(3): error: 'struct_typedef.h' file not found
3 | #include "struct_typedef.h"
| ^~~~~~~~~~~~~~~~~~
1 error generated.
../bsp/boards\bsp_crc32.h(4): error: unknown type name 'uint32_t'
4 | extern uint32_t get_crc32_check_sum(uint32_t *data, uint32_t len);
| ^
../bsp/boards\bsp_crc32.h(4): error: unknown type name 'uint32_t'
4 | extern uint32_t get_crc32_check_sum(uint32_t *data, uint32_t len);
| ^
../bsp/boards\bsp_crc32.h(4): error: unknown type name 'uint32_t'
4 | extern uint32_t get_crc32_check_sum(uint32_t *data, uint32_t len);
| ^
../bsp/boards\bsp_crc32.h(5): error: unknown type name 'bool_t'
5 | extern bool_t verify_crc32_check_sum(uint32_t *data, uint32_t len);
| ^
../bsp/boards\bsp_crc32.h(5): error: unknown type name 'uint32_t'
5 | extern bool_t verify_crc32_check_sum(uint32_t *data, uint32_t len);
| ^
../bsp/boards\bsp_crc32.h(5): error: unknown type name 'uint32_t'
5 | extern bool_t verify_crc32_check_sum(uint32_t *data, uint32_t len);
| ^
../bsp/boards\bsp_crc32.h(6): error: unknown type name 'uint32_t'
6 | extern void append_crc32_check_sum(uint32_t *data, uint32_t len);
| ^
../bsp/boards\bsp_crc32.h(6): error: unknown type name 'uint32_t'
6 | extern void append_crc32_check_sum(uint32_t *data, uint32_t len);
| ^
../bsp/boards/bsp_crc32.c(10): error: unknown type name 'bool_t'
10 | bool_t verify_crc32_check_sum(uint32_t *data, uint32_t len)
| ^
9 errors generated.
compiling bsp_crc32.c...
../bsp/boards/bsp_flash.c(1): warning: In file included from...
../bsp/boards\bsp_flash.h(3): error: 'struct_typedef.h' file not found
3 | #include "struct_typedef.h"
| ^~~~~~~~~~~~~~~~~~
1 error generated.
compiling bsp_flash.c...
compiling usbd_desc.c...
compiling usbd_conf.c...
compiling usbd_cdc.c...
compiling usbd_ctlreq.c...
../bsp/boards/bsp_imu_pwm.c(1): warning: In file included from...
../bsp/boards\bsp_imu_pwm.h(3): error: 'struct_typedef.h' file not found
3 | #include "struct_typedef.h"
| ^~~~~~~~~~~~~~~~~~
../bsp/boards\bsp_imu_pwm.h(4): error: unknown type name 'uint16_t'
4 | extern void imu_pwm_set(uint16_t pwm);
| ^
1 error generated.
compiling bsp_imu_pwm.c...
../bsp/boards/bsp_i2c.c(1): warning: In file included from...
../bsp/boards\bsp_i2c.h(3): error: 'struct_typedef.h' file not found
3 | #include "struct_typedef.h"
| ^~~~~~~~~~~~~~~~~~
1 error generated.
compiling bsp_i2c.c...
../bsp/boards/bsp_delay.c(1): warning: In file included from...
../bsp/boards\bsp_delay.h(5): error: unknown type name 'uint16_t'
5 | extern void delay_us(uint16_t nus);
| ^
../bsp/boards\bsp_delay.h(6): error: unknown type name 'uint16_t'
6 | extern void delay_ms(uint16_t nms);
| ^
2 errors generated.
compiling bsp_delay.c...
../bsp/boards/bsp_fric.c(1): warning: In file included from...
../bsp/boards\bsp_fric.h(3): error: 'struct_typedef.h' file not found
3 | #include "struct_typedef.h"
| ^~~~~~~~~~~~~~~~~~
1 error generated.
../bsp/boards\bsp_fric.h(9): error: unknown type name 'uint16_t'
9 | extern void fric1_on(uint16_t cmd);
| ^
../bsp/boards\bsp_fric.h(10): error: unknown type name 'uint16_t'
10 | extern void fric2_on(uint16_t cmd);
| ^
2 errors generated.
compiling bsp_fric.c...
compiling usbd_core.c...
compiling usbd_cdc.c...
../bsp/boards/bsp_i2c.c(1): warning: In file included from...
../bsp/boards\bsp_i2c.h(11): error: unknown type name 'bool_t'
11 | extern bool_t bsp_I2C_check_ack(I2C_TypeDef *I2C, uint16_t I2C_address);
| ^
../bsp/boards/bsp_i2c.c(44): error: unknown type name 'bool_t'
44 | bool_t bsp_I2C_check_ack(I2C_TypeDef *I2C, uint16_t I2C_address)
| ^
2 errors generated.
compiling bsp_i2c.c...
../bsp/boards/bsp_flash.c(1): warning: In file included from...
../bsp/boards\bsp_flash.h(48): error: unknown type name 'uint32_t'
48 | extern void flash_erase_address(uint32_t address, uint16_t len);
| ^
../bsp/boards\bsp_flash.h(48): error: unknown type name 'uint16_t'
48 | extern void flash_erase_address(uint32_t address, uint16_t len);
| ^
../bsp/boards\bsp_flash.h(64): error: unknown type name 'int8_t'
64 | extern int8_t flash_write_single_address(uint32_t start_address, uint32_t *buf, uint32_t len);
| ^
../bsp/boards\bsp_flash.h(64): error: unknown type name 'uint32_t'
64 | extern int8_t flash_write_single_address(uint32_t start_address, uint32_t *buf, uint32_t len);
| ^
../bsp/boards\bsp_flash.h(64): error: unknown type name 'uint32_t'
64 | extern int8_t flash_write_single_address(uint32_t start_address, uint32_t *buf, uint32_t len);
| ^
../bsp/boards\bsp_flash.h(64): error: unknown type name 'uint32_t'
64 | extern int8_t flash_write_single_address(uint32_t start_address, uint32_t *buf, uint32_t len);
| ^
../bsp/boards\bsp_flash.h(83): error: unknown type name 'int8_t'
83 | extern int8_t flash_write_muli_address(uint32_t start_address, uint32_t end_address, uint32_t *buf, uint32_t len);
| ^
../bsp/boards\bsp_flash.h(83): error: unknown type name 'uint32_t'
83 | extern int8_t flash_write_muli_address(uint32_t start_address, uint32_t end_address, uint32_t *buf, uint32_t len);
| ^
../bsp/boards\bsp_flash.h(83): error: unknown type name 'uint32_t'
83 | extern int8_t flash_write_muli_address(uint32_t start_address, uint32_t end_address, uint32_t *buf, uint32_t len);
| ^
../bsp/boards\bsp_flash.h(83): error: unknown type name 'uint32_t'
83 | extern int8_t flash_write_muli_address(uint32_t start_address, uint32_t end_address, uint32_t *buf, uint32_t len);
| ^
../bsp/boards\bsp_flash.h(83): error: unknown type name 'uint32_t'
83 | extern int8_t flash_write_muli_address(uint32_t start_address, uint32_t end_address, uint32_t *buf, uint32_t len);
| ^
../bsp/boards\bsp_flash.h(99): error: unknown type name 'uint32_t'
99 | extern void flash_read(uint32_t address, uint32_t *buf, uint32_t len);
| ^
../bsp/boards\bsp_flash.h(99): error: unknown type name 'uint32_t'
99 | extern void flash_read(uint32_t address, uint32_t *buf, uint32_t len);
| ^
../bsp/boards\bsp_flash.h(99): error: unknown type name 'uint32_t'
99 | extern void flash_read(uint32_t address, uint32_t *buf, uint32_t len);
| ^
../bsp/boards\bsp_flash.h(111): error: unknown type name 'uint32_t'
111 | extern uint32_t ger_sector(uint32_t address);
| ^
../bsp/boards\bsp_flash.h(111): error: unknown type name 'uint32_t'
111 | extern uint32_t ger_sector(uint32_t address);
| ^
../bsp/boards\bsp_flash.h(122): error: unknown type name 'uint32_t'
122 | extern uint32_t get_next_flash_address(uint32_t address);
| ^
../bsp/boards\bsp_flash.h(122): error: unknown type name 'uint32_t'
122 | extern uint32_t get_next_flash_address(uint32_t address);
| ^
18 errors generated.
compiling bsp_flash.c...
compiling bsp_laser.c...
../bsp/boards/bsp_led.c(1): warning: In file included from...
../bsp/boards\bsp_led.h(3): error: 'struct_typedef.h' file not found
3 | #include "struct_typedef.h"
| ^~~~~~~~~~~~~~~~~~
../bsp/boards\bsp_led.h(14): error: unknown type name 'uint32_t'
14 | extern void aRGB_led_show(uint32_t aRGB);
| ^
1 error generated.
compiling bsp_led.c...
../bsp/boards/bsp_laser.c(1): warning: In file included from...
../bsp/boards\bsp_laser.h(3): error: 'struct_typedef.h' file not found
3 | #include "struct_typedef.h"
| ^~~~~~~~~~~~~~~~~~
1 error generated.
compiling bsp_laser.c...
compiling usbd_ctlreq.c...
../bsp/boards/bsp_pwm.c(1): warning: In file included from...
../bsp/boards\bsp_pwm.h(3): error: 'struct_typedef.h' file not found
3 | #include "struct_typedef.h"
| ^~~~~~~~~~~~~~~~~~
1 error generated.
compiling bsp_pwm.c...
../bsp/boards/bsp_rng.c(1): warning: In file included from...
../bsp/boards\bsp_rng.h(3): error: 'struct_typedef.h' file not found
3 | #include "struct_typedef.h"
| ^~~~~~~~~~~~~~~~~~
1 error generated.
compiling bsp_rng.c...
../bsp/boards/bsp_rc.c(1): warning: In file included from...
../bsp/boards\bsp_rc.h(3): error: 'struct_typedef.h' file not found
3 | #include "struct_typedef.h"
| ^~~~~~~~~~~~~~~~~~
1 error generated.
../bsp/boards\bsp_rc.h(4): error: unknown type name 'uint8_t'
4 | extern void RC_Init(uint8_t *rx1_buf, uint8_t *rx2_buf, uint16_t dma_buf_num);
| ^
../bsp/boards\bsp_rc.h(4): error: unknown type name 'uint8_t'
4 | extern void RC_Init(uint8_t *rx1_buf, uint8_t *rx2_buf, uint16_t dma_buf_num);
| ^
../bsp/boards\bsp_rc.h(4): error: unknown type name 'uint16_t'
4 | extern void RC_Init(uint8_t *rx1_buf, uint8_t *rx2_buf, uint16_t dma_buf_num);
| ^
../bsp/boards\bsp_rc.h(6): error: unknown type name 'uint16_t'
6 | extern void RC_restart(uint16_t dma_buf_num);
| ^
4 errors generated.
compiling bsp_rc.c...
../bsp/boards/bsp_spi.c(1): warning: In file included from...
../bsp/boards\bsp_spi.h(3): error: 'struct_typedef.h' file not found
3 | #include "struct_typedef.h"
| ^~~~~~~~~~~~~~~~~~
1 error generated.
compiling bsp_spi.c...
../bsp/boards/bsp_uart.c(5): warning: In file included from...
../bsp/boards\bsp_uart.h(4): error: 'struct_typedef.h' file not found
4 | #include "struct_typedef.h"
| ^~~~~~~~~~~~~~~~~~
1 error generated.
../bsp/boards/bsp_pwm.c(1): warning: In file included from...
../bsp/boards\bsp_pwm.h(4): error: unknown type name 'uint16_t'
4 | extern void servo_pwm_set(uint16_t pwm, uint8_t i);
| ^
../bsp/boards\bsp_pwm.h(4): error: unknown type name 'uint8_t'
4 | extern void servo_pwm_set(uint16_t pwm, uint8_t i);
| ^
../bsp/boards\bsp_pwm.h(5): error: unknown type name 'uint16_t'
5 | extern void pump_pwm_set(uint16_t pwm, uint8_t i);
| ^
../bsp/boards\bsp_pwm.h(5): error: unknown type name 'uint8_t'
5 | extern void pump_pwm_set(uint16_t pwm, uint8_t i);
| ^
4 errors generated.
compiling bsp_pwm.c...
compiling bsp_uart.c...
../bsp/boards/bsp_usart.c(1): warning: In file included from...
../bsp/boards\bsp_usart.h(3): error: 'struct_typedef.h' file not found
3 | #include "struct_typedef.h"
| ^~~~~~~~~~~~~~~~~~
1 error generated.
../bsp/boards\bsp_usart.h(4): error: unknown type name 'uint8_t'
4 | extern void usart6_init(uint8_t *rx1_buf, uint8_t *rx2_buf, uint16_t dma_buf_num);
| ^
../bsp/boards\bsp_usart.h(4): error: unknown type name 'uint8_t'
4 | extern void usart6_init(uint8_t *rx1_buf, uint8_t *rx2_buf, uint16_t dma_buf_num);
| ^
../bsp/boards\bsp_usart.h(4): error: unknown type name 'uint16_t'
4 | extern void usart6_init(uint8_t *rx1_buf, uint8_t *rx2_buf, uint16_t dma_buf_num);
| ^
../bsp/boards\bsp_usart.h(6): error: unknown type name 'uint8_t'
6 | extern void usart1_init(uint8_t *rx1_buf, uint8_t *rx2_buf, uint16_t dma_buf_num);
| ^
../bsp/boards\bsp_usart.h(6): error: unknown type name 'uint8_t'
6 | extern void usart1_init(uint8_t *rx1_buf, uint8_t *rx2_buf, uint16_t dma_buf_num);
| ^
../bsp/boards\bsp_usart.h(6): error: unknown type name 'uint16_t'
6 | extern void usart1_init(uint8_t *rx1_buf, uint8_t *rx2_buf, uint16_t dma_buf_num);
| ^
../bsp/boards\bsp_usart.h(8): error: unknown type name 'uint8_t'
8 | extern void usart1_tx_dma_enable(uint8_t *data, uint16_t len);
| ^
../bsp/boards\bsp_usart.h(8): error: unknown type name 'uint16_t'
8 | extern void usart1_tx_dma_enable(uint8_t *data, uint16_t len);
| ^
8 errors generated.
compiling bsp_usart.c...
"Simba-ELCT-FrameWork\Simba-ELCT-FrameWork.axf" - 17 Error(s), 0 Warning(s).
../bsp/boards/bsp_rng.c(1): warning: In file included from...
../bsp/boards\bsp_rng.h(4): error: unknown type name 'uint32_t'
4 | extern uint32_t RNG_get_random_num(void);
| ^
../bsp/boards\bsp_rng.h(5): error: unknown type name 'int32_t'
5 | extern int32_t RNG_get_random_rangle(int min, int max);
| ^
../bsp/boards/bsp_rng.c(4): error: unknown type name 'RNG_HandleTypeDef'; did you mean 'RTC_HandleTypeDef'?
4 | extern RNG_HandleTypeDef hrng;
| ^~~~~~~~~~~~~~~~~
| RTC_HandleTypeDef
../Drivers/STM32F4xx_HAL_Driver/Inc\stm32f4xx_hal_rtc.h(197): note: 'RTC_HandleTypeDef' declared here
197 | } RTC_HandleTypeDef;
| ^
../bsp/boards/bsp_rng.c(9): error: call to undeclared function 'HAL_RNG_GenerateRandomNumber'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
9 | HAL_RNG_GenerateRandomNumber(&hrng, &rng);
| ^
4 errors generated.
compiling bsp_rng.c...
compiling bsp_spi.c...
"Simba-ELCT-FrameWork\Simba-ELCT-FrameWork.axf" - 74 Error(s), 0 Warning(s).
<h2>Software Packages used:</h2>
@@ -216,7 +383,7 @@ Package Vendor: Keil
* Component: ARM::CMSIS:CORE@6.1.1
Target not created.
Build Time Elapsed: 00:00:07
Build Time Elapsed: 00:00:03
</pre>
</body>
</html>

View File

@@ -2216,36 +2216,699 @@ I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pcd_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_exti.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dma.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dma_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_cortex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_adc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_ll_adc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_adc_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_can.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_crc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash_ramfunc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_i2c.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_i2c_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pwr.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pwr_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rtc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rtc_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_spi.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_tim.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_tim_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_uart.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pcd.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_ll_usb.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pcd_ex.h)(0x68CAA42E)
F (../Core/Src/system_stm32f4xx.c)(0x68CAA42F)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
-gdwarf-4 -O0 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Middlewares/Third_Party/FreeRTOS/Source/include -I ../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS -I ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM4F -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../USB_DEVICE/App -I ../USB_DEVICE/Target -I ../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I ../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I ../Application/Task/ -I ../bsp/
-I./RTE/_Simba-ELCT-FrameWork
-IC:/Users/LSMushui/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include
-D__UVISION_VERSION="543" -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o simba-elct-framework/system_stm32f4xx.o -MMD)
I (..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h)(0x68CAA42F)
I (..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f407xx.h)(0x68CAA42F)
I (..\Drivers\CMSIS\Include\core_cm4.h)(0x68CAA42F)
I (..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\system_stm32f4xx.h)(0x68CAA42F)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal.h)(0x68CAA42E)
I (..\Core\Inc\stm32f4xx_hal_conf.h)(0x69DB4B54)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rcc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_def.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rcc_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_exti.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dma.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dma_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_cortex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_adc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_ll_adc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_adc_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_can.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_crc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash_ramfunc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_i2c.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_i2c_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pwr.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pwr_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rtc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rtc_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_spi.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_tim.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_tim_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_uart.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pcd.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_ll_usb.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pcd_ex.h)(0x68CAA42E)
F (../Middlewares/Third_Party/FreeRTOS/Source/croutine.c)(0x68CAA3EE)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
-gdwarf-4 -O0 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Middlewares/Third_Party/FreeRTOS/Source/include -I ../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS -I ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM4F -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../USB_DEVICE/App -I ../USB_DEVICE/Target -I ../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I ../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I ../Application/Task/ -I ../bsp/
-I./RTE/_Simba-ELCT-FrameWork
-IC:/Users/LSMushui/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include
-D__UVISION_VERSION="543" -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o simba-elct-framework/croutine.o -MMD)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\FreeRTOS.h)(0x68CAA3EE)
I (..\Core\Inc\FreeRTOSConfig.h)(0x69D77998)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\projdefs.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\portable.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\deprecated_definitions.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\portable\RVDS\ARM_CM4F\portmacro.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\mpu_wrappers.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\croutine.h)(0x68CAA3EE)
F (../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c)(0x68CAA3EE)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
-gdwarf-4 -O0 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Middlewares/Third_Party/FreeRTOS/Source/include -I ../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS -I ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM4F -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../USB_DEVICE/App -I ../USB_DEVICE/Target -I ../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I ../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I ../Application/Task/ -I ../bsp/
-I./RTE/_Simba-ELCT-FrameWork
-IC:/Users/LSMushui/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include
-D__UVISION_VERSION="543" -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o simba-elct-framework/event_groups.o -MMD)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\FreeRTOS.h)(0x68CAA3EE)
I (..\Core\Inc\FreeRTOSConfig.h)(0x69D77998)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\projdefs.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\portable.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\deprecated_definitions.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\portable\RVDS\ARM_CM4F\portmacro.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\mpu_wrappers.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\event_groups.h)(0x68CAA3EE)
F (../Middlewares/Third_Party/FreeRTOS/Source/list.c)(0x68CAA3EE)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
-gdwarf-4 -O0 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Middlewares/Third_Party/FreeRTOS/Source/include -I ../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS -I ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM4F -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../USB_DEVICE/App -I ../USB_DEVICE/Target -I ../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I ../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I ../Application/Task/ -I ../bsp/
-I./RTE/_Simba-ELCT-FrameWork
-IC:/Users/LSMushui/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include
-D__UVISION_VERSION="543" -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o simba-elct-framework/list.o -MMD)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\FreeRTOS.h)(0x68CAA3EE)
I (..\Core\Inc\FreeRTOSConfig.h)(0x69D77998)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\projdefs.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\portable.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\deprecated_definitions.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\portable\RVDS\ARM_CM4F\portmacro.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\mpu_wrappers.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x68CAA3EE)
F (../Middlewares/Third_Party/FreeRTOS/Source/queue.c)(0x68CAA3EE)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
-gdwarf-4 -O0 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Middlewares/Third_Party/FreeRTOS/Source/include -I ../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS -I ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM4F -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../USB_DEVICE/App -I ../USB_DEVICE/Target -I ../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I ../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I ../Application/Task/ -I ../bsp/
-I./RTE/_Simba-ELCT-FrameWork
-IC:/Users/LSMushui/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include
-D__UVISION_VERSION="543" -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o simba-elct-framework/queue.o -MMD)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\FreeRTOS.h)(0x68CAA3EE)
I (..\Core\Inc\FreeRTOSConfig.h)(0x69D77998)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\projdefs.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\portable.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\deprecated_definitions.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\portable\RVDS\ARM_CM4F\portmacro.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\mpu_wrappers.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x68CAA3EE)
F (../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c)(0x68CAA3EE)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
-gdwarf-4 -O0 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Middlewares/Third_Party/FreeRTOS/Source/include -I ../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS -I ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM4F -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../USB_DEVICE/App -I ../USB_DEVICE/Target -I ../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I ../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I ../Application/Task/ -I ../bsp/
-I./RTE/_Simba-ELCT-FrameWork
-IC:/Users/LSMushui/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include
-D__UVISION_VERSION="543" -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o simba-elct-framework/stream_buffer.o -MMD)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\FreeRTOS.h)(0x68CAA3EE)
I (..\Core\Inc\FreeRTOSConfig.h)(0x69D77998)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\projdefs.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\portable.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\deprecated_definitions.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\portable\RVDS\ARM_CM4F\portmacro.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\mpu_wrappers.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\stream_buffer.h)(0x68CAA3EE)
F (../Middlewares/Third_Party/FreeRTOS/Source/tasks.c)(0x68CAA3EE)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
-gdwarf-4 -O0 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Middlewares/Third_Party/FreeRTOS/Source/include -I ../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS -I ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM4F -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../USB_DEVICE/App -I ../USB_DEVICE/Target -I ../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I ../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I ../Application/Task/ -I ../bsp/
-I./RTE/_Simba-ELCT-FrameWork
-IC:/Users/LSMushui/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include
-D__UVISION_VERSION="543" -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o simba-elct-framework/tasks.o -MMD)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\FreeRTOS.h)(0x68CAA3EE)
I (..\Core\Inc\FreeRTOSConfig.h)(0x69D77998)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\projdefs.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\portable.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\deprecated_definitions.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\portable\RVDS\ARM_CM4F\portmacro.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\mpu_wrappers.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\stack_macros.h)(0x68CAA3EE)
F (../Middlewares/Third_Party/FreeRTOS/Source/timers.c)(0x68CAA3EE)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
-gdwarf-4 -O0 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Middlewares/Third_Party/FreeRTOS/Source/include -I ../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS -I ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM4F -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../USB_DEVICE/App -I ../USB_DEVICE/Target -I ../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I ../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I ../Application/Task/ -I ../bsp/
-I./RTE/_Simba-ELCT-FrameWork
-IC:/Users/LSMushui/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include
-D__UVISION_VERSION="543" -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o simba-elct-framework/timers.o -MMD)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\FreeRTOS.h)(0x68CAA3EE)
I (..\Core\Inc\FreeRTOSConfig.h)(0x69D77998)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\projdefs.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\portable.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\deprecated_definitions.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\portable\RVDS\ARM_CM4F\portmacro.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\mpu_wrappers.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x68CAA3EE)
F (../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c)(0x68CAA3EE)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
-gdwarf-4 -O0 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Middlewares/Third_Party/FreeRTOS/Source/include -I ../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS -I ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM4F -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../USB_DEVICE/App -I ../USB_DEVICE/Target -I ../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I ../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I ../Application/Task/ -I ../bsp/
-I./RTE/_Simba-ELCT-FrameWork
-IC:/Users/LSMushui/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include
-D__UVISION_VERSION="543" -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o simba-elct-framework/cmsis_os.o -MMD)
I (..\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS\cmsis_os.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\FreeRTOS.h)(0x68CAA3EE)
I (..\Core\Inc\FreeRTOSConfig.h)(0x69D77998)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\projdefs.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\portable.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\deprecated_definitions.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\portable\RVDS\ARM_CM4F\portmacro.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\mpu_wrappers.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\semphr.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\event_groups.h)(0x68CAA3EE)
I (..\Drivers\CMSIS\Include\cmsis_gcc.h)(0x68CAA42F)
F (../Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c)(0x68CAA3EE)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
-gdwarf-4 -O0 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Middlewares/Third_Party/FreeRTOS/Source/include -I ../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS -I ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM4F -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../USB_DEVICE/App -I ../USB_DEVICE/Target -I ../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I ../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I ../Application/Task/ -I ../bsp/
-I./RTE/_Simba-ELCT-FrameWork
-IC:/Users/LSMushui/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include
-D__UVISION_VERSION="543" -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o simba-elct-framework/heap_4.o -MMD)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\FreeRTOS.h)(0x68CAA3EE)
I (..\Core\Inc\FreeRTOSConfig.h)(0x69D77998)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\projdefs.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\portable.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\deprecated_definitions.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\portable\RVDS\ARM_CM4F\portmacro.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\mpu_wrappers.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x68CAA3EE)
F (../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c)(0x68CAA3EE)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
-gdwarf-4 -O0 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Middlewares/Third_Party/FreeRTOS/Source/include -I ../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS -I ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM4F -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../USB_DEVICE/App -I ../USB_DEVICE/Target -I ../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I ../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I ../Application/Task/ -I ../bsp/
-I./RTE/_Simba-ELCT-FrameWork
-IC:/Users/LSMushui/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include
-D__UVISION_VERSION="543" -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o simba-elct-framework/port.o -MMD)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\FreeRTOS.h)(0x68CAA3EE)
I (..\Core\Inc\FreeRTOSConfig.h)(0x69D77998)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\projdefs.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\portable.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\deprecated_definitions.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\portable\RVDS\ARM_CM4F\portmacro.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\mpu_wrappers.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h)(0x68CAA3EE)
I (..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x68CAA3EE)
F (../USB_DEVICE/App/usb_device.c)(0x69DB4B53)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
-gdwarf-4 -O1 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Middlewares/Third_Party/FreeRTOS/Source/include -I ../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS -I ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM4F -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../USB_DEVICE/App -I ../USB_DEVICE/Target -I ../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I ../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I ../Application/Task/ -I ../bsp/
-I./RTE/_Simba-ELCT-FrameWork
-IC:/Users/LSMushui/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include
-D__UVISION_VERSION="543" -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o simba-elct-framework/usb_device.o -MMD)
I (..\USB_DEVICE\App\usb_device.h)(0x69DB4B53)
I (..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h)(0x68CAA42F)
I (..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f407xx.h)(0x68CAA42F)
I (..\Drivers\CMSIS\Include\core_cm4.h)(0x68CAA42F)
I (..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\system_stm32f4xx.h)(0x68CAA42F)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal.h)(0x68CAA42E)
I (..\Core\Inc\stm32f4xx_hal_conf.h)(0x69DB4B54)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rcc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_def.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rcc_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_exti.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dma.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dma_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_cortex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_adc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_ll_adc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_adc_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_can.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_crc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash_ramfunc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_i2c.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_i2c_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pwr.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pwr_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rtc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rtc_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_spi.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_tim.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_tim_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_uart.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pcd.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_ll_usb.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pcd_ex.h)(0x68CAA42E)
I (..\Middlewares\ST\STM32_USB_Device_Library\Core\Inc\usbd_def.h)(0x68CAA42E)
I (..\USB_DEVICE\Target\usbd_conf.h)(0x69DB4B53)
I (..\Core\Inc\main.h)(0x69DB4B55)
I (..\Middlewares\ST\STM32_USB_Device_Library\Core\Inc\usbd_core.h)(0x68CAA42E)
I (..\Middlewares\ST\STM32_USB_Device_Library\Core\Inc\usbd_ioreq.h)(0x68CAA42E)
I (..\Middlewares\ST\STM32_USB_Device_Library\Core\Inc\usbd_ctlreq.h)(0x68CAA42E)
I (..\USB_DEVICE\App\usbd_desc.h)(0x69DB4B53)
I (..\Middlewares\ST\STM32_USB_Device_Library\Class\CDC\Inc\usbd_cdc.h)(0x68CAA42E)
I (..\USB_DEVICE\App\usbd_cdc_if.h)(0x69DB4B54)
F (../USB_DEVICE/App/usbd_desc.c)(0x69DB4B54)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
-gdwarf-4 -O1 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Middlewares/Third_Party/FreeRTOS/Source/include -I ../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS -I ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM4F -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../USB_DEVICE/App -I ../USB_DEVICE/Target -I ../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I ../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I ../Application/Task/ -I ../bsp/
-I./RTE/_Simba-ELCT-FrameWork
-IC:/Users/LSMushui/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include
-D__UVISION_VERSION="543" -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o simba-elct-framework/usbd_desc.o -MMD)
I (..\Middlewares\ST\STM32_USB_Device_Library\Core\Inc\usbd_core.h)(0x68CAA42E)
I (..\USB_DEVICE\Target\usbd_conf.h)(0x69DB4B53)
I (..\Core\Inc\main.h)(0x69DB4B55)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal.h)(0x68CAA42E)
I (..\Core\Inc\stm32f4xx_hal_conf.h)(0x69DB4B54)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rcc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_def.h)(0x68CAA42E)
I (..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h)(0x68CAA42F)
I (..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f407xx.h)(0x68CAA42F)
I (..\Drivers\CMSIS\Include\core_cm4.h)(0x68CAA42F)
I (..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\system_stm32f4xx.h)(0x68CAA42F)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rcc_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_exti.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dma.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dma_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_cortex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_adc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_ll_adc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_adc_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_can.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_crc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash_ramfunc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_i2c.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_i2c_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pwr.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pwr_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rtc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rtc_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_spi.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_tim.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_tim_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_uart.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pcd.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_ll_usb.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pcd_ex.h)(0x68CAA42E)
I (..\Middlewares\ST\STM32_USB_Device_Library\Core\Inc\usbd_def.h)(0x68CAA42E)
I (..\Middlewares\ST\STM32_USB_Device_Library\Core\Inc\usbd_ioreq.h)(0x68CAA42E)
I (..\Middlewares\ST\STM32_USB_Device_Library\Core\Inc\usbd_ctlreq.h)(0x68CAA42E)
I (..\USB_DEVICE\App\usbd_desc.h)(0x69DB4B53)
F (../USB_DEVICE/App/usbd_cdc_if.c)(0x69DB4B54)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
-gdwarf-4 -O1 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Middlewares/Third_Party/FreeRTOS/Source/include -I ../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS -I ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM4F -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../USB_DEVICE/App -I ../USB_DEVICE/Target -I ../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I ../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I ../Application/Task/ -I ../bsp/
-I./RTE/_Simba-ELCT-FrameWork
-IC:/Users/LSMushui/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include
-D__UVISION_VERSION="543" -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o simba-elct-framework/usbd_cdc_if.o -MMD)
I (..\USB_DEVICE\App\usbd_cdc_if.h)(0x69DB4B54)
I (..\Middlewares\ST\STM32_USB_Device_Library\Class\CDC\Inc\usbd_cdc.h)(0x68CAA42E)
I (..\Middlewares\ST\STM32_USB_Device_Library\Core\Inc\usbd_ioreq.h)(0x68CAA42E)
I (..\Middlewares\ST\STM32_USB_Device_Library\Core\Inc\usbd_def.h)(0x68CAA42E)
I (..\USB_DEVICE\Target\usbd_conf.h)(0x69DB4B53)
I (..\Core\Inc\main.h)(0x69DB4B55)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal.h)(0x68CAA42E)
I (..\Core\Inc\stm32f4xx_hal_conf.h)(0x69DB4B54)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rcc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_def.h)(0x68CAA42E)
I (..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h)(0x68CAA42F)
I (..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f407xx.h)(0x68CAA42F)
I (..\Drivers\CMSIS\Include\core_cm4.h)(0x68CAA42F)
I (..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\system_stm32f4xx.h)(0x68CAA42F)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rcc_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_exti.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dma.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dma_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_cortex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_adc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_ll_adc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_adc_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_can.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_crc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash_ramfunc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_i2c.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_i2c_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pwr.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pwr_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rtc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rtc_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_spi.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_tim.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_tim_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_uart.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pcd.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_ll_usb.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pcd_ex.h)(0x68CAA42E)
I (..\Middlewares\ST\STM32_USB_Device_Library\Core\Inc\usbd_core.h)(0x68CAA42E)
I (..\Middlewares\ST\STM32_USB_Device_Library\Core\Inc\usbd_ctlreq.h)(0x68CAA42E)
F (../USB_DEVICE/Target/usbd_conf.c)(0x69DB4B53)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
-gdwarf-4 -O1 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Middlewares/Third_Party/FreeRTOS/Source/include -I ../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS -I ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM4F -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../USB_DEVICE/App -I ../USB_DEVICE/Target -I ../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I ../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I ../Application/Task/ -I ../bsp/
-I./RTE/_Simba-ELCT-FrameWork
-IC:/Users/LSMushui/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include
-D__UVISION_VERSION="543" -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o simba-elct-framework/usbd_conf.o -MMD)
I (..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h)(0x68CAA42F)
I (..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f407xx.h)(0x68CAA42F)
I (..\Drivers\CMSIS\Include\core_cm4.h)(0x68CAA42F)
I (..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\system_stm32f4xx.h)(0x68CAA42F)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal.h)(0x68CAA42E)
I (..\Core\Inc\stm32f4xx_hal_conf.h)(0x69DB4B54)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rcc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_def.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rcc_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_exti.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dma.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dma_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_cortex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_adc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_ll_adc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_adc_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_can.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_crc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash_ramfunc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_i2c.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_i2c_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pwr.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pwr_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rtc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rtc_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_spi.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_tim.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_tim_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_uart.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pcd.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_ll_usb.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pcd_ex.h)(0x68CAA42E)
I (..\Middlewares\ST\STM32_USB_Device_Library\Core\Inc\usbd_def.h)(0x68CAA42E)
I (..\USB_DEVICE\Target\usbd_conf.h)(0x69DB4B53)
I (..\Core\Inc\main.h)(0x69DB4B55)
I (..\Middlewares\ST\STM32_USB_Device_Library\Core\Inc\usbd_core.h)(0x68CAA42E)
I (..\Middlewares\ST\STM32_USB_Device_Library\Core\Inc\usbd_ioreq.h)(0x68CAA42E)
I (..\Middlewares\ST\STM32_USB_Device_Library\Core\Inc\usbd_ctlreq.h)(0x68CAA42E)
I (..\Middlewares\ST\STM32_USB_Device_Library\Class\CDC\Inc\usbd_cdc.h)(0x68CAA42E)
F (../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c)(0x68CAA42E)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
-gdwarf-4 -O1 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Middlewares/Third_Party/FreeRTOS/Source/include -I ../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS -I ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM4F -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../USB_DEVICE/App -I ../USB_DEVICE/Target -I ../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I ../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I ../Application/Task/ -I ../bsp/
-I./RTE/_Simba-ELCT-FrameWork
-IC:/Users/LSMushui/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include
-D__UVISION_VERSION="543" -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o simba-elct-framework/usbd_core.o -MMD)
I (..\Middlewares\ST\STM32_USB_Device_Library\Core\Inc\usbd_core.h)(0x68CAA42E)
I (..\USB_DEVICE\Target\usbd_conf.h)(0x69DB4B53)
I (..\Core\Inc\main.h)(0x69DB4B55)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal.h)(0x68CAA42E)
I (..\Core\Inc\stm32f4xx_hal_conf.h)(0x69DB4B54)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rcc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_def.h)(0x68CAA42E)
I (..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h)(0x68CAA42F)
I (..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f407xx.h)(0x68CAA42F)
I (..\Drivers\CMSIS\Include\core_cm4.h)(0x68CAA42F)
I (..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\system_stm32f4xx.h)(0x68CAA42F)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rcc_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_exti.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dma.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dma_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_cortex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_adc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_ll_adc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_adc_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_can.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_crc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash_ramfunc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_i2c.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_i2c_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pwr.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pwr_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rtc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rtc_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_spi.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_tim.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_tim_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_uart.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pcd.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_ll_usb.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pcd_ex.h)(0x68CAA42E)
I (..\Middlewares\ST\STM32_USB_Device_Library\Core\Inc\usbd_def.h)(0x68CAA42E)
I (..\Middlewares\ST\STM32_USB_Device_Library\Core\Inc\usbd_ioreq.h)(0x68CAA42E)
I (..\Middlewares\ST\STM32_USB_Device_Library\Core\Inc\usbd_ctlreq.h)(0x68CAA42E)
F (../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c)(0x68CAA42E)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
-gdwarf-4 -O1 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Middlewares/Third_Party/FreeRTOS/Source/include -I ../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS -I ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM4F -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../USB_DEVICE/App -I ../USB_DEVICE/Target -I ../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I ../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I ../Application/Task/ -I ../bsp/
-I./RTE/_Simba-ELCT-FrameWork
-IC:/Users/LSMushui/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include
-D__UVISION_VERSION="543" -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o simba-elct-framework/usbd_ctlreq.o -MMD)
I (..\Middlewares\ST\STM32_USB_Device_Library\Core\Inc\usbd_ctlreq.h)(0x68CAA42E)
I (..\Middlewares\ST\STM32_USB_Device_Library\Core\Inc\usbd_def.h)(0x68CAA42E)
I (..\USB_DEVICE\Target\usbd_conf.h)(0x69DB4B53)
I (..\Core\Inc\main.h)(0x69DB4B55)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal.h)(0x68CAA42E)
I (..\Core\Inc\stm32f4xx_hal_conf.h)(0x69DB4B54)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rcc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_def.h)(0x68CAA42E)
I (..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h)(0x68CAA42F)
I (..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f407xx.h)(0x68CAA42F)
I (..\Drivers\CMSIS\Include\core_cm4.h)(0x68CAA42F)
I (..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\system_stm32f4xx.h)(0x68CAA42F)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rcc_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_exti.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dma.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dma_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_cortex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_adc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_ll_adc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_adc_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_can.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_crc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash_ramfunc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_i2c.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_i2c_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pwr.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rtc_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_spi.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_tim.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_tim_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_uart.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pcd.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_ll_usb.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pcd_ex.h)(0x68CAA42E)
F (../Core/Src/system_stm32f4xx.c)(0x68CAA42F)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
-gdwarf-4 -O0 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Middlewares/Third_Party/FreeRTOS/Source/include -I ../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS -I ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM4F -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../USB_DEVICE/App -I ../USB_DEVICE/Target -I ../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I ../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I ../Application/Task/ -I ../bsp/
-I./RTE/_Simba-ELCT-FrameWork
-IC:/Users/LSMushui/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pwr_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rtc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rtc_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_spi.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_tim.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_tim_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_uart.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pcd.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_ll_usb.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pcd_ex.h)(0x68CAA42E)
I (..\Middlewares\ST\STM32_USB_Device_Library\Core\Inc\usbd_ioreq.h)(0x68CAA42E)
I (..\Middlewares\ST\STM32_USB_Device_Library\Core\Inc\usbd_core.h)(0x68CAA42E)
F (../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c)(0x68CAA42E)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
-gdwarf-4 -O1 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc -I ../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I ../Middlewares/Third_Party/FreeRTOS/Source/include -I ../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS -I ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM4F -I ../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I ../Drivers/CMSIS/Include -I ../USB_DEVICE/App -I ../USB_DEVICE/Target -I ../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I ../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I ../Application/Task/ -I ../bsp/
-I./RTE/_Simba-ELCT-FrameWork
-IC:/Users/LSMushui/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include
-D__UVISION_VERSION="543" -DSTM32F407xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F407xx
-o simba-elct-framework/usbd_ioreq.o -MMD)
I (..\Middlewares\ST\STM32_USB_Device_Library\Core\Inc\usbd_ioreq.h)(0x68CAA42E)
I (..\Middlewares\ST\STM32_USB_Device_Library\Core\Inc\usbd_def.h)(0x68CAA42E)
I (..\USB_DEVICE\Target\usbd_conf.h)(0x69DB4B53)
I (..\Core\Inc\main.h)(0x69DB4B55)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal.h)(0x68CAA42E)
I (..\Core\Inc\stm32f4xx_hal_conf.h)(0x69DB4B54)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rcc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_def.h)(0x68CAA42E)
I (..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h)(0x68CAA42F)
I (..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f407xx.h)(0x68CAA42F)
I (..\Drivers\CMSIS\Include\core_cm4.h)(0x68CAA42F)
I (..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\system_stm32f4xx.h)(0x68CAA42F)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rcc_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_exti.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dma.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dma_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_cortex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_adc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_ll_adc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_adc_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_can.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_crc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash_ramfunc.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_i2c.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_i2c_ex.h)(0x68CAA42E)
I (..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pwr.h)(0x68CAA42E)