This commit is contained in:
Daniel Tralamazza 2017-06-07 18:56:20 +02:00
parent 5552864196
commit e5802fd9f8
191 changed files with 4 additions and 4 deletions

View File

View File

@ -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