From d80ee8bbfd52fd44f623aabbef4544f9572aca9e Mon Sep 17 00:00:00 2001 From: Dave Hylands Date: Wed, 8 Jan 2014 01:00:22 -0800 Subject: 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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 95be7bf65..6224e57cd 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,6 @@ ###################### *.swp +# Build directory +###################### +build/ -- cgit v1.2.3