paparazzi-commits
[Top][All Lists]
Advanced

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

[paparazzi-commits] [5243] fix typo for paparazzi-stm32-1.0.0-3 package


From: antoine drouin
Subject: [paparazzi-commits] [5243] fix typo for paparazzi-stm32-1.0.0-3 package
Date: Fri, 06 Aug 2010 07:48:56 +0000

Revision: 5243
          http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5243
Author:   poine
Date:     2010-08-06 07:48:55 +0000 (Fri, 06 Aug 2010)
Log Message:
-----------
fix typo for paparazzi-stm32-1.0.0-3 package

Modified Paths:
--------------
    paparazzi3/trunk/conf/Makefile.stm32

Modified: paparazzi3/trunk/conf/Makefile.stm32
===================================================================
--- paparazzi3/trunk/conf/Makefile.stm32        2010-08-06 03:54:53 UTC (rev 
5242)
+++ paparazzi3/trunk/conf/Makefile.stm32        2010-08-06 07:48:55 UTC (rev 
5243)
@@ -31,8 +31,8 @@
 
 MCU   = cortex-m3
 #DEBUG = dwarf-2
-OPT   = s
-#OPT   = 3
+#OPT   = s
+OPT   = 2
 
 # Programs location
 TOOLCHAIN_DIR=/opt/paparazzi/stm32
@@ -184,7 +184,7 @@
 upload:  $(OBJDIR)/$(TARGET).bin
        @echo -e "  OOCD\t$<"
        $(Q)$(OOCD) -f interface/$(OOCD_INTERFACE).cfg \
-                -f boards/$(OOCD_BOARD).cfg \
+                -f board/$(OOCD_BOARD).cfg \
                 -c init \
                 -c "reset halt" \
                 -c "flash write_image erase $(OBJDIR)/$(TARGET).bin 
0x08000000" \




reply via email to

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