Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
d3e59feb
Commit
d3e59feb
authored
Nov 30, 2013
by
Damien
Browse files
stm: reorder things in Makefile.
parent
033d17a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
stm/Makefile
View file @
d3e59feb
...
...
@@ -14,21 +14,21 @@ SRC_C = \
main.c
\
printf.c
\
system_stm32f4xx.c
\
stm32fxxx_it.c
\
string0.c
\
malloc0.c
\
systick.c
\
lexerstm.c
\
led.c
\
lcd.c
\
flash.c
\
storage.c
\
mma.c
\
string0.c
\
malloc0.c
\
systick.c
\
stm32fxxx_it.c
\
usart.c
\
usb.c
\
sdio.c
\
timer.c
\
audio.c
\
lexerstm
.c
\
sdio
.c
\
SRC_S
=
\
startup_stm32f40xx.s
\
...
...
@@ -62,6 +62,7 @@ SRC_FATFS = \
SRC_STM
=
\
stm32f4xx_rcc.c
\
stm32f4xx_syscfg.c
\
stm_misc.c
\
stm32f4xx_flash.c
\
stm32f4xx_dma.c
\
stm32f4xx_gpio.c
\
...
...
@@ -74,7 +75,6 @@ SRC_STM = \
stm32f4xx_spi.c
\
stm32f4xx_dac.c
\
stm32f4xx_rng.c
\
stm_misc.c
\
usb_core.c
\
usb_dcd.c
\
usb_dcd_int.c
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment