FIXED: BOARD variable value in make command.
parent
28154ec217
commit
9216f074a6
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue