aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32L1xx/GPT
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-09-19 09:33:03 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-09-19 09:33:03 +0000
commit3b722ddd33c72c9101bd622a0ae6f8699d1fd46a (patch)
tree5479cf0e57ee549c3b90f86ee9ab02f3298bec97 /testhal/STM32L1xx/GPT
parent2ce24aa56732a6b80efa461f8a6db4f37fa4215a (diff)
downloadChibiOS-3b722ddd33c72c9101bd622a0ae6f8699d1fd46a.tar.gz
ChibiOS-3b722ddd33c72c9101bd622a0ae6f8699d1fd46a.tar.bz2
ChibiOS-3b722ddd33c72c9101bd622a0ae6f8699d1fd46a.zip
IRQ_STORM test added to STM32L.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3346 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32L1xx/GPT')
-rw-r--r--testhal/STM32L1xx/GPT/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32L1xx/GPT/Makefile b/testhal/STM32L1xx/GPT/Makefile
index 10a6ed0e8..9209b441d 100644
--- a/testhal/STM32L1xx/GPT/Makefile
+++ b/testhal/STM32L1xx/GPT/Makefile
@@ -5,7 +5,7 @@
# Compiler options here.
ifeq ($(USE_OPT),)
- USE_OPT = -O0 -ggdb -fomit-frame-pointer -falign-functions=16
+ USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16
endif
# C++ specific options here (added to USE_OPT).