25 Commits (4602b9a79f86176d31bf8d3760abf2d39a380b39)

Author SHA1 Message Date
Damien George d553be5982 build: Simplify build directory layout by putting all headers in genhdr. 11 years ago
Andrew Scheller 70a7d7a943 build directory can now be renamed 11 years ago
Damien George 97790455fe Improve REPL detecting when input needs to continue. 11 years ago
Damien George 6827f9fc55 Add uPy welcome message to UNIX and Windows ports; update Teensy port. 11 years ago
Damien George 65cad12d38 py: Add option to compiler to specify default code emitter. 11 years ago
Damien George ea13f407a3 py: Change nlr_jump to nlr_raise, to aid in debugging. 11 years ago
jon mills aabb314928 Update README.md 11 years ago
Damien George d17926db71 Rename rt_* to mp_*. 11 years ago
Damien George c5966128c7 Implement proper exception type hierarchy. 11 years ago
Damien George a71c83a1d1 Change mp_obj_type_t.name from const char * to qstr. 11 years ago
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. 11 years ago
Dave Hylands 6f9c03676b Updated teensy to work with latest on master 11 years ago
Paul Sokolovsky 58ff93bc7c Get rid of calloc(). 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. 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 11 years ago
Dave Hylands 4646801181 Make build output quieter. 11 years ago
Dave Hylands ee0013d24e Update teemsy/Makefile to use py.mk 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. 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