README: Add hint about "micropython --help".
Also, hint about possibility to adjust heap size.
This commit is contained in:
parent
aa65e1edb3
commit
5ab0a4a671
@ -74,6 +74,11 @@ Then to give it a try:
|
|||||||
$ ./micropython
|
$ ./micropython
|
||||||
>>> list(5 * x + y for x in range(10) for y in [4, 2, 1])
|
>>> list(5 * x + y for x in range(10) for y in [4, 2, 1])
|
||||||
|
|
||||||
|
Learn about command-line options (in particular, how to increase heap size
|
||||||
|
which may be needed for larger applications):
|
||||||
|
|
||||||
|
$ ./micropython --help
|
||||||
|
|
||||||
Run complete testsuite:
|
Run complete testsuite:
|
||||||
|
|
||||||
$ make test
|
$ make test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user