From 0ce95839ca1b1ccb8f48466aee1f0e335db64964 Mon Sep 17 00:00:00 2001 From: Stacey Sheldon Date: Sat, 7 Jan 2012 17:28:00 -0500 Subject: [PATCH] stm32flash: Upgrade to revision 61 to support STM32F4 CPU --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 438f697a4..72adb05be 100644 --- a/Makefile +++ b/Makefile @@ -235,7 +235,7 @@ STM32FLASH_DIR := $(TOOLS_DIR)/stm32flash .PHONY: stm32flash_install stm32flash_install: STM32FLASH_URL := http://stm32flash.googlecode.com/svn/trunk -stm32flash_install: STM32FLASH_REV := 52 +stm32flash_install: STM32FLASH_REV := 61 stm32flash_install: stm32flash_clean # download the source $(V0) @echo " DOWNLOAD $(STM32FLASH_URL) @ r$(STM32FLASH_REV)"