File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -154,43 +154,43 @@ CFLAGS += \
154
154
-DCFG_TUD_MIDI_TX_BUFSIZE=128
155
155
156
156
SRC_STM32 = $(addprefix $(HAL_DIR ) /Src/stm32$(MCU_SERIES_LOWER ) xx_,\
157
+ hal.c \
157
158
hal_adc.c \
158
159
hal_adc_ex.c \
160
+ hal_cortex.c \
159
161
hal_dac.c \
160
162
hal_dac_ex.c \
163
+ hal_dma.c \
164
+ hal_dma_ex.c \
165
+ hal_exti.c \
166
+ hal_flash.c \
167
+ hal_flash_ex.c \
168
+ hal_gpio.c \
161
169
hal_i2c.c \
162
170
hal_i2c_ex.c \
171
+ hal_pwr.c \
172
+ hal_pwr_ex.c \
163
173
hal_qspi.c \
174
+ hal_rcc.c \
175
+ hal_rcc_ex.c \
164
176
hal_rng.c \
165
177
hal_rtc.c \
166
178
hal_rtc_ex.c \
179
+ hal_sd.c \
167
180
hal_spi.c \
168
181
hal_tim.c \
169
182
hal_tim_ex.c \
170
183
hal_uart.c \
171
184
hal_usart.c \
172
- hal_rcc.c \
173
- hal_rcc_ex.c \
174
- hal_flash.c \
175
- hal_flash_ex.c \
176
- hal_gpio.c \
177
- hal_dma_ex.c \
178
- hal_dma.c \
179
- hal_pwr.c \
180
- hal_pwr_ex.c \
181
- hal_cortex.c \
182
- hal.c \
183
- hal_exti.c \
184
- hal_sd.c \
185
- ll_gpio.c \
186
185
ll_adc.c \
187
- ll_i2c.c \
188
186
ll_dma.c \
187
+ ll_exti.c \
188
+ ll_gpio.c \
189
+ ll_i2c.c \
190
+ ll_rcc.c \
189
191
ll_sdmmc.c \
190
192
ll_usart.c \
191
- ll_rcc.c \
192
193
ll_utils.c \
193
- ll_exti.c \
194
194
)
195
195
196
196
# Need this to avoid UART linker problems. TODO: rewrite to use registered callbacks.
You can’t perform that action at this time.
0 commit comments