Skip to content

Commit 5a3a0a5

Browse files
committed
stm: Makefile: sort files in SRC_STM32
1 parent de14b5b commit 5a3a0a5

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

ports/stm/Makefile

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -154,43 +154,43 @@ CFLAGS += \
154154
-DCFG_TUD_MIDI_TX_BUFSIZE=128
155155

156156
SRC_STM32 = $(addprefix $(HAL_DIR)/Src/stm32$(MCU_SERIES_LOWER)xx_,\
157+
hal.c \
157158
hal_adc.c \
158159
hal_adc_ex.c \
160+
hal_cortex.c \
159161
hal_dac.c \
160162
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 \
161169
hal_i2c.c \
162170
hal_i2c_ex.c \
171+
hal_pwr.c \
172+
hal_pwr_ex.c \
163173
hal_qspi.c \
174+
hal_rcc.c \
175+
hal_rcc_ex.c \
164176
hal_rng.c \
165177
hal_rtc.c \
166178
hal_rtc_ex.c \
179+
hal_sd.c \
167180
hal_spi.c \
168181
hal_tim.c \
169182
hal_tim_ex.c \
170183
hal_uart.c \
171184
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 \
186185
ll_adc.c \
187-
ll_i2c.c \
188186
ll_dma.c \
187+
ll_exti.c \
188+
ll_gpio.c \
189+
ll_i2c.c \
190+
ll_rcc.c \
189191
ll_sdmmc.c \
190192
ll_usart.c \
191-
ll_rcc.c \
192193
ll_utils.c \
193-
ll_exti.c \
194194
)
195195

196196
# Need this to avoid UART linker problems. TODO: rewrite to use registered callbacks.

0 commit comments

Comments
 (0)