aboutsummaryrefslogtreecommitdiff
path: root/teensy
AgeCommit message (Expand)Author
2014-07-03Rename machine_(u)int_t to mp_(u)int_t.Damien George
2014-07-02Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...Damien George
2014-06-18bare-arm, stmhal, teensy: Duplicate -nostdlib to CFLAGSSven Wegener
2014-06-15Updated teensy to build.Dave Hylands
2014-06-01Rename bultins config variables to MICROPY_PY_BUILTINS_*.Damien George
2014-05-21Tidy up some configuration options.Damien George
2014-04-17build: Simplify build directory layout by putting all headers in genhdr.Damien George
2014-04-16build directory can now be renamedAndrew Scheller
2014-04-08Improve REPL detecting when input needs to continue.Damien George
2014-04-07Add uPy welcome message to UNIX and Windows ports; update Teensy port.Damien George
2014-04-06py: Add option to compiler to specify default code emitter.Damien George
2014-04-05py: Change nlr_jump to nlr_raise, to aid in debugging.Damien George
2014-03-31Update README.mdjon mills
2014-03-30Rename rt_* to mp_*.Damien George
2014-02-15Implement proper exception type hierarchy.Damien George
2014-02-15Change mp_obj_type_t.name from const char * to qstr.Damien George
2014-02-12Remove mp_obj_new_exception_msg_1_arg and _2_arg.Damien George
2014-02-10Bah - Removed a couple of warnings for teensy that I didn't notice before.Dave Hylands
2014-02-10stm: Remove unused, useless and not-to-be-used strndup.Damien George
2014-02-10Merge pull request #271 from dhylands/teensy-2014-02-10Damien George
2014-02-10Updated teensy to work with latest on masterDave Hylands
2014-02-10Get rid of calloc().Paul Sokolovsky
2014-01-24Rework makefiles. Add proper dependency checking.Dave Hylands
2014-01-18Add source file name and line number to error messages.Damien George
2014-01-13made DEBUG control CFLAGS in Makefiles oter than stm as well.John R. Lenton
2014-01-11Added memzip filesystem support for teensyDave Hylands
2014-01-08Make build output quieter.Dave Hylands
2014-01-08Update teemsy/Makefile to use py.mkDave Hylands
2014-01-08Move lexerstr to main py directory (everyone uses it).Damien George
2014-01-08Updated teensy to use common code from stm directory.Dave Hylands
2014-01-06Initial support for Teensy 3.1Dave Hylands