aboutsummaryrefslogtreecommitdiff
path: root/stm/pyexec.c
AgeCommit message (Expand)Author
2014-05-21stm: Remove long-obsolete stm/ port.Damien George
2014-05-10stm: Reorder mpconfig.h header inclusion to get stm building.Damien George
2014-04-08Improve REPL detecting when input needs to continue.Damien George
2014-04-06py: Add option to compiler to specify default code emitter.Damien George
2014-03-30Rename rt_* to mp_*.Damien George
2014-03-15Add vstr_ins and vstr_cut_out; improve stmhal readline.Damien George
2014-03-08stm: Put pyb module in ROM.Damien George
2014-02-23stm: Make pendsv_nlr_jump work when debugging is enabled.Damien George
2014-02-16stm: Put REPL functions in own file; add raw REPL mode.Damien George