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

This commit is contained in:
gdisirio 2011-12-18 21:21:20 +00:00
parent 0d042f79cd
commit 8267937f49
9 changed files with 12 additions and 11 deletions

View File

@ -118,7 +118,7 @@ INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
# Compiler settings
#
MCU = cortex-m3
MCU = cortex-m4
#TRGT = arm-elf-
TRGT = arm-none-eabi-

View File

@ -118,7 +118,7 @@ INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
# Compiler settings
#
MCU = cortex-m3
MCU = cortex-m4
#TRGT = arm-elf-
TRGT = arm-none-eabi-

View File

@ -118,7 +118,7 @@ INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
# Compiler settings
#
MCU = cortex-m3
MCU = cortex-m4
#TRGT = arm-elf-
TRGT = arm-none-eabi-

View File

@ -118,7 +118,7 @@ INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
# Compiler settings
#
MCU = cortex-m3
MCU = cortex-m4
#TRGT = arm-elf-
TRGT = arm-none-eabi-

View File

@ -118,7 +118,7 @@ INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
# Compiler settings
#
MCU = cortex-m3
MCU = cortex-m4
#TRGT = arm-elf-
TRGT = arm-none-eabi-

View File

@ -75,18 +75,19 @@ static msg_t WorkerThread(void *arg) {
* GPT2 callback.
*/
static void gpt2cb(GPTDriver *gptp) {
float f1, f2, f3, f4, f5;
/* float f1, f2, f3, f4, f5;*/
(void)gptp;
f1 = ff1(2);
/* f1 = ff1(2);
f2 = ff1(3);
f3 = ff1(4);
f5 = f1 + f2 + f3;
f4 = ff1(5);
f5 = ff2(f5, f4, f5, f4);
if (f5 != 196)
chSysHalt();
chSysHalt();*/
volatile float f1 = ff1(67);
}
/*

View File

@ -118,7 +118,7 @@ INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
# Compiler settings
#
MCU = cortex-m3
MCU = cortex-m4
#TRGT = arm-elf-
TRGT = arm-none-eabi-

View File

@ -120,7 +120,7 @@ INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
# Compiler settings
#
MCU = cortex-m3
MCU = cortex-m4
#TRGT = arm-elf-
TRGT = arm-none-eabi-

View File

@ -118,7 +118,7 @@ INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
# Compiler settings
#
MCU = cortex-m3
MCU = cortex-m4
#TRGT = arm-elf-
TRGT = arm-none-eabi-