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
4578ced2
Commit
4578ced2
authored
Jan 21, 2014
by
mux
Browse files
Add OSC_VALUE to Makefile
* Add the option to pass OSC frequency on command line.
parent
e9c01dea
Changes
1
Hide whitespace changes
Inline
Side-by-side
stm/Makefile
View file @
4578ced2
...
...
@@ -15,6 +15,7 @@ FATFSSRC=fatfs
CC3KSRC
=
cc3k
DFU
=
../tools/dfu.py
TARGET
=
PYBOARD
OSC_VALUE
=
8000000
AS
=
arm-none-eabi-as
CC
=
arm-none-eabi-gcc
...
...
@@ -22,7 +23,7 @@ LD = arm-none-eabi-ld
OBJCOPY
=
arm-none-eabi-objcopy
SIZE
=
arm-none-eabi-size
CFLAGS_CORTEX_M4
=
-mthumb
-mtune
=
cortex-m4
-mabi
=
aapcs-linux
-mcpu
=
cortex-m4
-mfpu
=
fpv4-sp-d16
-mfloat-abi
=
hard
-fsingle-precision-constant
-Wdouble-promotion
-DSTM32F40_41xxx
-DUSE_STDPERIPH_DRIVER
-DHSE_VALUE
=
8000000
CFLAGS_CORTEX_M4
=
-mthumb
-mtune
=
cortex-m4
-mabi
=
aapcs-linux
-mcpu
=
cortex-m4
-mfpu
=
fpv4-sp-d16
-mfloat-abi
=
hard
-fsingle-precision-constant
-Wdouble-promotion
-DSTM32F40_41xxx
-DUSE_STDPERIPH_DRIVER
-DHSE_VALUE
=
$(OSC_VALUE)
CFLAGS
=
-I
.
-I
$(PY_SRC)
-I
$(FATFSSRC)
-I
$(CMSIS)
-I
$(STMSRC)
-Wall
-ansi
-std
=
gnu99
$(CFLAGS_CORTEX_M4)
-D
$(TARGET)
#CFLAGS += -I$(STMOTGSRC) -DUSE_HOST_MODE -DUSE_OTG_MODE
...
...
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