Updated Board STM32F407 Discovery (markdown)

Roy Emmerich 2014-02-17 00:10:47 -08:00
parent d13fbe74d0
commit 097aa6d799
1 changed files with 1 additions and 1 deletions

@ -15,8 +15,8 @@ Cortex M4 STM32F407VG
###Status### ###Status###
* Initial support has been implemented, user switch and LEDs are supported. * Initial support has been implemented, user switch and LEDs are supported.
* Does not have separate directory - folded into initial stm port. * Does not have separate directory - folded into initial stm port.
* Uncomment `#define STM32F4DISC` in mpconfigport.h and comment out the other board types (e.g. `//#define PYBOARD4`).
* 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)### ###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). This section covers how to flash the STM32F4DISCOVERY from linux (I was using Linux Mint 14, which is derived from ubuntu 12.10).