From da0765e41a4e125d4eb8bb84bae6b75523781414 Mon Sep 17 00:00:00 2001 From: Dave Hylands Date: Thu, 20 Feb 2014 14:41:24 -0800 Subject: [PATCH] Added build instructions --- Board-NetduinoPlus2.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Board-NetduinoPlus2.md b/Board-NetduinoPlus2.md index bd23f42..b31daa4 100644 --- a/Board-NetduinoPlus2.md +++ b/Board-NetduinoPlus2.md @@ -15,6 +15,8 @@ Initial port completed. * pyb.switch() returns True if the pushbutton is pushed * 5V and 3.3v is enabled on the expansion header +To build, follow the directions for the [[STM Discovery STM32F407|Board-STM32F407-Discovery]], but use a ```BOARD``` of ```NETDUINO_PLUS_2```. + ###Programming from Linux (via DFU)### This is the same as is done for the [[STM Discovery STM32F407|Board-STM32F407-Discovery]]