Skip to content
Snippets Groups Projects
Select Git revision
  • dualcore
  • ch3/leds
  • wip-bootstrap default
  • ch3/time
  • master
5 results

add-memzip.sh

Blame
    • Dave Hylands's avatar
      d80ee8bb
      Added memzip filesystem support for teensy · d80ee8bb
      Dave Hylands authored
      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
      d80ee8bb
      History
      Added memzip filesystem support for teensy
      Dave Hylands authored
      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