summaryrefslogtreecommitdiff
path: root/stmhal/pyexec.c
AgeCommit message (Expand)Author
2014-10-26stmhal: Improve REPL control codes; improve pyboard.py script.Damien George
2014-10-22stmhal: Don't return SystemExit value from parse_compile_execute.Damien George
2014-10-22Add pyb.hard_reset, and make sys.exit() or raise SystemExit do a soft reset.Dave Hylands
2014-10-05stmhal: Use mp_uint_t where appropriate.Damien George
2014-10-05py: Make compiler return a proper exception on SyntaxError.Damien George
2014-09-23py: Free non-interned strings in the parser when not needed.Damien George
2014-07-20stmhal: Fix REPL printing by cooking output sent to stdout_obj.Damien George
2014-07-02Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...Damien George
2014-06-27Change MCU name config micromux
2014-06-19Add MICROPY_HW_MICRO_NAME to boards configmux
2014-06-15Updated teensy to build.Dave Hylands
2014-05-10stmhal: Improve handling of out-of-memory in REPL.Damien George
2014-05-03Add license header to (almost) all files.Damien George
2014-05-03Don't print git hash as well as git tag in banner.v1.0Damien George
2014-05-03py: Print tag/version/git describe in uPy banner.Damien George
2014-05-03stmhal: Remove #include <stdint.h> from mpconfigport.h.Damien George
2014-05-02unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it.Paul Sokolovsky
2014-04-17build: Simplify build directory layout by putting all headers in genhdr.Damien George
2014-04-16stmhal: Improve flash storage cache management.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-04-03Add the git version to the bannerDave Hylands
2014-04-03stmhal: Fix raw REPL so that it passes through more ASCII chars.Damien George
2014-03-30Rename rt_* to mp_*.Damien George
2014-03-29stmhal: Factor out stdio and readline to separate files.Damien George
2014-03-24stmhal: Improve REPL CTRL commands.Damien George
2014-03-17stmhal: Add fatfs support, working with flash and SD card.Damien George
2014-03-15Add vstr_ins and vstr_cut_out; improve stmhal readline.Damien George
2014-03-15stmhal: Fix escape sequences in USB CDC input.Damien George
2014-03-15stmhal: Get USB CDC REPL working.Damien George
2014-03-13stmhal - More systick cleanup. Fix HAL_DelayDave Hylands
2014-03-12REPl working on UART6 with STMHALDave Hylands