summaryrefslogtreecommitdiffstatshomepage
path: root/teensy
Commit message (Collapse)AuthorAge
* Add source file name and line number to error messages.Damien George2014-01-18
| | | | | Byte code has a map from byte-code offset to source-code line number, used to give better error messages.
* made DEBUG control CFLAGS in Makefiles oter than stm as well.John R. Lenton2014-01-13
|
* Added memzip filesystem support for teensyDave Hylands2014-01-11
| | | | | | | | | | | | | | 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
* Make build output quieter.Dave Hylands2014-01-08
| | | | | | Use make V=1e make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity. This should fix issue #117
* Update teemsy/Makefile to use py.mkDave Hylands2014-01-08
| | | | I also fixed main.c to compile with the new str lexer
* Move lexerstr to main py directory (everyone uses it).Damien George2014-01-08
|
* Updated teensy to use common code from stm directory.Dave Hylands2014-01-08
| | | | Updated mconfigport.h to enable GC
* Initial support for Teensy 3.1Dave Hylands2014-01-06