Skip to content
Snippets Groups Projects
Commit 7455e401 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

README: Mention support for bytecode and frozen bytecode.

parent 91e93a96
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,10 @@ Builtin modules include `sys`, `time`, and `struct`, etc. Select ports have
support for `_thread` module (multithreading). Note that only a subset of
Python 3 functionality is implemented for the data types and modules.
See the repository www.github.com/micropython/pyboard for the MicroPython
MicroPython can execute scripts in source form or precompiled to bytecode,
either from on-device filesystem or "frozen" into MicroPython executable.
See the repository http://github.com/micropython/pyboard for the MicroPython
board (PyBoard), the officially supported reference electronic circuit board.
Major components in this repository:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment