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
This commit is contained in:
Dave Hylands
2014-01-08 01:00:22 -08:00
parent c698d266d1
commit d80ee8bbfd
14 changed files with 285 additions and 47 deletions

3
.gitignore vendored
View File

@@ -19,3 +19,6 @@
######################
*.swp
# Build directory
######################
build/