FIXED: BOARD variable value in make command.

Stefan Hölzl 2016-06-08 13:13:00 +02:00
parent 28154ec217
commit 9216f074a6
1 changed files with 2 additions and 2 deletions

@ -30,5 +30,5 @@ Cortex M4 STM32F407ZGT6
* Not tested: SD-Card
* Not working: Ethernet
* To build use one of the following methods:
1. ```make BOARD=STM32F4DISC```
2. ```export BOARD=STM32F4DISC``` in your environment and then just use make.
1. ```make BOARD=OLIMEX_E407```
2. ```export BOARD=OLIMEX_E407``` in your environment and then just use make.