Skip to content

Commit 8227042

Browse files
committed
README: Provide basic instructions on how to set up MicroPython.
Signed-off-by: Damien George <[email protected]>
1 parent 141174d commit 8227042

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,15 @@ MicroPython custom boards
22
=========================
33

44
This repository shows how to define custom MicroPython boards.
5+
6+
To set up MicroPython, check out the submodule and build `mpy-cross`:
7+
8+
$ git submodule update --init lib/micropython
9+
$ make -C lib/micropython/mpy-cross
10+
11+
The various custom boards will require certain submodules of MicroPython
12+
itself. These can be initialised via:
13+
14+
$ cd lib/micropython
15+
$ git submodule update --init lib/stm32lib lib/berkeley-db-1.xx
16+
$ cd ../..

0 commit comments

Comments
 (0)