This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
mirror of
https://github.com/micropython/micropython.git
Watch
1
Star
0
Fork
You've already forked micropython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3ef911345c
micropython
/
teensy
/
memzip_files
/
boot.py
3 lines
38 B
Python
Raw
Normal View
History
Unescape
Escape
Updated teensy to build. Refactored some stmhal files which are shared with teensy.
2014-06-16 06:33:14 +01:00
import
pyb
Added memzip filesystem support for teensy You can now append a zipfile (containining uncomressed python sources) to the micropython.hex file. Use MEMZIP_DIR=directory when you call make, or set that in your environment to include a different tree of source files. Added sample /boot.py, /src/main.py, /test.py and /src/test.py files. Added run command so that you can execute scripts from REPL (until import is implemented). Added build directory to .gitignore
2014-01-08 09:00:22 +00:00
print
(
"
Executing boot.py
"
)