implement #50
This commit is contained in:
parent
5552864196
commit
e5802fd9f8
|
@ -37,14 +37,14 @@ This is a port of MicroPython to the Nordic nRF5 series of chips.
|
|||
|
||||
## Compile and Flash
|
||||
|
||||
Prerequisite steps for building the nrf5 port:
|
||||
Prerequisite steps for building the nrf port:
|
||||
|
||||
git clone <URL>.git micropython
|
||||
cd micropython
|
||||
git submodule update --init
|
||||
make -C mpy-cross
|
||||
|
||||
By default PCA10040 (nrf52832) is used as compile target. To build and flash issue the following command inside the nrf5/ folder:
|
||||
By default PCA10040 (nrf52832) is used as compile target. To build and flash issue the following command inside the nrf/ folder:
|
||||
|
||||
make
|
||||
make flash
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue