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
7e7fb0b7
Commit
7e7fb0b7
authored
Jul 28, 2015
by
Dave Hylands
Committed by
Damien George
Jul 30, 2015
Browse files
stmhal: Renamed startup/system/_it.[ch] file to generic names.
parent
ea8bf810
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
stmhal/Makefile
View file @
7e7fb0b7
...
...
@@ -101,8 +101,8 @@ SRC_LIB = $(addprefix lib/,\
SRC_C
=
\
main.c
\
system_stm32
f4xx
.c
\
stm32
f4xx
_it.c
\
system_stm32.c
\
stm32_it.c
\
usbd_conf.c
\
usbd_desc.c
\
usbd_cdc_interface.c
\
...
...
@@ -155,9 +155,9 @@ SRC_C = \
dac.c
\
adc.c
\
SRC_
S
=
\
startup_stm32
f40xx.s
\
gchelper.
s
\
SRC_
O
=
\
startup_stm32
.o
\
gchelper.
o
\
SRC_HAL
=
$(
addprefix
$(HAL_DIR)
/src/stm32
$(MCU_SERIES)
xx_,
\
hal.c
\
...
...
@@ -240,7 +240,7 @@ OBJ =
OBJ
+=
$(PY_O)
OBJ
+=
$(
addprefix
$(BUILD)
/,
$(SRC_LIB:.c=.o)
)
OBJ
+=
$(
addprefix
$(BUILD)
/,
$(SRC_C:.c=.o)
)
OBJ
+=
$(
addprefix
$(BUILD)
/,
$(SRC_
S:.s=.o
)
)
OBJ
+=
$(
addprefix
$(BUILD)
/,
$(SRC_
O
)
)
OBJ
+=
$(
addprefix
$(BUILD)
/,
$(SRC_HAL:.c=.o)
)
OBJ
+=
$(
addprefix
$(BUILD)
/,
$(SRC_USBDEV:.c=.o)
)
OBJ
+=
$(
addprefix
$(BUILD)
/,
$(SRC_MOD:.c=.o)
)
...
...
stmhal/startup_stm32
f40xx.s
→
stmhal/startup_stm32
.S
View file @
7e7fb0b7
This diff is collapsed.
Click to expand it.
stmhal/stm32
f4xx
_it.c
→
stmhal/stm32_it.c
View file @
7e7fb0b7
...
...
@@ -67,7 +67,7 @@
#include
<stdio.h>
#include
"stm32
f4xx
_it.h"
#include
"stm32_it.h"
#include STM32_HAL_H
#include
"py/obj.h"
...
...
stmhal/stm32
f4xx
_it.h
→
stmhal/stm32_it.h
View file @
7e7fb0b7
File moved
stmhal/system_stm32
f4xx
.c
→
stmhal/system_stm32.c
View file @
7e7fb0b7
File moved
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