]> git.sur5r.net Git - freertos/commitdiff
Add in #define configQUEUE_REGISTRY_SIZE 0
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 23 May 2008 18:50:47 +0000 (18:50 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 23 May 2008 18:50:47 +0000 (18:50 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@380 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
Demo/ARM7_LPC2106_GCC/Makefile

index 7f8ed28641c0d01d1d5777549440309af989b60a..4ae9a113d95b7fc75a2f5b90c2822cabcd74042e 100644 (file)
@@ -75,6 +75,7 @@
 #define configUSE_TRACE_FACILITY       0\r
 #define configUSE_16_BIT_TICKS         0\r
 #define configIDLE_SHOULD_YIELD                1\r
+#define configQUEUE_REGISTRY_SIZE      0\r
 \r
 /* Co-routine definitions. */\r
 #define configUSE_CO_ROUTINES          0\r
index 3e85db6e950dedacdea964e84ddb73e8edbe6419..021a03dff88e3881cdb0f9f089c3d5139d1feac0 100644 (file)
@@ -44,7 +44,7 @@ WARNINGS=-Wall -Wextra -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align
 #\r
 CFLAGS=$(WARNINGS) -D $(RUN_MODE) -D GCC_ARM7 -I. -I../../Source/include \\r
                -I../Common/include $(DEBUG) -mcpu=arm7tdmi -T$(LDSCRIPT) \\r
-                $(OPTIM) -fomit-frame-pointer\r
+                $(OPTIM) -fomit-frame-pointer -fno-strict-aliasing\r
 \r
 ifeq ($(USE_THUMB_MODE),YES)\r
        CFLAGS += -mthumb-interwork -D THUMB_INTERWORK\r