8000 stm: reorder things in Makefile. · comfuture/micropython@d3e59fe · GitHub
[go: up one dir, main page]

Skip to content

Commit d3e59fe

Browse files
committed
stm: reorder things in Makefile.
1 parent 033d17a commit d3e59fe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

stm/Makefile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ SRC_C = \
1414
main.c \
1515
printf.c \
1616
system_stm32f4xx.c \
17+
stm32fxxx_it.c \
18+
string0.c \
19+
malloc0.c \
20+
systick.c \
21+
lexerstm.c \
1722
led.c \
1823
lcd.c \
1924
flash.c \
2025
storage.c \
2126
mma.c \
22-
string0.c \
23-
malloc0.c \
24-
systick.c \
25-
stm32fxxx_it.c \
2627
usart.c \
2728
usb.c \
28-
sdio.c \
2929
timer.c \
3030
audio.c \
31-
lexerstm.c \
31+
sdio.c \
3232

3333
SRC_S = \
3434
startup_stm32f40xx.s \
@@ -62,6 +62,7 @@ SRC_FATFS = \
6262
SRC_STM = \
6363
stm32f4xx_rcc.c \
6464
stm32f4xx_syscfg.c \
65+
stm_misc.c \
6566
stm32f4xx_flash.c \
6667
stm32f4xx_dma.c \
6768
stm32f4xx_gpio.c \
@@ -74,7 +75,6 @@ SRC_STM = \
7475
stm32f4xx_spi.c \
7576
stm32f4xx_dac.c \
7677
stm32f4xx_rng.c \
77-
stm_misc.c \
7878
usb_core.c \
7979
usb_dcd.c \
8080
usb_dcd_int.c \

0 commit comments

Comments
 (0)
0