summaryrefslogtreecommitdiff
path: root/n/avr/modules/math
diff options
context:
space:
mode:
authorschodet2006-01-18 13:21:58 +0000
committerschodet2006-01-18 13:21:58 +0000
commitcc043098a8d15c4c6adc8f7fd7fb986057740938 (patch)
tree2da54a1af973f890a622577b89fe09f3c12a3621 /n/avr/modules/math
parent5262fffd973ce7475c1e62ff5b30f98cc50aeea2 (diff)
Clarification des makefiles.
Modifications cosmétiques. Mise à jour d'un début de doc. meilleur support des cibles simu.
Diffstat (limited to 'n/avr/modules/math')
-rw-r--r--n/avr/modules/math/fixed/test/Makefile4
-rw-r--r--n/avr/modules/math/random/test/Makefile5
-rw-r--r--n/avr/modules/math/random/test/avrconfig.h1
3 files changed, 2 insertions, 8 deletions
diff --git a/n/avr/modules/math/fixed/test/Makefile b/n/avr/modules/math/fixed/test/Makefile
index f35e939..04aa4cf 100644
--- a/n/avr/modules/math/fixed/test/Makefile
+++ b/n/avr/modules/math/fixed/test/Makefile
@@ -1,8 +1,7 @@
BASE = ../../../..
PROGS = test_fixed
+SIMU_PROGS = test_fixed
test_fixed_SOURCES = test_fixed.c
-DOC =
-EXTRACTDOC =
MODULES = uart proto utils math/fixed math/random
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...
@@ -11,7 +10,6 @@ AVR_MCU = atmega128
# -Os : size
OPTIMIZE = -O2
-DEFS =
HOST_LIBS = -lm
include $(BASE)/make/Makefile.gen
diff --git a/n/avr/modules/math/random/test/Makefile b/n/avr/modules/math/random/test/Makefile
index 354961c..0bc3c0e 100644
--- a/n/avr/modules/math/random/test/Makefile
+++ b/n/avr/modules/math/random/test/Makefile
@@ -1,8 +1,6 @@
BASE = ../../../..
PROGS = test_random
test_random_SOURCES = test_random.c
-DOC =
-EXTRACTDOC =
MODULES = uart proto math/random
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...
@@ -11,7 +9,4 @@ AVR_MCU = atmega8
# -Os : size
OPTIMIZE = -Os
-DEFS =
-LIBS =
-
include $(BASE)/make/Makefile.gen
diff --git a/n/avr/modules/math/random/test/avrconfig.h b/n/avr/modules/math/random/test/avrconfig.h
index fa460aa..5f25426 100644
--- a/n/avr/modules/math/random/test/avrconfig.h
+++ b/n/avr/modules/math/random/test/avrconfig.h
@@ -71,6 +71,7 @@
#define AC_UART1_SEND_BUFFER_SIZE 32
#define AC_UART1_RECV_BUFFER_SIZE 32
#define AC_UART1_SEND_BUFFER_FULL WAIT
+#define AC_UART1_HOST_DRIVER STDIO
/* proto - Protocol module. */
/** Maximum argument size. */