1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-19 09:54:15 +01:00

Flight/Bootloader - Bootloader updater, minor fix

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2801 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
zedamota 2011-02-16 15:04:59 +00:00 committed by zedamota
parent fe2a43e07f
commit 949617e236
2 changed files with 4 additions and 1 deletions

View File

@ -341,6 +341,7 @@ OOCD_EXE=openocd
OOCD_CL=-d0
# interface and board/target settings (using the OOCD target-library here)
UNAME := $(shell uname)
ifeq ($(UNAME), Darwin)
OOCD_CL+=-f ../../Project/OpenOCD/floss-jtag.openpilot.osx.cfg -f ../../Project/OpenOCD/stm32.cfg
else
@ -456,7 +457,9 @@ ifeq ($(MODEL), NULL)
@echo ${quote}Please specify the chip model with MODEL=MD/HD${quote}
@exit 2
endif
$(shell 'python file_to_array.py' $(SOURCE_BL) bl_array.h)
python file_to_array.py $(SOURCE_BL) bl_array.h
#UNAME := $(shell python file_to_array.py $(SOURCE_BL) bl_array.h)
###########################################################################################################

Binary file not shown.