Damien George
099a9cb575
Remove mp_obj_new_exception_msg_1_arg and _2_arg.
11 years ago
Dave Hylands
6a6ac8e4c7
Bah - Removed a couple of warnings for teensy that I didn't notice before.
11 years ago
Damien George
181d190643
stm: Remove unused, useless and not-to-be-used strndup.
Addresses issue #275 .
11 years ago
Dave Hylands
6f9c03676b
Updated teensy to work with latest on master
Added analogRead, analogWriteXxx and servo support for teensy.
11 years ago
Paul Sokolovsky
58ff93bc7c
Get rid of calloc().
If there's malloc and memset, then there's no need for calloc, especially if
we need to implement it ourselves.
11 years ago
Dave Hylands
c89c681a9f
Rework makefiles. Add proper dependency checking.
11 years ago
Damien George
08335004cf
Add source file name and line number to error messages.
Byte code has a map from byte-code offset to source-code line number,
used to give better error messages.
11 years ago
John R. Lenton
9549919349
made DEBUG control CFLAGS in Makefiles oter than stm as well.
11 years ago
Dave Hylands
d80ee8bbfd
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
11 years ago
Dave Hylands
4646801181
Make build output quieter.
Use make V=1e make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity.
This should fix issue #117
11 years ago
Dave Hylands
ee0013d24e
Update teemsy/Makefile to use py.mk
I also fixed main.c to compile with the new str lexer
11 years ago
Damien George
9193f89296
Move lexerstr to main py directory (everyone uses it).
11 years ago
Dave Hylands
9b7b947b01
Updated teensy to use common code from stm directory.
Updated mconfigport.h to enable GC
11 years ago
Dave Hylands
b6e9c7c697
Initial support for Teensy 3.1
11 years ago
Dave Hylands
297446e7af
Initial support for Teensy 3.1
11 years ago