From 53609f285c88d1281880bff50689f500a8c70806 Mon Sep 17 00:00:00 2001 From: Neon22 Date: Wed, 29 Jan 2014 11:06:53 -0800 Subject: [PATCH] update to #define --- Board-STM32F407-Discovery.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Board-STM32F407-Discovery.md b/Board-STM32F407-Discovery.md index 02861ea..93a7a9a 100644 --- a/Board-STM32F407-Discovery.md +++ b/Board-STM32F407-Discovery.md @@ -15,7 +15,8 @@ Cortex M4 STM32F407VG ###Status### * Initial support has been implemented, user switch and LEDs are supported. * Does not have separate directory - folded into initial stm port. -* To build for STM32F407 Discovery compile with make TARGET=STM32F4DISC. +* To build for STM32F407 Discovery compile with `make TARGET=STM32F4DISC`. +* Also set `#define STM32F4DISC` in mpconfigport.h ###Programming from Linux (via DFU)### This section covers how to flash the STM32F4DISCOVERY from linux (I was using Linux Mint 14, which is derived from ubuntu 12.10).