Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gene
xmc4500-relax-linux
Commits
724c610e
Commit
724c610e
authored
Oct 07, 2016
by
Christian Eichler
Browse files
Change default stack size to 16384; remove unused parameters
parent
ea00f1bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
724c610e
...
...
@@ -23,21 +23,19 @@ CP = $(TOOLCHAIN)-objcopy
OD
=
$(TOOLCHAIN)
-objdump
GDB
=
$(TOOLCHAIN)
-gdb
STACK_SIZE
?=
2048
#STACK_SIZE?=2048
STACK_SIZE
?=
16384
JLFLAGS
=
-device
XMC4500-1024
-if
SWD
-speed
900
CFLAGS
=
-target
armv6m--none-eabi
-mcpu
=
cortex-m4
-mthumb
-integrated-as
-ccc-gcc-name
arm-none-eabi-gcc
# CFLAGS = -g
# CFLAGS+= -fno-builtin
CFLAGS
+=
-O0
-ffunction-sections
-fdata-sections
CFLAGS
+=
-MD
-std
=
c99
-Wall
-fms-extensions
CFLAGS
+=
-fno-builtin
CFLAGS
+=
-Os
-ffunction-sections
-fdata-sections
CFLAGS
+=
-MD
-std
=
c99
-Wall
CFLAGS
+=
-DUC_ID
=
$(UC_ID)
-DARM_MATH_CM4
-DINTERRUPT_CONTROL_ENDPOINT
CFLAGS
+=
-fmessage-length
=
0
CFLAGS
+=
-DXMC4500_F100x1024
CFLAGS
+=
-I
$(CMSIS)
/Include
-I
$(CMSIS)
/Infineon/
$(UC)
_series/Include
CFLAGS
+=
-Ilib
/LUFA
-I
$(XMC)
/XMCLib/inc
CFLAGS
+=
-ccc-gcc-name
arm-none-eabi-gcc
ASFLAGS
=
-target
armv6m--none-eabi
-mcpu
=
cortex-m4
-marm
-mthumb
ASFLAGS
+=
-O0
-ffunction-sections
-fdata-sections
...
...
Write
Preview
Supports
Markdown
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