Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
69f26c68
Commit
69f26c68
authored
Mar 15, 2016
by
Tobias Badertscher
Committed by
Damien George
Apr 16, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stmhal: L4: Add line to Makefile for building L4 series.
parent
0b6e28c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
stmhal/Makefile
stmhal/Makefile
+1
-0
No files found.
stmhal/Makefile
View file @
69f26c68
...
...
@@ -50,6 +50,7 @@ INC += -I../lib/timeutils
CFLAGS_CORTEX_M
=
-mthumb
-mabi
=
aapcs-linux
-mfpu
=
fpv4-sp-d16
-mfloat-abi
=
hard
-fsingle-precision-constant
-Wdouble-promotion
CFLAGS_MCU_f4
=
$(CFLAGS_CORTEX_M)
-mtune
=
cortex-m4
-mcpu
=
cortex-m4
-DMCU_SERIES_F4
CFLAGS_MCU_f7
=
$(CFLAGS_CORTEX_M)
-mtune
=
cortex-m7
-mcpu
=
cortex-m7
-DMCU_SERIES_F7
CFLAGS_MCU_l4
=
$(CFLAGS_CORTEX_M)
-mtune
=
cortex-m4
-mcpu
=
cortex-m4
-DMCU_SERIES_L4
CFLAGS
=
$(INC)
-Wall
-Wpointer-arith
-Werror
-ansi
-std
=
gnu99
-nostdlib
$(CFLAGS_MOD)
CFLAGS
+=
-D
$(CMSIS_MCU)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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