commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r6540 - gnuradio/branches/developers/matt/u2f/firmware


From: eb
Subject: [Commit-gnuradio] r6540 - gnuradio/branches/developers/matt/u2f/firmware
Date: Tue, 25 Sep 2007 20:24:19 -0600 (MDT)

Author: eb
Date: 2007-09-25 20:24:19 -0600 (Tue, 25 Sep 2007)
New Revision: 6540

Modified:
   gnuradio/branches/developers/matt/u2f/firmware/Makefile
   gnuradio/branches/developers/matt/u2f/firmware/pic.c
Log:
minor tweaks

Modified: gnuradio/branches/developers/matt/u2f/firmware/Makefile
===================================================================
--- gnuradio/branches/developers/matt/u2f/firmware/Makefile     2007-09-26 
01:52:23 UTC (rev 6539)
+++ gnuradio/branches/developers/matt/u2f/firmware/Makefile     2007-09-26 
02:24:19 UTC (rev 6540)
@@ -6,6 +6,7 @@
 #CFLAGS = -std=gnu99 -Wall -O2 -g  -mxl-soft-div -mxl-soft-mul -msoft-float
 CFLAGS = -Wall -O2 -g  -mxl-soft-div -mxl-soft-mul -msoft-float
 LINKER_SCRIPT = microblaze.ld
+#LDFLAGS = -Wl,-T$(LINKER_SCRIPT) -Wl,-defsym -Wl,_STACK_SIZE=4096
 LDFLAGS = -Wl,-T$(LINKER_SCRIPT)
 
 %.bin : %.exe

Modified: gnuradio/branches/developers/matt/u2f/firmware/pic.c
===================================================================
--- gnuradio/branches/developers/matt/u2f/firmware/pic.c        2007-09-26 
01:52:23 UTC (rev 6539)
+++ gnuradio/branches/developers/matt/u2f/firmware/pic.c        2007-09-26 
02:24:19 UTC (rev 6540)
@@ -80,7 +80,7 @@
 
 void pic_interrupt_handler()
 {
-  sim_puts("PIC_handler: ");
+  sim_puts_nl("PIC_handler:");
 
   // pending and not masked interrupts
   int live = pic_regs->pending & ~pic_regs->mask;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]