@@ -5,73 +5,73 @@ add_library(mbed-stm32f0cube-fw INTERFACE)
5
5
6
6
target_sources (mbed-stm32f0cube-fw
7
7
INTERFACE
8
- stm32f0xx_HAL_Driver /Legacy/stm32f0xx_hal_can_legacy.c
9
- stm32f0xx_HAL_Driver /stm32f0xx_hal.c
10
- stm32f0xx_HAL_Driver /stm32f0xx_hal_adc.c
11
- stm32f0xx_HAL_Driver /stm32f0xx_hal_adc_ex.c
12
- stm32f0xx_HAL_Driver /stm32f0xx_hal_can.c
13
- stm32f0xx_HAL_Driver /stm32f0xx_hal_cec.c
14
- stm32f0xx_HAL_Driver /stm32f0xx_hal_comp.c
15
- stm32f0xx_HAL_Driver /stm32f0xx_hal_cortex.c
16
- stm32f0xx_HAL_Driver /stm32f0xx_hal_crc.c
17
- stm32f0xx_HAL_Driver /stm32f0xx_hal_crc_ex.c
18
- stm32f0xx_HAL_Driver /stm32f0xx_hal_dac.c
19
- stm32f0xx_HAL_Driver /stm32f0xx_hal_dac_ex.c
20
- stm32f0xx_HAL_Driver /stm32f0xx_hal_dma.c
21
- stm32f0xx_HAL_Driver /stm32f0xx_hal_exti.c
22
- stm32f0xx_HAL_Driver /stm32f0xx_hal_flash.c
23
- stm32f0xx_HAL_Driver /stm32f0xx_hal_flash_ex.c
24
- stm32f0xx_HAL_Driver /stm32f0xx_hal_gpio.c
25
- stm32f0xx_HAL_Driver /stm32f0xx_hal_i2c.c
26
- stm32f0xx_HAL_Driver /stm32f0xx_hal_i2c_ex.c
27
- stm32f0xx_HAL_Driver /stm32f0xx_hal_i2s.c
28
- stm32f0xx_HAL_Driver /stm32f0xx_hal_irda.c
29
- stm32f0xx_HAL_Driver /stm32f0xx_hal_iwdg.c
30
- stm32f0xx_HAL_Driver /stm32f0xx_hal_pcd.c
31
- stm32f0xx_HAL_Driver /stm32f0xx_hal_pcd_ex.c
32
- stm32f0xx_HAL_Driver /stm32f0xx_hal_pwr.c
33
- stm32f0xx_HAL_Driver /stm32f0xx_hal_pwr_ex.c
34
- stm32f0xx_HAL_Driver /stm32f0xx_hal_rcc.c
35
- stm32f0xx_HAL_Driver /stm32f0xx_hal_rcc_ex.c
36
- stm32f0xx_HAL_Driver /stm32f0xx_hal_rtc.c
37
- stm32f0xx_HAL_Driver /stm32f0xx_hal_rtc_ex.c
38
- stm32f0xx_HAL_Driver /stm32f0xx_hal_smartcard.c
39
- stm32f0xx_HAL_Driver /stm32f0xx_hal_smartcard_ex.c
40
- stm32f0xx_HAL_Driver /stm32f0xx_hal_smbus.c
41
- stm32f0xx_HAL_Driver /stm32f0xx_hal_spi.c
42
- stm32f0xx_HAL_Driver /stm32f0xx_hal_spi_ex.c
43
- stm32f0xx_HAL_Driver /stm32f0xx_hal_tim.c
44
- stm32f0xx_HAL_Driver /stm32f0xx_hal_tim_ex.c
45
- stm32f0xx_HAL_Driver /stm32f0xx_hal_tsc.c
46
- stm32f0xx_HAL_Driver /stm32f0xx_hal_uart.c
47
- stm32f0xx_HAL_Driver /stm32f0xx_hal_uart_ex.c
48
- stm32f0xx_HAL_Driver /stm32f0xx_hal_usart.c
49
- stm32f0xx_HAL_Driver /stm32f0xx_hal_usart_ex.c
50
- stm32f0xx_HAL_Driver /stm32f0xx_hal_wwdg.c
51
- stm32f0xx_HAL_Driver/mbed- stm32f0xx_ll_adc.c
52
- stm32f0xx_HAL_Driver/mbed- stm32f0xx_ll_comp.c
53
- stm32f0xx_HAL_Driver/mbed- stm32f0xx_ll_crc.c
54
- stm32f0xx_HAL_Driver/mbed- stm32f0xx_ll_crs.c
55
- stm32f0xx_HAL_Driver/mbed- stm32f0xx_ll_dac.c
56
- stm32f0xx_HAL_Driver/mbed- stm32f0xx_ll_dma.c
57
- stm32f0xx_HAL_Driver/mbed- stm32f0xx_ll_exti.c
58
- stm32f0xx_HAL_Driver/mbed- stm32f0xx_ll_gpio.c
59
- stm32f0xx_HAL_Driver/mbed- stm32f0xx_ll_i2c.c
60
- stm32f0xx_HAL_Driver/mbed- stm32f0xx_ll_pwr.c
61
- stm32f0xx_HAL_Driver/mbed- stm32f0xx_ll_rcc.c
62
- stm32f0xx_HAL_Driver/mbed- stm32f0xx_ll_rtc.c
63
- stm32f0xx_HAL_Driver/mbed- stm32f0xx_ll_spi.c
64
- stm32f0xx_HAL_Driver/mbed- stm32f0xx_ll_tim.c
65
- stm32f0xx_HAL_Driver/mbed- stm32f0xx_ll_usart.c
66
- stm32f0xx_HAL_Driver/mbed- stm32f0xx_ll_usb.c
67
- stm32f0xx_HAL_Driver/mbed- stm32f0xx_ll_utils.c
68
- system_mbed-stm32f0xx .c
8
+ STM32F0xx_HAL_Driver /Legacy/stm32f0xx_hal_can_legacy.c
9
+ STM32F0xx_HAL_Driver /stm32f0xx_hal.c
10
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_adc.c
11
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_adc_ex.c
12
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_can.c
13
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_cec.c
14
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_comp.c
15
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_cortex.c
16
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_crc.c
17
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_crc_ex.c
18
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_dac.c
19
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_dac_ex.c
20
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_dma.c
21
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_exti.c
22
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_flash.c
23
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_flash_ex.c
24
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_gpio.c
25
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_i2c.c
26
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_i2c_ex.c
27
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_i2s.c
28
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_irda.c
29
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_iwdg.c
30
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_pcd.c
31
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_pcd_ex.c
32
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_pwr.c
33
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_pwr_ex.c
34
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_rcc.c
35
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_rcc_ex.c
36
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_rtc.c
37
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_rtc_ex.c
38
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_smartcard.c
39
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_smartcard_ex.c
40
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_smbus.c
41
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_spi.c
42
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_spi_ex.c
43
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_tim.c
44
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_tim_ex.c
45
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_tsc.c
46
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_uart.c
47
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_uart_ex.c
48
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_usart.c
49
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_usart_ex.c
50
+ STM32F0xx_HAL_Driver /stm32f0xx_hal_wwdg.c
51
+ STM32F0xx_HAL_Driver/ stm32f0xx_ll_adc.c
52
+ STM32F0xx_HAL_Driver/ stm32f0xx_ll_comp.c
53
+ STM32F0xx_HAL_Driver/ stm32f0xx_ll_crc.c
54
+ STM32F0xx_HAL_Driver/ stm32f0xx_ll_crs.c
55
+ STM32F0xx_HAL_Driver/ stm32f0xx_ll_dac.c
56
+ STM32F0xx_HAL_Driver/ stm32f0xx_ll_dma.c
57
+ STM32F0xx_HAL_Driver/ stm32f0xx_ll_exti.c
58
+ STM32F0xx_HAL_Driver/ stm32f0xx_ll_gpio.c
59
+ STM32F0xx_HAL_Driver/ stm32f0xx_ll_i2c.c
60
+ STM32F0xx_HAL_Driver/ stm32f0xx_ll_pwr.c
61
+ STM32F0xx_HAL_Driver/ stm32f0xx_ll_rcc.c
62
+ STM32F0xx_HAL_Driver/ stm32f0xx_ll_rtc.c
63
+ STM32F0xx_HAL_Driver/ stm32f0xx_ll_spi.c
64
+ STM32F0xx_HAL_Driver/ stm32f0xx_ll_tim.c
65
+ STM32F0xx_HAL_Driver/ stm32f0xx_ll_usart.c
66
+ STM32F0xx_HAL_Driver/ stm32f0xx_ll_usb.c
67
+ STM32F0xx_HAL_Driver/ stm32f0xx_ll_utils.c
68
+ system_stm32f0xx .c
69
69
)
70
70
71
71
target_include_directories (mbed-stm32f0cube-fw
72
72
INTERFACE
73
73
.
74
74
CMSIS
75
- stm32f0xx_HAL_Driver
76
- stm32f0xx_HAL_Driver /Legacy
75
+ STM32F0xx_HAL_Driver
76
+ STM32F0xx_HAL_Driver /Legacy
77
77
)
0 commit comments