This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fa1ecda3fd
circuitpython
/
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 01:33:14 -04: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 04:00:22 -05:00
print
(
"
Executing boot.py
"
)