We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 141174d commit 8227042Copy full SHA for 8227042
README.md
@@ -2,3 +2,15 @@ MicroPython custom boards
2
=========================
3
4
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