mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
FIXED: BOARD variable value in make command.
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user