]> git.sur5r.net Git - freertos/blobdiff - Demo/AVR_ATMega323_WinAVR/makefile
Add printf-stdarg.c to the new MicroBlaze demo.
[freertos] / Demo / AVR_ATMega323_WinAVR / makefile
index 5c48ba0646c946296b028873398711302c354526..9bd557d1bcbbc43c0df1d9cb422e6a45bc9a5040 100644 (file)
@@ -53,12 +53,14 @@ SRC = \
 main.c \\r
 ParTest/ParTest.c \\r
 serial/serial.c \\r
+regtest.c \\r
 $(SOURCE_DIR)/tasks.c \\r
 $(SOURCE_DIR)/queue.c \\r
 $(SOURCE_DIR)/list.c \\r
+$(SOURCE_DIR)/croutine.c \\r
 $(SOURCE_DIR)/portable/MemMang/heap_1.c \\r
 $(PORT_DIR)/port.c \\r
-$(DEMO_DIR)/flash.c \\r
+$(DEMO_DIR)/crflash.c \\r
 $(DEMO_DIR)/integer.c \\r
 $(DEMO_DIR)/PollQ.c \\r
 $(DEMO_DIR)/comtest.c\r