git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7928 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
Giovanni Di Sirio 2015-04-26 10:41:51 +00:00
parent 65f19c1d66
commit 90888c48dd
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
MEMORY MEMORY
{ {
flash : org = 0x08000000, len = 64k flash : org = 0x08000000, len = 64k
ram0 : org = 0x20000000, len = 12k ram0 : org = 0x20000000, len = 16k
ram1 : org = 0x00000000, len = 0 ram1 : org = 0x00000000, len = 0
ram2 : org = 0x00000000, len = 0 ram2 : org = 0x00000000, len = 0
ram3 : org = 0x00000000, len = 0 ram3 : org = 0x00000000, len = 0

View File

@ -5,7 +5,7 @@
# Compiler options here. # Compiler options here.
ifeq ($(USE_OPT),) ifeq ($(USE_OPT),)
USE_OPT = -O0 -ggdb -fomit-frame-pointer -falign-functions=16 USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16
endif endif
# C specific options here (added to USE_OPT). # C specific options here (added to USE_OPT).